15
0
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:
Alexandre Rogoski
2011-06-13 15:38:16 +00:00
committed by Git OBS Bridge
parent 86e126b925
commit 3135ea31c5
4 changed files with 18 additions and 4 deletions

View File

@@ -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