[Python-modules-commits] r22668 - in packages/python-urllib3/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Sep 10 12:34:32 UTC 2012
Date: Monday, September 10, 2012 @ 12:34:30
Author: eriol-guest
Revision: 22668
Added ca-certificates to Recommends field
Modified:
packages/python-urllib3/trunk/debian/changelog
packages/python-urllib3/trunk/debian/control
Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog 2012-09-10 12:08:04 UTC (rev 22667)
+++ packages/python-urllib3/trunk/debian/changelog 2012-09-10 12:34:30 UTC (rev 22668)
@@ -1,13 +1,15 @@
python-urllib3 (1.3-3) UNRELEASED; urgency=low
+ * debian/control
+ - Added ca-certificates to Recommends field
* debian/patches/02_require-cert-verification.patch
- require SSL certificate validation by default by using
CERT_REQUIRED and using the system
/etc/ssl/certs/ca-certificates.crt.
- Thanks to Jamie Strandboge for report and patch.
+ Thanks to Jamie Strandboge for report and patch
(Closes: #686872)
- -- Daniele Tricoli <eriol at mornie.org> Fri, 07 Sep 2012 13:20:20 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 10 Sep 2012 14:33:35 +0200
python-urllib3 (1.3-2) unstable; urgency=low
Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control 2012-09-10 12:08:04 UTC (rev 22667)
+++ packages/python-urllib3/trunk/debian/control 2012-09-10 12:34:30 UTC (rev 22668)
@@ -25,6 +25,8 @@
${misc:Depends},
${python:Depends},
python-six
+Recommends:
+ ca-certificates
Description: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.
@@ -44,6 +46,8 @@
${misc:Depends},
${python3:Depends},
python3-six
+Recommends:
+ ca-certificates
Description: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.
More information about the Python-modules-commits
mailing list