[Python-modules-commits] r29852 - in packages/kombu/trunk/debian (changelog control)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Tue Jul 22 05:19:43 UTC 2014
Date: Tuesday, July 22, 2014 @ 05:19:42
Author: bam
Revision: 29852
Remove depends on python-librabbitmq, as python-librabbitmq is broken (see
#747270). python-amqp should be sufficient.
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/control
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2014-07-22 02:12:47 UTC (rev 29851)
+++ packages/kombu/trunk/debian/changelog 2014-07-22 05:19:42 UTC (rev 29852)
@@ -1,9 +1,14 @@
-kombu (3.0.19-2) UNRELEASED; urgency=medium
+kombu (3.0.19-2.1) UNRELEASED; urgency=medium
+ [ Michael Fladischer ]
* Fix output redirection for nose tests used in autopkgtest (see #460242).
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 07 Jul 2014 14:58:58 +0200
+ [ Brian May ]
+ * Remove depends on python-librabbitmq, as python-librabbitmq is broken
+ (see #747270). python-amqp should be sufficient.
+ -- Brian May <bam at debian.org> Tue, 22 Jul 2014 15:15:05 +1000
+
kombu (3.0.19-1) unstable; urgency=low
* New upstream release.
Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control 2014-07-22 02:12:47 UTC (rev 29851)
+++ packages/kombu/trunk/debian/control 2014-07-22 05:19:42 UTC (rev 29852)
@@ -12,7 +12,6 @@
python-boto,
python-couchdb (>= 0.8),
python-django,
- python-librabbitmq,
python-mock,
python-msgpack,
python-nose,
@@ -35,7 +34,7 @@
Package: python-kombu
Architecture: all
-Depends: python-librabbitmq | python-amqp (>= 1.4.5),
+Depends: python-amqp (>= 1.4.5),
python-anyjson (>= 0.3.3),
${misc:Depends},
${python:Depends}
More information about the Python-modules-commits
mailing list