Package python-modules-wsgiref: Information

  • Default inline alert: Version in the repository: 2.7.18-alt10

Binary package: python-modules-wsgiref
Version: 2.7.18-alt6
Architecture: ppc64le
Build time:  Aug 10, 2021, 04:55 PM in the task #282117
Source package: python
Report package bug
License: Python-2.0
Summary: WSGI Utilities and Reference Implementation
Description: 
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.



Last changed


Aug. 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).
April 28, 2021 Dmitry V. Levin 2.7.18-alt5
- python-dev: added rpm-build-python to requirements.
Feb. 25, 2021 Vladimir D. Seleznev 2.7.18-alt4
- python-dev: Removed dependency to libnsl2-devel (closes #39727).
- Built without libnsl LDFLAGS.