[Python-modules-commits] r31182 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Oct 20 23:39:17 UTC 2014
Date: Monday, October 20, 2014 @ 23:39:16
Author: eriol-guest
Revision: 31182
Bump python{,3}-urllib3 to (>=1.9.1)
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2014-10-20 23:31:49 UTC (rev 31181)
+++ packages/requests/trunk/debian/changelog 2014-10-20 23:39:16 UTC (rev 31182)
@@ -10,6 +10,7 @@
- Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
python3-urllib3's Suggests since Python 3 already support SNI and
and SSL compression can be disabled using OP_NO_COMPRESSION.
+ - Bump python{,3}-urllib3 to (>=1.9.1).
* debian/patches/01_use-system-ca-certificates.patch
- Refresh.
* debian/patches/02_use-system-chardet-and-urllib3.patch
@@ -20,7 +21,7 @@
- Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
system package since it is used as import location. (Closes: #753578)
- -- Daniele Tricoli <eriol at mornie.org> Tue, 21 Oct 2014 00:09:34 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Tue, 21 Oct 2014 01:35:59 +0200
requests (2.3.0-1) unstable; urgency=medium
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2014-10-20 23:31:49 UTC (rev 31181)
+++ packages/requests/trunk/debian/control 2014-10-20 23:39:16 UTC (rev 31182)
@@ -10,7 +10,7 @@
python-chardet,
python-pytest,
python-setuptools,
- python-urllib3 (>= 1.7.1),
+ python-urllib3 (>= 1.9.1),
python3-all,
python3-chardet,
python3-pytest,
@@ -31,7 +31,7 @@
${python:Depends},
ca-certificates,
python-chardet,
- python-urllib3 (>= 1.7.1)
+ python-urllib3 (>= 1.9.1)
Recommends:
python-ndg-httpsclient,
python-openssl,
@@ -62,7 +62,7 @@
${python3:Depends},
ca-certificates,
python3-chardet,
- python3-urllib3 (>= 1.5)
+ python3-urllib3 (>= 1.9.1)
Suggests:
python3-ndg-httpsclient,
python3-openssl,
More information about the Python-modules-commits
mailing list