diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:05:27 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-04 03:05:27 +0000 |
commit | b172f87848a137cda716f02e78d984f0bf9ba0d9 (patch) | |
tree | 606eff3e55b133c1908d56932a6133f4f08a3c64 /debian/changelog | |
parent | 1ae939425e29eb3d645cfda82a8419c5e462d019 (diff) | |
download | python-requests-b172f87848a137cda716f02e78d984f0bf9ba0d9.tar python-requests-b172f87848a137cda716f02e78d984f0bf9ba0d9.tar.gz |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 22a453a..0083590 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ requests (2.7.0-1) UNRELEASED; 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. * debian/watch - Use pypi.debian.net redirector. * debian/patches/01_use-system-ca-certificates.patch @@ -18,7 +22,7 @@ requests (2.7.0-1) UNRELEASED; urgency=medium - 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 03:44:46 +0200 + -- Daniele Tricoli <eriol@mornie.org> Mon, 04 May 2015 05:02:53 +0200 requests (2.4.3-6) unstable; urgency=medium |