[Python-modules-commits] [requests] 01/01: Fixed required version of chardet and urllib3 for new version

Ondrej Novy onovy at debian.org
Mon Dec 11 20:28:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository requests.

commit bbcbc805348659b2fedade96565f45d7bb81275f
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Dec 11 21:28:34 2017 +0100

    Fixed required version of chardet and urllib3 for new version
---
 debian/changelog |  1 +
 debian/control   | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index daf4125..913717d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ requests (2.18.4-1) UNRELEASED; urgency=medium
   * Bump debhelper compat level to 10
   * Standards-Version is 4.1.2 now (no changes needed)
   * d/watch: Check upstream signature
+  * Fixed required version of chardet and urllib3 for new version
 
  -- Ondřej Nový <onovy at debian.org>  Sat, 09 Dec 2017 20:16:16 +0100
 
diff --git a/debian/control b/debian/control
index 76442f9..a1f4858 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Build-Depends:
  dh-python,
  python-all (>= 2.6.6-3),
  python-certifi,
- python-chardet (>= 3.0.2),
+ python-chardet (>= 3.0.2), python-chardet (<< 3.1.0),
  python-setuptools,
- python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22),
+ python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.23),
  python3-all,
  python3-certifi,
- python3-chardet (>= 3.0.2),
+ python3-chardet (>= 3.0.2), python3-chardet (<< 3.1.0),
  python3-setuptools,
- python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22),
+ python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.23),
 Standards-Version: 4.1.2
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -31,8 +31,8 @@ Depends:
  ${python:Depends},
  ca-certificates,
  python-certifi,
- python-chardet (>= 3.0.2),
- python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22)
+ python-chardet (>= 3.0.2), python-chardet (<< 3.1.0),
+ python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.23)
 Suggests:
  python-cryptography,
  python-idna (>= 2.5),
@@ -65,8 +65,8 @@ Depends:
  ${python3:Depends},
  ca-certificates,
  python3-certifi,
- python3-chardet (>= 3.0.2),
- python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22)
+ python3-chardet (>= 3.0.2), python3-chardet (<< 3.1.0),
+ python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.23)
 Suggests:
  python3-cryptography,
  python3-idna (>= 2.5),

-- 
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