python-urllib3 1.24.1-1ubuntu2 source package in Ubuntu

Changelog

python-urllib3 (1.24.1-1ubuntu2) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:44:45 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_1.24.1.orig.tar.gz 224.3 KiB de9529817c93f27c8ccbfead6985011db27bd0ddfcdb2d86f3f663385c6a9c22
python-urllib3_1.24.1-1ubuntu2.debian.tar.xz 14.7 KiB b325f80d116de2045ff513057bf850f1a9fd1eacc3cbe754c9f34c04d6d6f678
python-urllib3_1.24.1-1ubuntu2.dsc 2.5 KiB 9afd7d88e10ea3fe30276e9b1cde8b7d076d443422c10598f7fc135582123667

Available diffs

View changes file

Binary packages built by this source

python-urllib3: No summary available for python-urllib3 in ubuntu focal.

No description available for python-urllib3 in ubuntu focal.

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.