diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-05-27 15:11:08 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-05-27 15:11:08 +0000 |
commit | 04f8468519885f0d058063b3639241a0b36076e6 (patch) | |
tree | b714e0a8d86b0f2899128a590f6d3abb16873ed9 /debian/changelog | |
parent | 53e244e20aca5646360a6f57e1f7e78622cdf748 (diff) | |
download | python-requests-04f8468519885f0d058063b3639241a0b36076e6.tar python-requests-04f8468519885f0d058063b3639241a0b36076e6.tar.gz |
Add httpie (<< 0.9.2) to python-requests' Breaks since constants
imported by httpie from requests.compat were removed.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f5f80d5..689a768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +requests (2.7.0-2) UNRELEASED; urgency=medium + + * debian/control + - Add httpie (<< 0.9.2) to python-requests' Breaks since constants + imported by httpie from requests.compat were removed. + + -- Daniele Tricoli <eriol@mornie.org> Wed, 27 May 2015 17:10:25 +0200 + requests (2.7.0-1) experimental; urgency=medium * New upstream release. (Closes: #784095) |