Package python-modules-wsgiref: Information

    Binary package: python-modules-wsgiref
    Version: 2.7.18-alt11
    Architecture: x86_64
    Build time:  Aug 29, 2023, 07:09 AM in the task #328124
    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


    July 30, 2023 Gleb Fotengauer-Malinovskiy 2.7.18-alt11
    - Added support for openssl 3.1 (thx Christian Heimes).
    June 17, 2022 Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    March 12, 2022 Vladimir D. Seleznev 2.7.18-alt9
    - Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
    - Fixed FTBFS against libexpat >= 2.4.5.