python-urllib3 1.26.9-1 source package in Ubuntu

Changelog

python-urllib3 (1.26.9-1) unstable; urgency=medium

  * New upstream version 1.26.9
  * Refresh patches.
  * Add python3-brotli to B-D, Suggests and autopkgtest's Depends.

 -- Daniele Tricoli <email address hidden>  Sat, 19 Mar 2022 01:35:39 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.26.9-1.dsc 2.3 KiB 1fc468a6780981599f8a1cf195e338c067504f9d4affb9692569bf4f2e3a95df
python-urllib3_1.26.9.orig.tar.gz 288.3 KiB aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
python-urllib3_1.26.9-1.debian.tar.xz 12.2 KiB a1ef313c575ff1a3f972c7ad5e8e8094f2dff80035ed73d9261423b5e6f21711

Available diffs

No changes file available.

Binary packages built by this source

python3-urllib3: HTTP library with thread-safe connection pooling for Python3

 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.