python-urllib3 1.26.12-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 1.26.12
  * Bump Standards-Version to 4.6.1 (no change)
  * Refresh patches

 -- Anthony Fok <email address hidden>  Thu, 22 Sep 2022 15:14:17 -0600

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
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.26.12-1.dsc 2.3 KiB 3e03e51560a0200cc1be080c0fbd87defe7d173c520e9584644e14d986523da4
python-urllib3_1.26.12.orig.tar.gz 292.8 KiB 3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e
python-urllib3_1.26.12-1.debian.tar.xz 12.3 KiB 7d917b25314dc0d8ded5cf5677badf5cb0a7cff4dd660dd98a07490f7ec02f81

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.