aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-05-04 03:05:27 +0000
committerDaniele Tricoli <eriol@mornie.org>2015-05-04 03:05:27 +0000
commitb172f87848a137cda716f02e78d984f0bf9ba0d9 (patch)
tree606eff3e55b133c1908d56932a6133f4f08a3c64
parent1ae939425e29eb3d645cfda82a8419c5e462d019 (diff)
downloadpython-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.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 6 insertions, 2 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
diff --git a/debian/control b/debian/control
index 3cae43c..a950cf3 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends:
ca-certificates,
python-chardet,
python-urllib3 (>= 1.9.1)
-Recommends:
+Suggests:
python-ndg-httpsclient,
python-openssl,
python-pyasn1