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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4bd3bf091248eb21572ba829ea0fb96a35d8d6e50f9095937567d4f249b0453
size 1405656

3
celery-2.2.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75e814bbad082fb9b0370e55d8bee7ecb8032d8104967d83e49157efd99ada3b
size 1430407

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 2 17:33:41 UTC 2011 - alexandre@exatati.com.br
- 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.
-------------------------------------------------------------------
Tue Feb 1 11:22:43 UTC 2011 - alexandre@exatati.com.br

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