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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Apr 23 13:19:46 UTC 2014


    Date: Wednesday, April 23, 2014 @ 13:19:45
  Author: fladi-guest
Revision: 28637

New upstream release.

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

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2014-04-23 11:50:23 UTC (rev 28636)
+++ packages/kombu/trunk/debian/changelog	2014-04-23 13:19:45 UTC (rev 28637)
@@ -1,3 +1,13 @@
+kombu (3.0.15-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update Dependencies on python-amqp to (>= 1.4.5).
+  * Add python-redis to Build-Depends to allow tests for the redis transport
+    to run and add it to Suggests to for anyone who uses it as a transport.
+  * Add python-msgpack to Build-Depends in order to enable further tests.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 23 Apr 2014 14:13:53 +0200
+
 kombu (3.0.14-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2014-04-23 11:50:23 UTC (rev 28636)
+++ packages/kombu/trunk/debian/control	2014-04-23 13:19:45 UTC (rev 28637)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8.1.0~),
                python-all,
                python-amqp (<< 2.0),
-               python-amqp (>= 1.4.3),
+               python-amqp (>= 1.4.5),
                python-anyjson (>= 0.3.3),
                python-beanstalkc,
                python-boto,
@@ -14,9 +14,11 @@
                python-django,
                python-librabbitmq,
                python-mock,
+               python-msgpack,
                python-nose,
                python-pika,
                python-pymongo (>= 2.6.2),
+               python-redis,
                python-setuptools,
                python-simplejson,
                python-sphinx (>= 1.0.7+dfsg),
@@ -32,7 +34,7 @@
 
 Package: python-kombu
 Architecture: all
-Depends: python-librabbitmq | python-amqp (>= 1.4.3),
+Depends: python-librabbitmq | python-amqp (>= 1.4.5),
          python-anyjson (>= 0.3.3),
          ${misc:Depends},
          ${python:Depends}
@@ -45,6 +47,7 @@
           python-kombu-doc,
           python-pika,
           python-pymongo (>= 2.6.2),
+          python-redis,
           python-sqlalchemy
 Description: AMQP Messaging Framework for Python
  The aim of Kombu is to make messaging in Python as easy as possible by




More information about the Python-modules-commits mailing list