Publishing details
Changelog
requests (2.9.1-3~ubuntu14.04.1~ppa1) trusty; urgency=medium
* No-change backport to trusty
requests (2.9.1-3) unstable; urgency=medium
* debian/control
- Remove python-requests-whl as it's no longer necessary.
- Remove python3-wheel from Build-Depends.
- Fix Vcs-Git URI.
- Bump Standards-Version to 3.9.7 (no changes needed).
- Bump X-Python3-Version to >= 3.3.
* debian/copyright
- Updated copyright years.
* debian/python-requests-whl.install
- Remove.
* debian/rules
- Remove override_dh_auto_install since we no longer need to
build the wheel package.
requests (2.9.1-2) unstable; urgency=medium
* debian/control
- Tweak fixed dependency on urllib3 1.13.1 to accommodate
packaging changes, as the version requirement is upstream version
only. Thanks James Page for report and patch. (Closes: #809485)
- Use HTTPS scheme for Vcs-Git.
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)
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.
requests (2.7.0-3) unstable; urgency=medium
[ Barry Warsaw ]
* debian/patches:
- 02_use-system-chardet-and-urllib3.patch and
04_make-requests.packages.urllib3-same-as-urllib3.patch: Removed in
favor of upstream's pull request #2567
- 05_upstream_devendorize.patch: Upstream's pull request to better
support the devendorizing of urllib3 and chardet.
(Closes: #771349, #788383)
[ Daniele Tricoli ]
* debian/python{,3}-requests.pyremove
- Remove embedded copy of chardet and urllib3. Previously it was done by
02_use-system-chardet-and-urllib3.patch.
requests (2.7.0-2) unstable; urgency=medium
* Upload to unstable.
* debian/control
- Add httpie (<< 0.9.2) to python-requests' Breaks since constants
imported by httpie from requests.compat were removed.
requests (2.7.0-1) experimental; urgency=medium
* New upstream release. (Closes: #784095)
- Embedded copy (not used) of urllib3 does not require SSLv3 anymore.
(Closes: #770172)
* debian/control
- Move python-ndg-httpsclient, python-openssl and python-pyasn1 to Suggests
inside python-requests' stanza since Python 2.7.9 include SNI support
and PEP 476 made it as secure as Python 3.
- Bump python{,3}-urllib3 to 1.10.4.
* debian/copyright
- Update copyright years.
- Update to MPL-2.0 license stanza of requests/cacert.pem (not used but
shipped in orig tarball).
* debian/watch
- Use pypi.debian.net redirector.
* debian/patches/01_use-system-ca-certificates.patch
- Refresh and remove CA certificate bundle from MANIFEST.in.
(Closes: #781610)
* debian/patches/02_use-system-chardet-and-urllib3.patch
- Refresh.
* debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
- Refresh.
* debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch
- Remove since fixed upstream.
* debian/python{,3}-requests.links
- Remove links thanks to the import machinery in
04_make-requests.packages.urllib3-same-as-urllib3.patch
requests (2.4.3-6) unstable; urgency=medium
* debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch
- Fix session fixation and cookie stealing: CVE-2015-2296.
(Closes: #780506)
requests (2.4.3-5) unstable; urgency=medium
* Team upload.
* d/control: Remove the Build-Depends on python{,3}-pytest since we
aren't actually running the tests at build time. (Closes: #770173)
* d/rules: Update the comment about why the tests are currently disabled
at build time to point to the updated upstream url.
requests (2.4.3-4) unstable; urgency=medium
* debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
- Fix requests.packages.urllib3 sub on Python 3. Thanks to Tianon
Gravi for the report. (Closes: #769496)
requests (2.4.3-3) unstable; urgency=medium
* debian/patches/04_make-requests.packages.urllib3-same-as-urllib3.patch
- Make Python import system know that requests.packages.urllib3 and
urllib3 are the same thing. Thanks to Jakub Wilk for the patch.
(Closes: #769047)
requests (2.4.3-2) unstable; urgency=medium
* debian/patches/03_export-IncompleteRead.patch
- Export IncompleteRead from requests.compat since it's imported by
python-pip. (Closes: #766419)
requests (2.4.3-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Fix duplicate-short-description.
- Bump Standards-Version to 3.9.6 (no changes needed).
- Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
python-urllib3's Recomends to ensure that SNI works as expected and to
prevent CRIME attack. (Closes: #755805)
- Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
python3-urllib3's Suggests since Python 3 already support SNI and
and SSL compression can be disabled using OP_NO_COMPRESSION.
- Bump python{,3}-urllib3 to (>=1.9.1).
* debian/patches/01_use-system-ca-certificates.patch
- Refresh.
* debian/patches/02_use-system-chardet-and-urllib3.patch
- Refresh.
- Provide requests.packages package because it will be used to supply
a stub for requests.packages.urllib3.
* debian/python{,3}-requests.links:
- Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
system package since it is used as import location. (Closes: #753578)
requests (2.3.0-1) unstable; urgency=medium
* Team upload.
- Fix CVE-2014-1829 and CVE-2014-1830 (Closes: #733108)
* New upstream release.
* d/control: Added python{,3}-pytest to Build-Depends.
* d/patches/*: Refreshed.
requests (2.2.1-3) unstable; urgency=medium
* Team upload.
* d/control:
- Fix python-requests-whl Depends.
- Fix typo in python-requests-whl description.
requests (2.2.1-2) unstable; urgency=medium
* Team upload.
* debian/control
- Add python-requests-whl binary package.
- Build-Depends on python3-wheel, python-setuptools,
and python3-setuptools.
- wrap-and-sort.
* debian/rules:
- Simplify by using PYBUILD_NAME.
- Build the universal wheels.
-- Michael Richard <email address hidden> Thu, 25 Feb 2016 15:18:34 +0000
Builds
Built packages
-
python-requests
elegant and simple HTTP library for Python2, built for human beings
-
python3-requests
elegant and simple HTTP library for Python3, built for human beings
Package files