diff options
author | Barry Warsaw <barry@debian.org> | 2014-05-22 18:33:19 -0400 |
---|---|---|
committer | Barry Warsaw <barry@debian.org> | 2014-05-22 18:33:19 -0400 |
commit | 009facd04f2106c95576f65cf347f4c7a35e2e57 (patch) | |
tree | f25b54d5cf5d7ed08bd36c5417fe9fbba3ba1b34 | |
parent | 5d260ef8595585de45044acfcc9c47377afba4ac (diff) | |
parent | dc7ef5910c9411c4b83d10e01c70fbcc0d311484 (diff) | |
download | python-requests-009facd04f2106c95576f65cf347f4c7a35e2e57.tar python-requests-009facd04f2106c95576f65cf347f4c7a35e2e57.tar.gz |
Imported Debian patch 2.2.1-3
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7b1d209..eb3e611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +requests (2.2.1-3) unstable; urgency=medium + + * Team upload. + * d/control: + - Fix python-requests-whl Depends. + - Fix typo in python-requests-whl description. + + -- Barry Warsaw <barry@debian.org> Thu, 22 May 2014 18:33:19 -0400 + requests (2.2.1-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index d3b705b..fcadaf1 100644 --- a/debian/control +++ b/debian/control @@ -78,7 +78,7 @@ Description: elegant and simple HTTP library for Python, built for human beings Package: python-requests-whl Architecture: all Depends: ca-certificates, - python-urllib3-wheels, + python-urllib3-whl, ${misc:Depends}, ${python3:Depends} Description: elegant and simple HTTP library for Python, built for human beings @@ -100,4 +100,4 @@ Description: elegant and simple HTTP library for Python, built for human beings - Multipart File Uploads - Connection Timeouts . - This package provides the universal wheels. + This package provides the universal wheel. |