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*