python-h11 0.14.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Bump Standards-Version to 4.6.1.0.
  * Update linitan-overrides.
  * Use uscan version 4.

 -- Michael Fladischer <email address hidden>  Mon, 09 Jan 2023 13:00:57 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-h11_0.14.0-1.dsc 1.7 KiB 316bf5a4404f8cf129efc6600be9aa5ade3966bbff895237b8ccae704cce57c1
python-h11_0.14.0.orig.tar.gz 104.1 KiB d65a85d094b76846653fa7c3b45abdaf8b4f055c643bb6eec623f1311636a474
python-h11_0.14.0-1.debian.tar.xz 4.0 KiB c6324cd3f06a1d2f71cc332f13ba68764984578a006c186302260453c9676912

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.