15
0
forked from pool/python-celery

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=60
This commit is contained in:
Alexandre Rogoski
2012-07-07 14:14:56 +00:00
committed by Git OBS Bridge
parent d206c26f11
commit 919266b9d1
4 changed files with 22 additions and 5 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a6523cb96f6a14f8983b8719324bb50c675404f820905ef83fd66df7c0ecc48
size 870736

View File

@@ -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 Celerys 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

View File

@@ -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*