aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2015-10-23 13:02:09 +0200
committerDaniele Tricoli <eriol@mornie.org>2015-10-23 13:02:09 +0200
commitd3161bbeef0171a98941287e8d276c451b4be401 (patch)
tree2224af8db773397ff7c5d802c38ff5b6c9ad1cfa
parentccc91dc291710d32703aa554a4a23409b358e66d (diff)
downloadpython-requests-d3161bbeef0171a98941287e8d276c451b4be401.tar
python-requests-d3161bbeef0171a98941287e8d276c451b4be401.tar.gz
Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends
-rw-r--r--debian/changelog4
-rw-r--r--debian/control8
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a4b1ec..b3da8dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
requests (2.8.1-1) UNRELEASED; urgency=medium
* New upstream release. (Closes: #802760)
+ * debian/control
+ - Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends.
* debian/patches/05_upstream_devendorize.patch
- Remove because included since version 2.8.0.
- -- Daniele Tricoli <eriol@mornie.org> Fri, 23 Oct 2015 12:26:12 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Fri, 23 Oct 2015 12:34:21 +0200
requests (2.7.0-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index cd4faa4..bf7e16e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends:
python-all (>= 2.6.6-3),
python-chardet,
python-setuptools,
- python-urllib3 (>= 1.10.4),
+ python-urllib3 (>= 1.12),
python3-all,
python3-chardet,
python3-setuptools,
- python3-urllib3 (>= 1.10.4),
+ python3-urllib3 (>= 1.12),
python3-wheel
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
@@ -29,7 +29,7 @@ Depends:
${python:Depends},
ca-certificates,
python-chardet,
- python-urllib3 (>= 1.10.4)
+ python-urllib3 (>= 1.12)
Suggests:
python-ndg-httpsclient,
python-openssl,
@@ -61,7 +61,7 @@ Depends:
${python3:Depends},
ca-certificates,
python3-chardet,
- python3-urllib3 (>= 1.10.4)
+ python3-urllib3 (>= 1.12)
Suggests:
python3-ndg-httpsclient,
python3-openssl,