diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-10-24 17:58:26 +0200 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-10-24 17:58:26 +0200 |
commit | 013da1c8cdee2bab1b2053faca00d368213446a5 (patch) | |
tree | 73663007bf172918226c7706f3b27224e6acb6ff | |
parent | 86eb67cfced6246d99f6aa059ea01af560df337e (diff) | |
download | python-requests-013da1c8cdee2bab1b2053faca00d368213446a5.tar python-requests-013da1c8cdee2bab1b2053faca00d368213446a5.tar.gz |
Update changelog about 02_populate-install_requires.patch
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b3da8dd..16c0255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,12 @@ requests (2.8.1-1) UNRELEASED; urgency=medium - Bump python{,3}-urllib3 to >= 1.12 both in Build-Depends and Depends. * debian/patches/05_upstream_devendorize.patch - Remove because included since version 2.8.0. + * debian/patches/02_populate-install_requires.patch + - Populate install_requires for unbundled packages to avoid breakage + updating urllib3 via pip when requests/urllib3 are already installed + via the system packages. - -- Daniele Tricoli <eriol@mornie.org> Fri, 23 Oct 2015 12:34:21 +0200 + -- Daniele Tricoli <eriol@mornie.org> Sat, 24 Oct 2015 17:46:58 +0200 requests (2.7.0-3) unstable; urgency=medium |