python-urllib3 1.26.16-1 source package in Ubuntu
Changelog
python-urllib3 (1.26.16-1) unstable; urgency=medium * New upstream version 1.26.16 * Refresh patches. * debian/control - Update standards version to 4.6.2, no changes needed. * debian/copyright - Update copyright years. -- Daniele Tricoli <email address hidden> Fri, 30 Jun 2023 01:10:18 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.26.16-1.dsc | 2.3 KiB | 0ec77ed2a7e8f8c55c8f82ae0509f4855d45bacf2edca9f576f8c7539b1a112c |
python-urllib3_1.26.16.orig.tar.gz | 296.6 KiB | 8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14 |
python-urllib3_1.26.16-1.debian.tar.xz | 12.3 KiB | 84bbea582c90345d78a15cd16afe1da0a306025e19353b6a2fb6593894d25ae8 |
Available diffs
- diff from 1.26.12-1 to 1.26.16-1 (10.9 KiB)
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.