python-h11 0.12.0-2 source package in Ubuntu

Changelog

python-h11 (0.12.0-2) unstable; urgency=low

  * Update d/watch to work with github again.
  * Bump Standards-Version to 4.6.0.1.
  * Enable upstream testsuite for autopkgtests.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <email address hidden>  Sun, 07 Nov 2021 09:04:24 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.12.0-2.dsc 1.7 KiB e212d072701f2c8394cbb7a6f77fe05b35479fa15213373bd0f68190d22c874e
python-h11_0.12.0.orig.tar.gz 101.1 KiB 147a8a1243e55be496823109067f4ebafb449fd3c9dfd7c12526f133547c0138
python-h11_0.12.0-2.debian.tar.xz 3.8 KiB fa1a044aa70807926cdedddf1b29a9b9a416f55f8a6d98b9f6ab360baf105f26

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.