python-urllib3 1.25.8-1 source package in Ubuntu
Changelog
python-urllib3 (1.25.8-1) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Use secure URI in Homepage field. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Håvard Flaget Aasen ] * New upstream version 1.25.8 * Rebase patches. * Update Standards-Version to 4.5.0 * Remove python-nose and python3-nose from build-dependency. * Add Rules-Requires-Root: no * Remove test/conftest.py during build. -- Håvard Flaget Aasen <email address hidden> Sat, 25 Jan 2020 15:56:27 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.25.8-1.dsc | 2.4 KiB | 39aa488d7a1cb3f55362ce55400af218b7c0b3f4e61043c8ec95a3f9954553e8 |
python-urllib3_1.25.8.orig.tar.gz | 255.0 KiB | 87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc |
python-urllib3_1.25.8-1.debian.tar.xz | 11.2 KiB | 50b16114e8080572c7a2aab88c68292bc28d690f5c41e356302155ff26016bc7 |
Available diffs
No changes file available.
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.