[Python-modules-commits] [requests] 02/05: Bump python{, 3}-urllib3 to >= 1.12 both in Build-Depends and Depends
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sat Oct 24 16:00:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository requests.
commit d3161bbeef0171a98941287e8d276c451b4be401
Author: Daniele Tricoli <eriol at mornie.org>
Date: Fri Oct 23 13:02:09 2015 +0200
Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends
---
debian/changelog | 4 +++-
debian/control | 8 ++++----
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 at mornie.org> Fri, 23 Oct 2015 12:26:12 +0200
+ -- Daniele Tricoli <eriol at 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,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/requests.git
More information about the Python-modules-commits
mailing list