[Python-modules-commits] [requests] 02/04: Add version constraint for idna

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 aaf69fa9b9866a0393087eb5f73288f7728ee766
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Tue Aug 1 01:54:26 2017 +0200

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

diff --git a/debian/control b/debian/control
index 0a161ef..bfcf1b5 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Depends:
  python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22)
 Suggests:
  python-cryptography,
- python-idna,
+ python-idna (>= 2.5),
  python-openssl,
  python-socks
 Breaks: httpie (<< 0.9.2)
@@ -64,7 +64,7 @@ Depends:
  python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22)
 Suggests:
  python3-cryptography,
- python3-idna,
+ python3-idna (>= 2.5),
  python3-openssl,
  python3-socks
 Description: elegant and simple HTTP library for Python3, built for human beings

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