python-urllib3 1.7.1-1ubuntu3 source package in Ubuntu

Changelog

python-urllib3 (1.7.1-1ubuntu3) trusty-proposed; urgency=medium

  * SRU, update python3.4 for trusty. LP: #1348954.
  * Build using setuptools and build a wheel package.
  * Don't rely on ssl.PROTOCOL_SSLv3 being defined.
 -- Matthias Klose <email address hidden>   Tue, 17 Mar 2015 20:52:29 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-1ubuntu3.debian.tar.gz 8.5 KiB 229cba952251429274b77283bb6a3ddcf5f1d92ade6ca6f24ecaf964126455a3
python-urllib3_1.7.1-1ubuntu3.dsc 2.4 KiB ce23d53ad1a94efc7653f4502e9ee9c7315a67d1858029f8cd7c645ba16dd4e0

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.