python-h11 0.13.0-1 source package in Ubuntu

Changelog

python-h11 (0.13.0-1) unstable; urgency=low

  * New upstream release.
  * Clean up h11.egg-info/requires.txt to allow two builds in a row.
  * Depend on python3-all for autopkgtests.
  * Update year in d/copyright.

 -- Michael Fladischer <email address hidden>  Mon, 31 Jan 2022 12:56: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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.13.0-1.dsc 1.7 KiB 096756fa0315a03d78585bd7cd8779f4486f594ad0cdb3d6849e495fe548903b
python-h11_0.13.0.orig.tar.gz 103.6 KiB 27e2cddf4beee495d4e79ac9b45ee30462be4cc7ada662525777cd871fda17c0
python-h11_0.13.0-1.debian.tar.xz 3.9 KiB 976f1f7f9fe42f7fada95e356dfb8dd85e218e600d2b05df3d8f124375793de4

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.