From 919266b9d10ed8405339ffd9f120e69bd13a050ed2d487bb611aea8ada11f43a Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sat, 7 Jul 2012 14:14:56 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=203.0.0:=20=20=20-=20A=20new=20?= =?UTF-8?q?and=20improved=20API,=20that=20is=20both=20simpler=20and=20more?= =?UTF-8?q?=20powerful.=20=20=20-=20The=20worker=20is=20now=20thread-less,?= =?UTF-8?q?=20giving=20great=20performance=20improvements.=20=20=20-=20The?= =?UTF-8?q?=20new=20=E2=80=9CCanvas=E2=80=9D=20makes=20it=20easy=20to=20de?= =?UTF-8?q?fine=20complex=20workflows.=20=20=20-=20All=20of=20Celery?= =?UTF-8?q?=E2=80=99s=20command=20line=20programs=20are=20now=20available?= =?UTF-8?q?=20from=20a=20=20=20=20=20single=20celery=20umbrella=20command.?= =?UTF-8?q?=20=20=20-=20This=20is=20the=20last=20version=20to=20support=20?= =?UTF-8?q?Python=202.5.=20=20=20-=20Support=20for=20the=20new=20librabbit?= =?UTF-8?q?mq=20C=20client.=20=20=20-=20Redis=20support=20is=20more=20reli?= =?UTF-8?q?able=20with=20improved=20ack=20emulation.=20=20=20-=20Celery=20?= =?UTF-8?q?now=20always=20uses=20UTC=20=20=20-=20Over=20600=20commits,=203?= =?UTF-8?q?0k=20additions/36k=20deletions.=20-=20Please=20read=20documenta?= =?UTF-8?q?tion=20for=20full=20list=20of=20changes:=20=20=20http://docs.ce?= =?UTF-8?q?leryproject.org/en/latest/whatsnew-3.0.html#whatsnew-3-0?= 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=60 --- celery-2.5.5.tar.bz2 | 3 --- celery-3.0.0.tar.bz2 | 3 +++ python-celery.changes | 17 +++++++++++++++++ python-celery.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 celery-2.5.5.tar.bz2 create mode 100644 celery-3.0.0.tar.bz2 diff --git a/celery-2.5.5.tar.bz2 b/celery-2.5.5.tar.bz2 deleted file mode 100644 index 7aa1636..0000000 --- a/celery-2.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df611d5ca240a8a3df08a2ba9df42a743d44c5c6d671b919b1d04feda78238d1 -size 862021 diff --git a/celery-3.0.0.tar.bz2 b/celery-3.0.0.tar.bz2 new file mode 100644 index 0000000..e073705 --- /dev/null +++ b/celery-3.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6523cb96f6a14f8983b8719324bb50c675404f820905ef83fd66df7c0ecc48 +size 870736 diff --git a/python-celery.changes b/python-celery.changes index f88629d..46f7d53 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jul 7 14:05:06 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.0.0: + - A new and improved API, that is both simpler and more powerful. + - The worker is now thread-less, giving great performance improvements. + - The new “Canvas” makes it easy to define complex workflows. + - All of Celery’s command line programs are now available from a + single celery umbrella command. + - This is the last version to support Python 2.5. + - Support for the new librabbitmq C client. + - Redis support is more reliable with improved ack emulation. + - Celery now always uses UTC + - Over 600 commits, 30k additions/36k deletions. +- Please read documentation for full list of changes: + http://docs.celeryproject.org/en/latest/whatsnew-3.0.html#whatsnew-3-0 + ------------------------------------------------------------------- Thu Jun 28 09:04:40 UTC 2012 - saschpe@suse.de diff --git a/python-celery.spec b/python-celery.spec index f03e421..5b1c5cb 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -17,7 +17,7 @@ Name: python-celery -Version: 2.5.5 +Version: 3.0.0 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue @@ -84,7 +84,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %{python_sitelib}/* -%doc Changelog README TODO +%doc Changelog README.rst TODO %{_bindir}/camqadm %{_bindir}/celery*