python-urllib3 2.0.7-ok2 source package in openKylin

Changelog

python-urllib3 (2.0.7-ok2) nile; urgency=medium

  * Add patch: github issue#3206, issue#3271.

 -- liwenjun <email address hidden>  Wed, 05 Jun 2024 10:35:21 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-urllib3_2.0.7.orig.tar.gz 275.9 KiB c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
python-urllib3_2.0.7-ok2.debian.tar.xz 7.0 KiB 47d569e5d181ed10db19307b2c4336e3822513bd9554b9294b7c05e14644a116
python-urllib3_2.0.7-ok2.dsc 2.4 KiB 790651e4459e976cda366e4be5d4f1002642daf7c4004b5c89fcde6707479a85

View changes file

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.