diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3b2d044..129c901 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,11 +5,12 @@ requests (1.1.0-1) UNRELEASED; urgency=low * debian/control - Added python-chardet, python3-chardet to Build-Depends and moved them from Recommends to Depends since chardet is now required - - Added python*-urllib3 (>= 1.5) to Build-Depends and Depends - - Removed python*-six since python*-urllib3 is not embedded + - Added python(3)-urllib3 (>= 1.5) to Build-Depends and Depends + - Removed python(3)-six since python(3)-urllib3 is not embedded anymore - Removed python-gevent and python-oauthlib from Recommends since upstream is not using them anymore + - Bumped Standards-Version to 3.9.4 (no changes needed) * debian/copyright - Updated to reflect upstream switch to Apache 2.0 and updated copyright years diff --git a/debian/control b/debian/control index 6a85ba7..de9b06b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: python3-all, python3-chardet, python3-urllib3 (>= 1.5) -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Homepage: http://python-requests.org |