From b172f87848a137cda716f02e78d984f0bf9ba0d9 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Mon, 4 May 2015 03:05:27 +0000 Subject: 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/changelog | 6 +++++- debian/control | 2 +- 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 Mon, 04 May 2015 03:44:46 +0200 + -- Daniele Tricoli 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 -- cgit v1.2.3