Fedora 19 Update: python-celery-3.0.15-4.fc19

updates at fedoraproject.org updates at fedoraproject.org
Fri Jan 17 05:45:50 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-0497
2014-01-09 06:51:42
--------------------------------------------------------------------------------

Name        : python-celery
Product     : Fedora 19
Version     : 3.0.15
Release     : 4.fc19
URL         : http://celeryproject.org
Summary     : Distributed Task Queue
Description :
An open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time
operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently
on one or more worker nodes using multiprocessing, Eventlet
or gevent. Tasks can execute asynchronously (in the background)
or synchronously (wait until ready).

Celery is used in production systems to process millions of
tasks a day.

Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.

The recommended message broker is RabbitMQ, but limited support
for Redis, Beanstalk, MongoDB, CouchDB and databases
(using SQLAlchemy or the Django ORM) is also available.

--------------------------------------------------------------------------------
Update Information:

Take care to use the right versions for celery, narrow down requirements
--------------------------------------------------------------------------------
ChangeLog:

* Wed Jan  8 2014 Matthias Runge <mrunge at redhat.com> - 3.0.15-4
- require more specific versions of kombu and billiard
* Mon Sep 16 2013 Matthias Runge <mrunge at redhat.com> - 3.0.15-3
- add requirement python-amqp
* Fri Sep  6 2013 Matthias Runge <mrunge at redhat.com> - 3.0.15-2
- fix requirements: python3-kombu, python3-pytz, python3-dateutil and billiard
- separate binaries for py3 and py
* Fri Feb 15 2013 Matthias Runge <mrunge at redhat.com> - 3.0.15-1
- update to celery-3.0.15 (rhbz#909919)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1028626 - celeryd cannot start because it requires python-billiard<3.0, but F19 ships with python-billiard-3.3
        https://bugzilla.redhat.com/show_bug.cgi?id=1028626
  [ 2 ] Bug #1029067 - python-celery has a runtime requirement on python-billiard < 3.0, but the spec file does not require any particular version of billiard
        https://bugzilla.redhat.com/show_bug.cgi?id=1029067
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-celery' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list