python-h11 0.13.0-2 source package in Ubuntu

Changelog

python-h11 (0.13.0-2) unstable; urgency=medium

  * debian/rules
    - fix pytest -k syntax for pytest7; Closes: #1013722

 -- Sandro Tosi <email address hidden>  Sun, 26 Jun 2022 12:55:45 -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-h11_0.13.0-2.dsc 2.0 KiB 031d722b7be815e16852c5c1da1e27bf2a551af618d40209383f0feb1dc45e1e
python-h11_0.13.0.orig.tar.gz 103.6 KiB 27e2cddf4beee495d4e79ac9b45ee30462be4cc7ada662525777cd871fda17c0
python-h11_0.13.0-2.debian.tar.xz 3.9 KiB dac6221d8fba7cbfb5dae8cd384949dd6c0bde7e07dca08af14972f848f0a0c3

Available diffs

No changes file available.

Binary packages built by this source

python3-h11: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)

 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.
 .
 This is the Python 3 package.