diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-03-18 23:47:04 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-03-18 23:47:04 +0000 |
commit | 813bdb99d78a260fb237b42b82fc15bb8386249b (patch) | |
tree | 85d6a2165c559e278129f5c10f6a10b5be7380b7 /debian/changelog | |
parent | 92ae058fb5f3c96409cfb6f6466eea2727572b80 (diff) | |
download | python-requests-813bdb99d78a260fb237b42b82fc15bb8386249b.tar python-requests-813bdb99d78a260fb237b42b82fc15bb8386249b.tar.gz |
Removed embedded copy of python-six
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2840434..ab26168 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,11 @@ requests (0.10.8-1) UNRELEASED; urgency=low [ Daniele Tricoli ] * New upstream release (Closes: #663561) + * Removed embedded copy of python-six + - Added debian/patches/02_do-not-use-embedded-python-six.patch + - Added override_dh_auto_configure to debian/rules to remove + the embedded copy + - Added python(3)-six to Depends * debian/control - Bumped Standards-Version to 3.9.3 (no changes needed) * debian/patches/01_do-not-use-python-certifi.patch @@ -12,7 +17,7 @@ requests (0.10.8-1) UNRELEASED; urgency=low * debian/patches/02_fix-python3-except-sintax-error.patch - Removed as it is applied upstream - -- Daniele Tricoli <eriol@mornie.org> Fri, 16 Mar 2012 19:37:44 +0100 + -- Daniele Tricoli <eriol@mornie.org> Mon, 19 Mar 2012 00:35:09 +0100 requests (0.10.1-1) unstable; urgency=low |