Package: celery / 2.5.3-4

Metadata

Package Version Patches format
celery 2.5.3-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
lsb init.patch | (download)

contrib/generic-init.d/celerybeat | 29 21 + 8 - 0 !
contrib/generic-init.d/celeryd | 13 8 + 5 - 0 !
contrib/generic-init.d/celeryevcam | 33 24 + 9 - 0 !
3 files changed, 53 insertions(+), 22 deletions(-)

 lsb compliant headers, status actions and enabled variable
 Upstream ships it's own init scripts but they lack some LSB header and the 
 (optional) "status" action. This patch fixes this and also adds a variable called ENABLED 
 in /etc/default/celeryd.
fix_dependencies.patch | (download)

setup.cfg | 31 0 + 31 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 32 deletions(-)

 remove pretty-printing nose-cover3 from build.
 nose-cover3 is not essential to the build-proccess and is not packaged
 for Debian. Thus removing it from the sources.
intersphinx.patch | (download)

docs/conf.py | 19 14 + 5 - 0 !
1 file changed, 14 insertions(+), 5 deletions(-)

 use local objects.inv where possible
 Upstream uses intersphinx mappings that fetch the objects.inv for python, 
 kombu and django-celery by HTTP from a remote host. Using the local 
 objects.inv from python and kombu enables the package to build without 
 network connection.