[Python-modules-commits] [requests] 01/04: Add version constraint for chardet

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue Aug 1 01:33:52 UTC 2017


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

eriol-guest pushed a commit to branch master
in repository requests.

commit dab4538fd409eb44774f73c9c9622f6f4fb11d97
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Aug 1 01:44:56 2017 +0200

    Add version constraint for chardet
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ae73b35..0a161ef 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ Build-Depends:
  debhelper (>= 9),
  dh-python,
  python-all (>= 2.6.6-3),
- python-chardet,
+ python-chardet (>= 3.0.2),
  python-setuptools,
  python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22),
  python3-all,
- python3-chardet,
+ python3-chardet (>= 3.0.2),
  python3-setuptools,
  python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22),
 Standards-Version: 4.0.0
@@ -27,7 +27,7 @@ Depends:
  ${misc:Depends},
  ${python:Depends},
  ca-certificates,
- python-chardet,
+ python-chardet (>= 3.0.2),
  python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22)
 Suggests:
  python-cryptography,
@@ -60,7 +60,7 @@ Depends:
  ${misc:Depends},
  ${python3:Depends},
  ca-certificates,
- python3-chardet,
+ python3-chardet (>= 3.0.2),
  python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22)
 Suggests:
  python3-cryptography,

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