Thu, 16 May 2024 18:31:59 UTC | login

Information for build python-celery-5.0.2-1.fc33

ID187151
Package Namepython-celery
Version5.0.2
Release1.fc33
Epoch
SummaryDistributed Task Queue
DescriptionAn 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 12:11:59 UTC
CompletedFri, 27 Nov 2020 12:11:59 UTC
Tags
f33
RPMs
src
python-celery-5.0.2-1.fc33.src.rpm (info) (download)
noarch
python-celery-doc-5.0.2-1.fc33.noarch.rpm (info) (download)
python3-celery-5.0.2-1.fc33.noarch.rpm (info) (download)
Changelog * Tue Nov 03 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.2-1 - Celery 5.0.2 * Mon Oct 19 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.1-1 - Celery 5.0.1 * Wed Sep 30 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.0-2 - Enable more tests * Tue Sep 29 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 5.0.0-1 - Celery 5.0.0 * Mon Aug 03 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.4.7-1 - Celery 4.4.7 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 25 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.4.6-1 - Celery 4.4.6 * Mon Jun 08 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.4.5-1 - Celery 4.4.5 * Mon Jun 01 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.4.4-1 - Celery 4.4.4 * Mon Jun 01 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 4.4.3-1 - Celery 4.4.3 - Run pytest during rpm build * Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 4.3.0-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 4.3.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 4.3.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 02 2019 Nils Philippsen <nils@redhat.com> - 4.3.0-1 - Update to 4.3.0 * Thu Jun 06 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.2.1-5 - Drop python2-celery, as nothing was using it and it fails to install (#1716370). * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Neal Gompa <ngompa13@gmail.com> - 4.2.1-3 - Drop old, unused dependencies from Python 2 subpackage * Mon Jan 28 2019 Neal Gompa <ngompa13@gmail.com> - 4.2.1-2 - Switch celery binary to Python 3 in F30+ - Switch to bconds for controlling the build - Drop unused macro