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

    Бинарный пакет: python-modules-wsgiref
    Версия: 2.7.18-alt11
    Архитектура: i586
    Собран:  29 августа 2023 г. 7:09 в задании #328124
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://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


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


    30 июля 2023 г. Gleb Fotengauer-Malinovskiy 2.7.18-alt11
    - Added support for openssl 3.1 (thx Christian Heimes).
    17 июня 2022 г. Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    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.