[Python-modules-commits] [requests] 01/02: Bump python{, 3}-urllib3 to = 1.13.1-1 both in Build-Depends and Depends

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Dec 27 12:34:45 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 ba195c7a9b0dcd5a15977d4f04ec2e8e8eaf6500
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sun Dec 27 12:46:23 2015 +0100

    Bump python{,3}-urllib3 to = 1.13.1-1 both in Build-Depends and Depends
---
 debian/changelog | 7 ++++++-
 debian/control   | 8 ++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a107f64..6b92216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 requests (2.9.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/control
+    - Bump python{,3}-urllib3 to = 1.13.1-1 both in Build-Depends and Depends.
+      Tighten urllib3 dependency is needed because, otherwise, any programs
+      depending to requests through pkgresources will fail. Thanks to Vincent
+      Bernat for the report.
   * debian/patches/02_populate-install_requires.patch
     - Refresh. (Closes: #809031)
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 27 Dec 2015 11:08:36 +0100
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 27 Dec 2015 12:45:56 +0100
 
 requests (2.8.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index bf7e16e..6fbb930 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.12),
+ python-urllib3 (= 1.13.1-1),
  python3-all,
  python3-chardet,
  python3-setuptools,
- python3-urllib3 (>= 1.12),
+ python3-urllib3 (= 1.13.1-1),
  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.12)
+ python-urllib3 (= 1.13.1-1)
 Suggests: 
   python-ndg-httpsclient,
   python-openssl,
@@ -61,7 +61,7 @@ Depends:
  ${python3:Depends},
  ca-certificates,
  python3-chardet,
- python3-urllib3 (>= 1.12)
+ python3-urllib3 (= 1.13.1-1)
 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