requests 2.2.1-1 source package in Ubuntu
Changelog
requests (2.2.1-1) unstable; urgency=medium * New upstream release * debian/control - Bumped Standards-Version to 3.9.5 (no changes needed) * debian/copyright - Updated copyright years * debian/patches/02_use-system-chardet-and-urllib3.patches - Refreshed -- Daniele Tricoli <email address hidden> Mon, 27 Jan 2014 04:58:17 +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 | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.2.1-1.dsc | 2.1 KiB | e99b89bf766bbf4470067288479b7d3643e33386c9917a6e1638560b2178a781 |
requests_2.2.1.orig.tar.gz | 412.1 KiB | 1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02 |
requests_2.2.1-1.debian.tar.xz | 6.5 KiB | af8f83f5848a48e21235ea22d2b88f86e52c07483808ac3fa74142b4c7b8380f |
Available diffs
- diff from 2.0.0-1 to 2.2.1-1 (546.5 KiB)
No changes file available.
Binary packages built by this source
- python-requests: elegant and simple HTTP library for Python, 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
- 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.