[Python-modules-commits] [celery] 01/01: Update dependencies
Brian May
bam at moszumanska.debian.org
Mon May 9 00:28:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository celery.
commit f8d4888ff50215bbd28626a63c51bec8d6b9b154
Author: Brian May <bam at debian.org>
Date: Mon May 9 10:09:04 2016 +1000
Update dependencies
---
debian/changelog | 6 ++++++
debian/control | 16 ++++++++--------
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 13eab26..9eaceae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+celery (3.1.23-2) UNRELEASED; urgency=medium
+
+ * Update dependencies. Closes: #823720.
+
+ -- Brian May <bam at debian.org> Mon, 09 May 2016 10:08:04 +1000
+
celery (3.1.23-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index c0a5431..db9ef55 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,11 @@ Build-Depends: debhelper (>= 9),
dvipng,
locales,
python-all (>= 2.7),
- python-billiard (>= 3.3.0.22),
+ python-billiard (>= 3.3.0.23),
python-dateutil (>= 1.5),
python-doc,
python-gevent,
- python-kombu (>= 3.0.33),
+ python-kombu (>= 3.0.34),
python-kombu-doc,
python-mailer,
python-memcache,
@@ -30,10 +30,10 @@ Build-Depends: debhelper (>= 9),
python-tz,
python-unittest2,
python3-all,
- python3-billiard (>= 3.3.0.22),
+ python3-billiard (>= 3.3.0.23),
python3-dateutil,
python3-doc,
- python3-kombu (>= 3.0.33),
+ python3-kombu (>= 3.0.34),
python3-memcache,
python3-mock (>= 1.0.1),
python3-nose,
@@ -80,9 +80,9 @@ Description: async task/job queue based on message passing (common files)
Package: python-celery
Architecture: all
-Depends: python-billiard (>= 3.3.0.22),
+Depends: python-billiard (>= 3.3.0.23),
python-dateutil (>= 1.5),
- python-kombu (>= 3.0.33),
+ python-kombu (>= 3.0.34),
python-mailer,
python-memcache,
python-pkg-resources,
@@ -117,9 +117,9 @@ Description: async task/job queue based on message passing (Python2 version)
Package: python3-celery
Architecture: all
-Depends: python3-billiard (>= 3.3.0.22),
+Depends: python3-billiard (>= 3.3.0.23),
python3-dateutil,
- python3-kombu (>= 3.0.33),
+ python3-kombu (>= 3.0.34),
python3-memcache,
python3-pkg-resources,
python3-pyparsing,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git
More information about the Python-modules-commits
mailing list