[Python-modules-commits] r25723 - in packages/kombu/trunk/debian (changelog control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Sep 2 17:40:08 UTC 2013
Date: Monday, September 2, 2013 @ 17:40:03
Author: fladi-guest
Revision: 25723
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 2013-09-02 16:40:55 UTC (rev 25722)
+++ packages/kombu/trunk/debian/changelog 2013-09-02 17:40:03 UTC (rev 25723)
@@ -1,12 +1,14 @@
-kombu (2.5.12-2) unstable; urgency=low
+kombu (2.5.14-1) UNRELEASED; urgency=low
+ * New upstream release.
* Bump debhelper Build-Depends to >= 8.1.0~.
* Bump Standards version to 3.9.4.
- * Add python-librabbitmq to Build-Depends and Depends.
- * Replace python-amqplib with its fork python-amqp in Depends.
+ * Bump Depends and Build-Depends on python-amqp to >= 1.0.13.
+ * Add python-librabbitmq to Build-Depends and Depends as the preferred
+ alternative to python-amqp.
* Add python-beanstalkc to Build-Depends and Suggests.
- -- Michael Fladischer <FladischerMichael at fladi.at> Sat, 13 Jul 2013 12:39:09 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 02 Sep 2013 17:59:05 +0200
kombu (2.5.12-1) unstable; urgency=low
Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control 2013-09-02 16:40:55 UTC (rev 25722)
+++ packages/kombu/trunk/debian/control 2013-09-02 17:40:03 UTC (rev 25723)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 8.1.0~),
python-all (>= 2.6.6-3~),
python-amqp (<< 1.1.0),
- python-amqp (>= 1.0.11),
+ python-amqp (>= 1.0.13),
python-anyjson (>= 0.3.3),
python-beanstalkc,
python-boto,
@@ -32,8 +32,8 @@
Package: python-kombu
Architecture: all
-Depends: python-amqp (<< 1.1.0),
- python-amqp (>= 1.0.11),
+Depends: python-librabbitmq | python-amqp (<< 1.1.0),
+ python-amqp (>= 1.0.13),
python-anyjson (>= 0.3.3),
${misc:Depends},
${python:Depends}
@@ -44,7 +44,6 @@
python-couchdb (>= 0.8),
python-django,
python-kombu-doc,
- python-librabbitmq,
python-pika (>= 0.9.5),
python-pymongo,
python-sqlalchemy
More information about the Python-modules-commits
mailing list