aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-10-20 23:39:16 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-10-20 23:39:16 +0000
commit6de4bcf493ab9b89cfd343b6f40fff031319f443 (patch)
tree60bb0540c7c0cd956363190c961439f0f502e56b
parente34a0f280764876afedaeabd18e99ea4d9a77292 (diff)
downloadpython-requests-6de4bcf493ab9b89cfd343b6f40fff031319f443.tar
python-requests-6de4bcf493ab9b89cfd343b6f40fff031319f443.tar.gz
Bump python{,3}-urllib3 to (>=1.9.1)
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 46f74cc..3d98479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ requests (2.4.3-1) UNRELEASED; urgency=medium
- 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 @@ requests (2.4.3-1) UNRELEASED; urgency=medium
- Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
system package since it is used as import location. (Closes: #753578)
- -- Daniele Tricoli <eriol@mornie.org> Tue, 21 Oct 2014 00:09:34 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 21 Oct 2014 01:35:59 +0200
requests (2.3.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index a30593a..bed863d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
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 @@ Depends:
${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 @@ Depends:
${python3:Depends},
ca-certificates,
python3-chardet,
- python3-urllib3 (>= 1.5)
+ python3-urllib3 (>= 1.9.1)
Suggests:
python3-ndg-httpsclient,
python3-openssl,