python-priority 1.3.0-4 source package in Ubuntu

Changelog

python-priority (1.3.0-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set field Upstream-Name in debian/copyright.
  * Update standards version to 4.5.0, no changes needed.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 23:23:48 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-priority_1.3.0-4.dsc 2.0 KiB f0eabb90549ff4bfa9acfe9d84971cf3801f7a755b57bf8455e8806308799f9b
python-priority_1.3.0.orig.tar.gz 13.5 KiB 6bc1961a6d7fcacbfc337769f1a382c8e746566aaa365e78047abe9f66b2ffbe
python-priority_1.3.0-4.debian.tar.xz 2.5 KiB 594ee01a4a6639046d78b6b364a7358e5c55a3d07763390c831ac25614734cff

Available diffs

No changes file available.

Binary packages built by this source

python3-priority: pure-Python implementation of the HTTP/2 priority tree (Python 3)

 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 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.
 .
 This package is for Python 3.