Пакет python-modules-wsgiref: Информация

  • Default inline alert: Версия в репозитории: 2.7.18-alt10

Бинарный пакет: python-modules-wsgiref
Версия: 2.7.18-alt6
Архитектура: aarch64
Собран:  10 августа 2021 г. 16:55 в задании #282117
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: Python-2.0
О пакете: WSGI Utilities and Reference Implementation
Описание: 
The Web Server Gateway Interface (WSGI) is a standard interface
between web server software and web applications written in Python.
Having a standard interface makes it easy to use an application
that supports WSGI with a number of different web servers.

Wsgiref is a reference implementation of the WSGI specification
that can be used to add WSGI support to a web server or framework.  It
provides utilities for manipulating WSGI environment variables and
response headers, base classes for implementing WSGI servers, a demo
HTTP server that serves WSGI applications, and a validation tool that
checks WSGI servers and applications for conformance to the
WSGI specification PEP 333.

Сопровождающий: Python Development Team


Последнее изменение


2 августа 2021 г. Vladimir D. Seleznev 2.7.18-alt6
- Adopted patches from Fedora project (fixed CVE-2020-27619, CVE-2021-3177 and
  CVE-2021-23336).
28 апреля 2021 г. Dmitry V. Levin 2.7.18-alt5
- python-dev: added rpm-build-python to requirements.
25 февраля 2021 г. Vladimir D. Seleznev 2.7.18-alt4
- python-dev: Removed dependency to libnsl2-devel (closes #39727).
- Built without libnsl LDFLAGS.