diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 24993e6..f5f80d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +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 + + -- Daniele Tricoli <eriol@mornie.org> Mon, 04 May 2015 21:43:40 +0200 + requests (2.4.3-6) unstable; urgency=medium * debian/patches/05_do-not-ascribe-cookies-to-the-target-domain.patch |