From 05ac4518a043c609f93e0c0a65578a87ec415c99cafae2f7dbec41bbeebd32d3 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 8 Sep 2011 01:45:37 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=202.3.2:=20=20=20*=20Improved?= =?UTF-8?q?=20Contributing=20guide.=20=20=20*=20Now=20depends=20on=20Kombu?= =?UTF-8?q?=201.3.1.=20=20=20*=20Task.request=20now=20contains=20the=20cur?= =?UTF-8?q?rent=20worker=20host=20name=20=20=20=20=20(Issue=20#460).=20=20?= =?UTF-8?q?=20*=20It=20is=20now=20easier=20for=20app=20subclasses=20to=20e?= =?UTF-8?q?xtend=20how=20they=20are=20=20=20=20=20pickled.=20=20=20*=20pur?= =?UTF-8?q?ge/discard=5Fall=20was=20not=20working=20correctly=20(Issue=20#?= =?UTF-8?q?455).=20=20=20*=20he=20coloring=20of=20log=20messages=20didn?= =?UTF-8?q?=E2=80=99t=20handle=20non-ASCII=20data=20well=20=20=20=20=20(Is?= =?UTF-8?q?sue=20#427).=20=20=20*=20[Windows]=20the=20multiprocessing=20po?= =?UTF-8?q?ol=20tried=20to=20import=20os.kill=20even=20=20=20=20=20though?= =?UTF-8?q?=20this=20is=20not=20available=20there=20(Issue=20#450).=20=20?= =?UTF-8?q?=20*=20Fixes=20case=20where=20the=20worker=20could=20become=20u?= =?UTF-8?q?nresponsive=20because=20of=20=20=20=20=20tasks=20exceeding=20th?= =?UTF-8?q?e=20hard=20time=20limit.=20=20=20*=20The=20task-sent=20event=20?= =?UTF-8?q?was=20missing=20from=20the=20event=20reference.=20=20=20*=20Res?= =?UTF-8?q?ultSet.iterate=20now=20returns=20results=20as=20they=20finish?= =?UTF-8?q?=20(Issue=20#459).=20=20=20*=20Retries=20will=20no=20longer=20b?= =?UTF-8?q?e=20performed=20when=20tasks=20are=20called=20directly=20=20=20?= =?UTF-8?q?=20=20(using=20=5F=5Fcall=5F=5F).=20=20=20*=20Eventlet=20no=20l?= =?UTF-8?q?onger=20crashes=20if=20autoscale=20is=20enabled.=20=20=20*=20py?= =?UTF-8?q?24=20target=20removed=20from=20tox.ini.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=36 --- celery-2.3.1.tar.bz2 | 3 --- celery-2.3.2.tar.bz2 | 3 +++ python-celery.changes | 24 ++++++++++++++++++++++++ python-celery.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 celery-2.3.1.tar.bz2 create mode 100644 celery-2.3.2.tar.bz2 diff --git a/celery-2.3.1.tar.bz2 b/celery-2.3.1.tar.bz2 deleted file mode 100644 index b960b0e..0000000 --- a/celery-2.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1401cf298cac4f5472e70fc340060d4702e2d27fd2393d0b53d4e90d0b34dcf9 -size 787692 diff --git a/celery-2.3.2.tar.bz2 b/celery-2.3.2.tar.bz2 new file mode 100644 index 0000000..31e287d --- /dev/null +++ b/celery-2.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ec4de82223842d67cc42578a90cdfd15a58fda3d7e2f12a97a7293c4173549 +size 794032 diff --git a/python-celery.changes b/python-celery.changes index 5a60497..5ff7953 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Sep 8 01:42:58 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.3.2: + * Improved Contributing guide. + * Now depends on Kombu 1.3.1. + * Task.request now contains the current worker host name + (Issue #460). + * It is now easier for app subclasses to extend how they are + pickled. + * purge/discard_all was not working correctly (Issue #455). + * he coloring of log messages didn’t handle non-ASCII data well + (Issue #427). + * [Windows] the multiprocessing pool tried to import os.kill even + though this is not available there (Issue #450). + * Fixes case where the worker could become unresponsive because of + tasks exceeding the hard time limit. + * The task-sent event was missing from the event reference. + * ResultSet.iterate now returns results as they finish (Issue #459). + * Retries will no longer be performed when tasks are called directly + (using __call__). + * Eventlet no longer crashes if autoscale is enabled. + * py24 target removed from tox.ini. + ------------------------------------------------------------------- Mon Aug 8 01:02:52 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 229558d..0ae18c3 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -22,7 +22,7 @@ %define mod_name celery Name: python-%{mod_name} -Version: 2.3.1 +Version: 2.3.2 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue @@ -31,11 +31,11 @@ Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute Requires: python-anyjson Requires: python-python-daemon Requires: python-django-unittest-depth -Requires: python-kombu +Requires: python-kombu >= 1.3.1 Requires: python-pytyrant Requires: python-pyparsing %if 0%{?suse_version}