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