From 3135ea31c5edf33f09159ca98e255994f4e95c38792198e2ee3441e3d729d393 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Mon, 13 Jun 2011 15:38:16 +0000 Subject: [PATCH] - Update to 2.2.7: * New signals: `after_setup_logger` and `after_setup_task_logger` These signals can be used to augment logging configuration after Celery has set up logging. * Redis result backend now works with Redis 2.4.4. * celeryd_multi: The :option:`--gid` option now works correctly. * celeryd: Retry wrongfully used the repr of the traceback instead of the string representation. * App.config_from_object: Now loads module, not attribute of module. * Fixed issue where logging of objects would give "" OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=32 --- celery-2.2.6.tar.bz2 | 3 --- celery-2.2.7.tar.bz2 | 3 +++ python-celery.changes | 14 ++++++++++++++ python-celery.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 celery-2.2.6.tar.bz2 create mode 100644 celery-2.2.7.tar.bz2 diff --git a/celery-2.2.6.tar.bz2 b/celery-2.2.6.tar.bz2 deleted file mode 100644 index dcb7306..0000000 --- a/celery-2.2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae73224ac77bcc63864f3dce96bb76896111a47fca3ec5dfe0c8e20dac0b8c9 -size 1441124 diff --git a/celery-2.2.7.tar.bz2 b/celery-2.2.7.tar.bz2 new file mode 100644 index 0000000..d0d1dd6 --- /dev/null +++ b/celery-2.2.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d801de02ae9df7e58d73284cf90be231453aba03a2d2dd72a83e9aee81d684 +size 1420345 diff --git a/python-celery.changes b/python-celery.changes index e479a3b..74ed928 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 13 15:35:25 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.2.7: + * New signals: `after_setup_logger` and `after_setup_task_logger` + These signals can be used to augment logging configuration + after Celery has set up logging. + * Redis result backend now works with Redis 2.4.4. + * celeryd_multi: The :option:`--gid` option now works correctly. + * celeryd: Retry wrongfully used the repr of the traceback instead + of the string representation. + * App.config_from_object: Now loads module, not attribute of module. + * Fixed issue where logging of objects would give "" + ------------------------------------------------------------------- Wed Jun 8 12:25:02 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index e8404ac..49a758f 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -22,7 +22,7 @@ %define mod_name celery Name: python-%{mod_name} -Version: 2.2.6 +Version: 2.2.7 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue