From 4d53c5ecb08512d271d32c6141facea2eb0e44caf320bd2eb653e0c0a18541a9 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 2 Dec 2011 23:45:50 +0000 Subject: [PATCH] - Update to 2.4.5: - Periodic task interval schedules were accidentally rounded down, resulting in some periodic tasks being executed early. - Logging of humanized times in the celerybeat log is now more detailed. - New brokers section in the Getting Started part of the Documentation This replaces the old tut-otherqueues tutorial, and adds documentation for MongoDB, Beanstalk and CouchDB. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=44 --- celery-2.4.4.tar.bz2 | 3 --- celery-2.4.5.tar.bz2 | 3 +++ python-celery.changes | 11 +++++++++++ python-celery.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 celery-2.4.4.tar.bz2 create mode 100644 celery-2.4.5.tar.bz2 diff --git a/celery-2.4.4.tar.bz2 b/celery-2.4.4.tar.bz2 deleted file mode 100644 index 0972a21..0000000 --- a/celery-2.4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6234cbc928dc5dd82f89fd6c97fcf748809dec17dbc3af20defd028eee2dfc3 -size 810772 diff --git a/celery-2.4.5.tar.bz2 b/celery-2.4.5.tar.bz2 new file mode 100644 index 0000000..5ab0298 --- /dev/null +++ b/celery-2.4.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb7421354c36c56e7be3a0f7752ed452ad8d40f4f12a363da941d39ed16ec47 +size 812800 diff --git a/python-celery.changes b/python-celery.changes index 3d09e27..0eda557 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 2 23:43:13 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.4.5: + - Periodic task interval schedules were accidentally rounded down, + resulting in some periodic tasks being executed early. + - Logging of humanized times in the celerybeat log is now more detailed. + - New brokers section in the Getting Started part of the Documentation + This replaces the old tut-otherqueues tutorial, and adds + documentation for MongoDB, Beanstalk and CouchDB. + ------------------------------------------------------------------- Fri Nov 25 21:56:24 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index e056181..1772efa 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.4.4 +Version: 2.4.5 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue