From 04f8468519885f0d058063b3639241a0b36076e6 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Wed, 27 May 2015 15:11:08 +0000 Subject: Add httpie (<< 0.9.2) to python-requests' Breaks since constants imported by httpie from requests.compat were removed. --- debian/changelog | 8 ++++++++ debian/control | 1 + 2 files changed, 9 insertions(+) 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 Wed, 27 May 2015 17:10:25 +0200 + requests (2.7.0-1) experimental; urgency=medium * New upstream release. (Closes: #784095) diff --git a/debian/control b/debian/control index a6b2d11..5f5bf22 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Suggests: python-ndg-httpsclient, python-openssl, python-pyasn1 +Breaks: httpie (<< 0.9.2) Description: elegant and simple HTTP library for Python2, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access -- cgit v1.2.3