[Python-modules-commits] r32792 - in packages/requests/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed May 27 15:11:09 UTC 2015


    Date: Wednesday, May 27, 2015 @ 15:11:08
  Author: eriol-guest
Revision: 32792

Add httpie (<< 0.9.2) to python-requests' Breaks since constants
imported by httpie from requests.compat were removed.

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/control

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2015-05-26 18:47:02 UTC (rev 32791)
+++ packages/requests/trunk/debian/changelog	2015-05-27 15:11:08 UTC (rev 32792)
@@ -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 at mornie.org>  Wed, 27 May 2015 17:10:25 +0200
+
 requests (2.7.0-1) experimental; urgency=medium
 
   * New upstream release. (Closes: #784095)

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2015-05-26 18:47:02 UTC (rev 32791)
+++ packages/requests/trunk/debian/control	2015-05-27 15:11:08 UTC (rev 32792)
@@ -34,6 +34,7 @@
   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




More information about the Python-modules-commits mailing list