Package: celery Version: 3.1.23-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer, Per the requirements files, the dependencies on the kombu and billiard Python modules need to be bumped up. In Ubuntu, the attached patch was applied to achieve the following: * Update python(3)-{kombu,billiard} dependencies per requirements. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru celery-3.1.23/debian/control celery-3.1.23/debian/control --- celery-3.1.23/debian/control 2016-04-17 05:16:30.000000000 -0400 +++ celery-3.1.23/debian/control 2016-05-07 22:59:34.000000000 -0400 @@ -10,11 +10,11 @@ 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 @@ 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 @@ 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 @@ 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,