From 426c2a6eafa5328ddac9ffcf2136e6982803a27c106226db5f2de3e02eb07109 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 20 Feb 2011 18:47:54 +0000 Subject: [PATCH] - Update to 2.2.4: * celeryd: 2.2.3 broke error logging, resulting in tracebacks not being logged. * AMQP result backend: Polling task states did not work properly if there were more than one result message in the queue. * TaskSet.apply_async() and TaskSet.apply() now supports an optional taskset_id keyword argument (Issue #331). * The current taskset id (if any) is now available in the task context as request.context (Issue #329). * SQLAlchemy result backend: `date_done` was no longer part of the results as it had been accidentally removed. It is now available again (Issue #325). * SQLAlchemy result backend: Added unique constraint on `Task.task_id` and `TaskSet.taskset_id`. Tables needs to be recreated for this to take effect. * Fixed exception raised when iterating on the result of TaskSet.apply(). * Tasks Userguide: Added section on choosing a result backend. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=27 --- celery-2.2.3.tar.bz2 | 3 --- celery-2.2.4.tar.bz2 | 3 +++ python-celery.changes | 18 ++++++++++++++++++ python-celery.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 celery-2.2.3.tar.bz2 create mode 100644 celery-2.2.4.tar.bz2 diff --git a/celery-2.2.3.tar.bz2 b/celery-2.2.3.tar.bz2 deleted file mode 100644 index f2e1ad4..0000000 --- a/celery-2.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26df3222d5ad05a8f2a2600fa1ce3c0d37bcbc4f46a29bde2568f312e0e68c1 -size 1430852 diff --git a/celery-2.2.4.tar.bz2 b/celery-2.2.4.tar.bz2 new file mode 100644 index 0000000..9511a05 --- /dev/null +++ b/celery-2.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfabf432ab1a9ab74f229bc8b910b8858aa91fc5a38370c8baefb3c302b6ee8 +size 1433785 diff --git a/python-celery.changes b/python-celery.changes index df5308a..cfc96ab 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 20 18:43:50 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.2.4: + * celeryd: 2.2.3 broke error logging, resulting in tracebacks not being logged. + * AMQP result backend: Polling task states did not work properly if there were + more than one result message in the queue. + * TaskSet.apply_async() and TaskSet.apply() now supports an optional + taskset_id keyword argument (Issue #331). + * The current taskset id (if any) is now available in the task context as + request.context (Issue #329). + * SQLAlchemy result backend: `date_done` was no longer part of the results as it had + been accidentally removed. It is now available again (Issue #325). + * SQLAlchemy result backend: Added unique constraint on `Task.task_id` and + `TaskSet.taskset_id`. Tables needs to be recreated for this to take effect. + * Fixed exception raised when iterating on the result of TaskSet.apply(). + * Tasks Userguide: Added section on choosing a result backend. + ------------------------------------------------------------------- Sat Feb 12 17:06:00 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 600ab06..48452a1 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,5 +1,5 @@ # -# spec file for package python-celery (Version 2.2.3) +# spec file for package python-celery (Version 2.2.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,7 @@ Name: python-celery -Version: 2.2.3 +Version: 2.2.4 Release: 1 License: BSD License Summary: Distributed Task Queue