Пакет python3-module-priority: Информация

    Исходный пакет: python3-module-priority
    Версия: 2.0.0-alt3
    Последняя версия по данным Repology
    Собран:  23 января 2024 г. 8:46 в задании #338701
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://python-hyper.org/priority/

    Лицензия: MIT
    О пакете: A pure-Python implementation of the HTTP/2 priority tree
    Описание: 
    Priority is a pure-Python implementation of the priority logic for HTTP/2, set
    out in `RFC 7540 Section 5.3 (Stream Priority)`_. This logic allows for clients
    to express a preference for how the server allocates its (limited) resources to
    the many outstanding HTTP requests that may be running over a single HTTP/2
    connection.
    
    Specifically, this Python implementation uses a variant of the implementation
    used in the excellent `H2O`_ project. This original implementation is also the
    inspiration for `nghttp2's`_ priority implementation, and generally produces a
    very clean and even priority stream. The only notable changes from H2O's
    implementation are small modifications to allow the priority implementation to
    work cleanly as a separate implementation, rather than being embedded in a
    HTTP/2 stack directly.
    
    While priority information in HTTP/2 is only a suggestion, rather than an
    enforceable constraint, where possible servers should respect the priority
    requests of their clients.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-priority (noarch)

    Сопровождающий: Vitaly Lipatov


    Права:
    Grigory Ustinov
    @python

      1. python3-module-hypothesis
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-pytest-cov
      4. python3-module-setuptools
      5. python3-module-tox
      6. python3-module-tox-console-scripts
      7. python3-module-tox-no-deps
      8. python3-module-wheel
      9. rpm-build-python3

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


    23 января 2024 г. Grigory Ustinov 2.0.0-alt3
    - Fixed FTBFS.
    3 апреля 2023 г. Dmitriy Voropaev 2.0.0-alt2
    - Increase tests timeout
    8 декабря 2022 г. Grigory Ustinov 2.0.0-alt1
    - Build new version.
    - Build with check.