Name: | python2-celery |
---|---|
Version: | 4.2.1 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2886188 |
License: | BSD |
RPM: | python2-celery-4.2.1-3.el7.noarch.rpm |
Source RPM: | python-celery-4.2.1-3.el7.src.rpm |
Build Date: | Thu Feb 07 2019 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
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 web hooks. 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. |
- Drop old, unused dependencies from Python 2 subpackage
- Switch celery binary to Python 3 in F30+ - Switch to bconds for controlling the build - Drop unused macro
- Update to 4.2.1 (#1602746). - https://github.com/celery/celery/blob/v4.2.1/Changelog - Correct documentation license to CC-BY-SA.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- rebuild for python 3.7
- Latest upstream
- Rebuilt for Python 3.7
- update to 4.1.1 (rhbz#1474545)
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild