python-urllib3 1.7.1-1ubuntu4.1 source package in Ubuntu

Changelog

python-urllib3 (1.7.1-1ubuntu4.1) trusty-security; urgency=medium

  * No change rebuild in -security pocket.

 -- <email address hidden> (Leonidas S. Barbosa)  Wed, 10 Oct 2018 16:06:31 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main python
Trusty security main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-urllib3_1.7.1.orig.tar.gz 65.8 KiB 20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b
python-urllib3_1.7.1-1ubuntu4.1.debian.tar.gz 8.8 KiB f86bbb3dfe6de3491d08759ae129ef65c2b723351251655b866081b9a8c29001
python-urllib3_1.7.1-1ubuntu4.1.dsc 2.4 KiB 65f94e2f92988e5f965bc06d7e2959c078a55d0889f78b85b8b4a05ba8f59e36

View changes file

Binary packages built by this source

python-urllib3: HTTP library with thread-safe connection pooling for Python

 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.

python-urllib3-whl: HTTP library with thread-safe connection pooling

 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 universal wheel.

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.