forked from pool/python-celery
- 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 "<Unrepresentable: ...>"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
86e126b925
commit
3135ea31c5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ae73224ac77bcc63864f3dce96bb76896111a47fca3ec5dfe0c8e20dac0b8c9
|
||||
size 1441124
|
||||
3
celery-2.2.7.tar.bz2
Normal file
3
celery-2.2.7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18d801de02ae9df7e58d73284cf90be231453aba03a2d2dd72a83e9aee81d684
|
||||
size 1420345
|
||||
@@ -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 "<Unrepresentable: ...>"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 12:25:02 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user