requests 2.9.1-1 source package in Ubuntu

Changelog

requests (2.9.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bump python{,3}-urllib3 to = 1.13.1-1 both in Build-Depends and Depends.
      Tighten urllib3 dependency is needed because, otherwise, any programs
      depending to requests through pkgresources will fail. Thanks to Vincent
      Bernat for the report.
  * debian/patches/02_populate-install_requires.patch
    - Refresh. (Closes: #809031)

 -- Daniele Tricoli <email address hidden>  Sun, 27 Dec 2015 13:14:02 +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 Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.9.1-1.dsc 2.2 KiB be1bbef436c4e80ec53e60d7d2db8d06586810797fc35b21a66624cb1fe1d495
requests_2.9.1.orig.tar.gz 473.6 KiB 6a6c018411bcc8cfb56f5c2a8d13f5451c40bf03d8e0bd59d103caf29062ef4d
requests_2.9.1-1.debian.tar.xz 13.0 KiB 1eba63e104cf839ffea4c6afe03d4d91618a7361122374afdfa0744810cc1e84

Available diffs

No changes file available.

Binary packages built by this source

python-requests: elegant and simple HTTP library for Python2, built for human beings

 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts

python-requests-whl: No summary available for python-requests-whl in ubuntu xenial.

No description available for python-requests-whl in ubuntu xenial.

python3-requests: elegant and simple HTTP library for Python3, built for human beings

 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package contains the Python 3 version of the library.