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

updates at fedoraproject.org updates at fedoraproject.org
Tue Sep 24 22:57:24 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-16909
2013-09-16 22:58:57
--------------------------------------------------------------------------------

Name        : python-celery
Product     : Fedora 19
Version     : 3.0.15
Release     : 3.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:

add requirement python-amqp
fix requirements and fix startup scripts to require the correct python version.
--------------------------------------------------------------------------------
ChangeLog:

* 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 #1000748 - Missing requires for python-celery and python3-celery
        https://bugzilla.redhat.com/show_bug.cgi?id=1000748
--------------------------------------------------------------------------------

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