diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d07bb55..72f2cb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ requests (2.4.2-1) UNRELEASED; urgency=medium * New upstream release. * debian/control - Fix duplicate-short-description. + - Bump Standards-Version to 3.9.6 (no changes needed). * debian/patches/01_use-system-ca-certificates.patch - Refresh. * debian/patches/02_use-system-chardet-and-urllib3.patch @@ -13,7 +14,7 @@ requests (2.4.2-1) UNRELEASED; urgency=medium - Provide requests.packages.urllib3 as symlink of python{,3}-urllib3 system package since it is used as import location. (Closes: #753578) - -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:23:42 +0200 + -- Daniele Tricoli <eriol@mornie.org> Wed, 08 Oct 2014 20:49:10 +0200 requests (2.3.0-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index f0c9586..91929df 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9), python3-setuptools, python3-urllib3 (>= 1.7.1), python3-wheel -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.0 Homepage: http://python-requests.org |