15
0
forked from pool/python-celery

- Update to 2.2.1;

* Eventlet pool was leaking memory (Issue #308).
  * Deprecated function ``celery.execute.delay_task`` was
    accidentally removed,
    now available again.
  * ``BasePool.on_terminate`` stub did not exist
  * celeryd detach: Adds readable error messages if user/group
    name does not exist.
  * Smarter handling of unicode decod errors when logging errors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=23
This commit is contained in:
Alexandre Rogoski
2011-02-02 17:35:56 +00:00
committed by Git OBS Bridge
parent 1b7dabf677
commit 7f82e28f9d
4 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-celery (Version 2.2.0)
# spec file for package python-celery (Version 2.2.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -17,7 +17,7 @@
Name: python-celery
Version: 2.2.0
Version: 2.2.1
Release: 1
License: BSD License
Summary: Distributed Task Queue