diff --git a/celery-2.2.1.tar.bz2 b/celery-2.2.1.tar.bz2 deleted file mode 100644 index 5112b0c..0000000 --- a/celery-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e814bbad082fb9b0370e55d8bee7ecb8032d8104967d83e49157efd99ada3b -size 1430407 diff --git a/celery-2.2.2.tar.bz2 b/celery-2.2.2.tar.bz2 new file mode 100644 index 0000000..6f3d7e2 --- /dev/null +++ b/celery-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1188384b6974a4b83308cb7699c0e0b2a06fb36bc8ee00d1616473fcee3815 +size 1430918 diff --git a/python-celery.changes b/python-celery.changes index f76b645..7b3cfc4 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 3 22:37:08 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.2.2: + * Celerybeat could not read the schedule properly, so entries in + :setting:`CELERYBEAT_SCHEDULE` would not be scheduled. + * Task error log message now includes `exc_info` again. + * The `eta` argument can now be used with `task.retry`. + Previously it was overwritten by the countdown argument. + * celeryd-multi/celeryd_detach: Now logs errors occuring when + executing the `celeryd` command. + * daemonizing cookbook: Fixed typo ``--time-limit 300`` -> + ``--time-limit=300`` + * Colors in logging broke non-string objects in log messages. + * ``setup_task_logger`` no longer makes assumptions about + magic task kwargs. + ------------------------------------------------------------------- Wed Feb 2 17:33:41 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index abb228f..63cbd18 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,5 +1,5 @@ # -# spec file for package python-celery (Version 2.2.1) +# spec file for package python-celery (Version 2.2.2) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,7 @@ Name: python-celery -Version: 2.2.1 +Version: 2.2.2 Release: 1 License: BSD License Summary: Distributed Task Queue