[Python-modules-commits] r30092 - in packages/kombu/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sat Aug 9 15:29:34 UTC 2014


    Date: Saturday, August 9, 2014 @ 15:29:33
  Author: fladi-guest
Revision: 30092

Add python-librabbitmq (>= 1.5.2) as Recommends and Build-Depends.

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

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2014-08-09 14:52:07 UTC (rev 30091)
+++ packages/kombu/trunk/debian/changelog	2014-08-09 15:29:33 UTC (rev 30092)
@@ -1,3 +1,15 @@
+kombu (3.0.19-3) unstable; urgency=low
+
+  * Add python-librabbitmq (>= 1.5.2) to Recommends as a optional faster
+    transport than python-amqp.
+  * Add python-librabbitmq (>= 1.5.2) to Build-Depends to enable additional
+    tests during build.
+  * Drop versioned dependencies on python-amqp as there are no older releases
+    in the archive.
+  * Run wrap-and-sort on the packaging code.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sat, 09 Aug 2014 16:33:05 +0200
+
 kombu (3.0.19-2) unstable; urgency=medium
 
   [ Michael Fladischer ]

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2014-08-09 14:52:07 UTC (rev 30091)
+++ packages/kombu/trunk/debian/control	2014-08-09 15:29:33 UTC (rev 30092)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
-    Brian May <bam at debian.org>
+           Brian May <bam at debian.org>
 Build-Depends: debhelper (>= 8.1.0~),
                python-all,
-               python-amqp (<< 2.0),
-               python-amqp (>= 1.4.5),
+               python-amqp,
                python-anyjson (>= 0.3.3),
                python-beanstalkc,
                python-boto,
                python-couchdb (>= 0.8),
                python-django,
+               python-librabbitmq (>= 1.5.2),
                python-mock,
                python-msgpack,
                python-nose,
@@ -35,14 +35,15 @@
 
 Package: python-kombu
 Architecture: all
-Depends: python-amqp (>= 1.4.5),
+Depends: python-amqp,
          python-anyjson (>= 0.3.3),
          ${misc:Depends},
          ${python:Depends}
-Recommends: python-yaml
+Recommends: python-librabbitmq (>= 1.5.2),
+            python-yaml
 Breaks: python-cjson (<= 1.0.5-4+b1)
-Suggests: python-boto,
-          python-beanstalkc,
+Suggests: python-beanstalkc,
+          python-boto,
           python-couchdb (>= 0.8),
           python-django,
           python-kombu-doc,




More information about the Python-modules-commits mailing list