python-urllib3 1.25.8-ok1 source package in openKylin

Changelog

python-urllib3 (1.25.8-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-urllib3_1.25.8.orig.tar.gz 255.0 KiB 87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc
python-urllib3_1.25.8-ok1.debian.tar.xz 7.5 KiB a837d30a4d4854545c6dce14ba3975ae76caaa660222201a00aa9a14803c7036
python-urllib3_1.25.8-ok1.dsc 2.0 KiB d60f4c5e3579663cf7b6e8f2d8d6e8b251e98c66305090cbe2de9a8c11f14e20

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.