requests 2.9.1-1ubuntu1 source package in Ubuntu

Changelog

requests (2.9.1-1ubuntu1) xenial; urgency=medium

  * d/control: Tweak fixed dependency on urllib3 1.13.1 to accomodate
    packaging changes, as the version requirement is upstream version
    only.

 -- James Page <email address hidden>  Thu, 31 Dec 2015 07:52:30 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 473.6 KiB 6a6c018411bcc8cfb56f5c2a8d13f5451c40bf03d8e0bd59d103caf29062ef4d
requests_2.9.1-1ubuntu1.debian.tar.xz 13.2 KiB 94cb815bace3469b4ebbfe9280857d1411ca1252ca716a7d94aa861d61e904ca
requests_2.9.1-1ubuntu1.dsc 2.4 KiB 12b880859ffbdce74d582ec6eac41cacf2e37234da0bb5741e46d2d8629243fc

View changes file

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.