[Python-modules-commits] r20464 - in packages/kombu/trunk/debian (changelog control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Feb 15 10:55:04 UTC 2012
Date: Wednesday, February 15, 2012 @ 10:55:01
Author: fladi-guest
Revision: 20464
Add python-pika as it now has a new supported transport.
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/control
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2012-02-15 07:30:50 UTC (rev 20463)
+++ packages/kombu/trunk/debian/changelog 2012-02-15 10:55:01 UTC (rev 20464)
@@ -1,8 +1,8 @@
kombu (2.1.0-1) unstable; urgency=low
* New upstream release (Closes: #611895).
- * Add python-sqlalchemy and python-django to Suggests/B-D because of new
- transports.
+ * Add python-pika, python-sqlalchemy and python-django to Suggests/B-D
+ because of new transports.
* Increase X-Python-Version because python 2.4 is not longer supported
by upstream in 2.x releases.
* Add python-mock to B-D because tests require it.
@@ -11,7 +11,7 @@
* Update patch.
* Add NEWS file to inform about changes to tranports.
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 16 Jan 2012 15:24:53 +0100
+ -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 15 Feb 2012 11:53:57 +0100
kombu (1.4.3-1) unstable; urgency=low
Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control 2012-02-15 07:30:50 UTC (rev 20463)
+++ packages/kombu/trunk/debian/control 2012-02-15 10:55:01 UTC (rev 20464)
@@ -12,6 +12,7 @@
python-django,
python-mock,
python-nose,
+ python-pika (>= 0.9.5),
python-pymongo,
python-setuptools,
python-simplejson,
@@ -38,6 +39,7 @@
python-couchdb (>= 0.8),
python-django,
python-kombu-doc,
+ python-pika (>= 0.9.5),
python-pymongo,
python-sqlalchemy
Description: AMQP Messaging Framework for Python
More information about the Python-modules-commits
mailing list