requests 2.8.1-1 source package in Ubuntu
Changelog
requests (2.8.1-1) unstable; urgency=medium * New upstream release. (Closes: #802760) * debian/control - Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends. * debian/patches/05_upstream_devendorize.patch - Remove because included since version 2.8.0. * debian/patches/02_populate-install_requires.patch - Populate install_requires for unbundled packages to avoid breakage updating urllib3 via pip when requests/urllib3 are already installed via the system packages. -- Daniele Tricoli <email address hidden> Sat, 24 Oct 2015 17:46:58 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.8.1-1.dsc | 2.2 KiB | dc4e5aea6cd58cf070ef629ecc2828f19aa84cac7167831437bf765f18e8428e |
requests_2.8.1.orig.tar.gz | 469.5 KiB | 84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b |
requests_2.8.1-1.debian.tar.xz | 12.9 KiB | 9c2207e4b51f8310ca512f71115f5d56c44e4e32f1843851132ffcd4ee542f5b |
Available diffs
- diff from 2.7.0-3 to 2.8.1-1 (101.7 KiB)
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.