From 1c131ff188e79d2a239eb4b5cd876d207b89abbb4043e5eacce42d3995b145d4 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 1 Mar 2012 17:49:37 +0000 Subject: [PATCH] - Update to 2.5.1: * Eventlet/Gevent: A small typo caused celeryd to hang when eventlet/gevent was used, this was because the environment was not monkey patched early enough. * Eventlet/Gevent: Another small typo caused the mediator to be started with eventlet/gevent, which would make celeryd sometimes hang at shutdown. * Mulitprocessing: Fixed an error occurring if the pool was stopped before it was properly started. * Proxy objects now redirects __doc__ and __name__ so help(obj) works. * Internal timer (timer2) now logs exceptions instead of swallowing them (Issue #626). * celeryctl shell: can now be started with --eventlet or --gevent options to apply their monkey patches. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=47 --- celery-2.5.0.tar.bz2 | 3 --- celery-2.5.1.tar.bz2 | 3 +++ python-celery.changes | 18 ++++++++++++++++++ python-celery.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 celery-2.5.0.tar.bz2 create mode 100644 celery-2.5.1.tar.bz2 diff --git a/celery-2.5.0.tar.bz2 b/celery-2.5.0.tar.bz2 deleted file mode 100644 index 59621dd..0000000 --- a/celery-2.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4292158da5db1ceda4efb781caa0fabfb472efde614b3e855a0ba8d2e1b046cd -size 857222 diff --git a/celery-2.5.1.tar.bz2 b/celery-2.5.1.tar.bz2 new file mode 100644 index 0000000..c29eb27 --- /dev/null +++ b/celery-2.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f5fa8e9457dc08bd0a1b1a87b8d38c733e0bba4c171463cc254f2799ca803 +size 857187 diff --git a/python-celery.changes b/python-celery.changes index 8c61b27..28f1d90 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 1 17:47:07 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.5.1: + * Eventlet/Gevent: A small typo caused celeryd to hang when eventlet/gevent + was used, this was because the environment was not monkey patched + early enough. + * Eventlet/Gevent: Another small typo caused the mediator to be started + with eventlet/gevent, which would make celeryd sometimes hang at shutdown. + * Mulitprocessing: Fixed an error occurring if the pool was stopped + before it was properly started. + * Proxy objects now redirects __doc__ and __name__ so help(obj) + works. + * Internal timer (timer2) now logs exceptions instead of swallowing them + (Issue #626). + * celeryctl shell: can now be started with --eventlet or + --gevent options to apply their monkey patches. + ------------------------------------------------------------------- Fri Feb 24 22:26:12 UTC 2012 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 6560a09..89d46eb 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-celery -Version: 2.5.0 +Version: 2.5.1 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue