[Python-modules-commits] [celery] 10/15: Bump all dependencies on billiard to >= 3.3.0.22.

Michael Fladischer fladi at moszumanska.debian.org
Mon Feb 1 15:50:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository celery.

commit 38d2335f451e3f47a4d70ff9e2a4aa8cc9995623
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Jan 26 08:57:11 2016 +0100

    Bump all dependencies on billiard to >= 3.3.0.22.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ef2fb87..a08f7ce 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                dvipng,
                locales,
                python-all (>= 2.7),
-               python-billiard (>= 3.3.0.21),
+               python-billiard (>= 3.3.0.22),
                python-dateutil (>= 1.5),
                python-doc,
                python-gevent,
@@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 9),
                python-tz,
                python-unittest2,
                python3-all,
-               python3-billiard (>= 3.3.0.21),
+               python3-billiard (>= 3.3.0.22),
                python3-dateutil,
                python3-doc,
                python3-kombu (>= 3.0.29),
@@ -79,7 +79,7 @@ Description: async task/job queue based on message passing (common files)
 
 Package: python-celery
 Architecture: all
-Depends: python-billiard,
+Depends: python-billiard (>= 3.3.0.22),
          python-celery-common (= ${binary:Version}),
          python-dateutil (>= 1.5),
          python-kombu (>= 3.0.24),
@@ -117,7 +117,7 @@ Description: async task/job queue based on message passing (Python2 version)
 
 Package: python3-celery
 Architecture: all
-Depends: python3-billiard,
+Depends: python3-billiard (>= 3.3.0.22),
          python3-dateutil,
          python3-kombu (>= 3.0.24),
          python3-memcache,

-- 
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