[Python-modules-commits] r26397 - in packages/celery/trunk/debian (changelog control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Nov 4 21:18:09 UTC 2013
Date: Monday, November 4, 2013 @ 21:18:07
Author: fladi-guest
Revision: 26397
New upstream release (Closes: #711338).
Modified:
packages/celery/trunk/debian/changelog
packages/celery/trunk/debian/control
Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog 2013-11-04 20:02:25 UTC (rev 26396)
+++ packages/celery/trunk/debian/changelog 2013-11-04 21:18:07 UTC (rev 26397)
@@ -1,7 +1,7 @@
celery (3.0.23-1) unstable; urgency=low
[ Michael Fladischer ]
- * New upstream release.
+ * New upstream release (Closes: #711338).
* Bump Standards version to 3.9.4.
* Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
and build-indep targets.
@@ -20,13 +20,13 @@
+ Install init scripts from extra instead of contrib.
+ Move default file from python-celery to celeryd package.
+ Move postinst and postrm files from python-celery to celeryd package.
- + Breaks python-celery (<< 3.0.23-1) to avoid file conflicts.
+ + Breaks python-celery (<< 3.0.24-1) to avoid file conflicts.
+ Do not define CELERYD_PID_FILE in /etc/default/celeryd to enable
automatic generation by init.d script.
* python-celery
+ Install supervisord from extra instead of contrib.
+ Add versioned dependency on python-billiard.
- + Bump dependency on python-kombu(-doc) to >= 2.5.13.
+ + Bump dependency on python-kombu(-doc) to >= 2.5.15.
+ Add dependency on python-tz.
+ Drop depenceny on python-amqplib, it has been replaced by
python-amqp/python-librabbitmq in python-kombu.
Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control 2013-11-04 20:02:25 UTC (rev 26396)
+++ packages/celery/trunk/debian/control 2013-11-04 21:18:07 UTC (rev 26397)
@@ -10,13 +10,13 @@
texlive-latex-base,
texlive-latex-extra,
python-all (>= 2.7),
- python-billiard (>= 2.7.3.32),
+ python-billiard (>= 2.7.3.34),
python-cl,
python-dateutil (>= 1.5),
python-doc,
python-gevent,
- python-kombu (>= 2.5.13),
- python-kombu-doc (>= 2.5.13),
+ python-kombu (>= 2.5.15),
+ python-kombu-doc (>= 2.5.15),
python-mailer,
python-memcache,
python-mock,
@@ -39,10 +39,10 @@
Package: python-celery
Architecture: all
-Depends: python-billiard (>= 2.7.3.32),
+Depends: python-billiard (>= 2.7.3.34),
python-cl,
python-dateutil (>= 1.5),
- python-kombu (>= 2.5.13),
+ python-kombu (>= 2.5.15),
python-mailer,
python-memcache,
python-pkg-resources,
@@ -96,7 +96,7 @@
Package: celeryd
Architecture: all
Depends: python-celery (= ${binary:Version}), ${misc:Depends}, adduser
-Breaks: python-celery (<< 3.0.23-1)
+Breaks: python-celery (<< 3.0.24-1)
Suggests: rabbitmq-server
Description: async task/job queue based on message passing (daemons)
Celery is an open source asynchronous task queue/job queue based on
More information about the Python-modules-commits
mailing list