[Python-modules-commits] r32585 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon May 4 03:05:30 UTC 2015
Date: Monday, May 4, 2015 @ 03:05:27
Author: eriol-guest
Revision: 32585
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.
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2015-05-04 02:00:18 UTC (rev 32584)
+++ packages/requests/trunk/debian/changelog 2015-05-04 03:05:27 UTC (rev 32585)
@@ -3,6 +3,10 @@
* 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 @@
- Remove links thanks to the import machinery in
04_make-requests.packages.urllib3-same-as-urllib3.patch
- -- Daniele Tricoli <eriol at mornie.org> Mon, 04 May 2015 03:44:46 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 04 May 2015 05:02:53 +0200
requests (2.4.3-6) unstable; urgency=medium
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2015-05-04 02:00:18 UTC (rev 32584)
+++ packages/requests/trunk/debian/control 2015-05-04 03:05:27 UTC (rev 32585)
@@ -30,7 +30,7 @@
ca-certificates,
python-chardet,
python-urllib3 (>= 1.9.1)
-Recommends:
+Suggests:
python-ndg-httpsclient,
python-openssl,
python-pyasn1
More information about the Python-modules-commits
mailing list