diff -Nru requests-2.9.1/debian/changelog requests-2.9.1/debian/changelog --- requests-2.9.1/debian/changelog 2016-01-24 20:13:29.000000000 +0000 +++ requests-2.9.1/debian/changelog 2016-02-12 06:27:18.000000000 +0000 @@ -1,3 +1,21 @@ +requests (2.9.1-3) unstable; urgency=medium + + * debian/control + - Remove python-requests-whl as it's no longer necessary. + - Remove python3-wheel from Build-Depends. + - Fix Vcs-Git URI. + - Bump Standards-Version to 3.9.7 (no changes needed). + - Bump X-Python3-Version to >= 3.3. + * debian/copyright + - Updated copyright years. + * debian/python-requests-whl.install + - Remove. + * debian/rules + - Remove override_dh_auto_install since we no longer need to + build the wheel package. + + -- Daniele Tricoli Fri, 12 Feb 2016 07:23:58 +0100 + requests (2.9.1-2) unstable; urgency=medium * debian/control diff -Nru requests-2.9.1/debian/control requests-2.9.1/debian/control --- requests-2.9.1/debian/control 2016-01-24 20:13:29.000000000 +0000 +++ requests-2.9.1/debian/control 2016-02-12 06:27:18.000000000 +0000 @@ -14,12 +14,11 @@ python3-chardet, python3-setuptools, python3-urllib3 (>= 1.13.1), python3-urllib3 (<< 1.13.2), - python3-wheel -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.0 +X-Python3-Version: >= 3.3 Homepage: http://python-requests.org -Vcs-Git: https://anonscm.debian.org/python-modules/packages/requests.git +Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/requests.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/requests.git Package: python-requests @@ -86,31 +85,3 @@ - Connection Timeouts . This package contains the Python 3 version of the library. - -Package: python-requests-whl -Architecture: all -Depends: - ${misc:Depends}, - ${python3:Depends}, - ca-certificates, - python-urllib3-whl -Description: elegant and simple HTTP library for Python, built for human beings - Requests allow you to send HTTP/1.1 requests. You can add headers, form data, - multipart files, and parameters with simple Python dictionaries, and access - the response data in the same way. It's powered by httplib and urllib3, but - it does all the hard work and crazy hacks for you. - . - Features - . - - International Domains and URLs - - Keep-Alive & Connection Pooling - - Sessions with Cookie Persistence - - Browser-style SSL Verification - - Basic/Digest Authentication - - Elegant Key/Value Cookies - - Automatic Decompression - - Unicode Response Bodies - - Multipart File Uploads - - Connection Timeouts - . - This package provides the universal wheel. diff -Nru requests-2.9.1/debian/copyright requests-2.9.1/debian/copyright --- requests-2.9.1/debian/copyright 2016-01-24 20:13:29.000000000 +0000 +++ requests-2.9.1/debian/copyright 2016-02-12 06:27:18.000000000 +0000 @@ -33,7 +33,7 @@ License: MPL-2.0 Files: debian/* -Copyright: 2011-2015, Daniele Tricoli +Copyright: 2011-2016, Daniele Tricoli License: Apache License: Apache diff -Nru requests-2.9.1/debian/python-requests-whl.install requests-2.9.1/debian/python-requests-whl.install --- requests-2.9.1/debian/python-requests-whl.install 2016-01-24 20:13:29.000000000 +0000 +++ requests-2.9.1/debian/python-requests-whl.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/python-wheels diff -Nru requests-2.9.1/debian/rules requests-2.9.1/debian/rules --- requests-2.9.1/debian/rules 2016-01-24 20:13:29.000000000 +0000 +++ requests-2.9.1/debian/rules 2016-02-12 06:27:18.000000000 +0000 @@ -22,9 +22,3 @@ override_dh_installchangelogs: dh_installchangelogs HISTORY.rst - -override_dh_auto_install: - dh_auto_install - python3 setup.py bdist_wheel \ - --universal \ - -d $(CURDIR)/debian/tmp/usr/share/python-wheels