celery 5.0.0-3 source package in Ubuntu

Changelog

celery (5.0.0-3) unstable; urgency=medium

  * Team upload.
  * d/tests/upstream: Use celery pytest plugin for autopkgtest too.
    (Closes: #972926)

 -- Michael Hudson-Doyle <email address hidden>  Tue, 03 Nov 2020 13:08:49 +1300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
celery_5.0.0-3.dsc 2.8 KiB 919ab581b64568775a9e6c48c0facbbd834b4d3fc862186254834db3fb06f0e1
celery_5.0.0.orig.tar.gz 1.4 MiB 313930fddde703d8e37029a304bf91429cd11aeef63c57de6daca9d958e1f255
celery_5.0.0-3.debian.tar.xz 23.8 KiB 67d7273f86100e4075471cc2379050f507761ee0dcc0b7b7d8024a2d64432419

Available diffs

No changes file available.

Binary packages built by this source

celery: async task/job queue based on message passing (common files)

 Celery is 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. Tasks can execute asynchronously (in the
 background) or synchronously (wait until ready).
 .
 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. Celery is easy to integrate with Django, using the
 python-django-celery package.
 .
 This package contains the common files of the library.

python-celery-common: No summary available for python-celery-common in ubuntu impish.

No description available for python-celery-common in ubuntu impish.

python-celery-doc: async task/job queue based on message passing (Documentation)

 Celery is 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. Tasks can execute asynchronously (in the
 background) or synchronously (wait until ready).
 .
 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. Celery is easy to integrate with Django, using the
 python-django-celery package.
 .
 This package contains the documentation.

python3-celery: No summary available for python3-celery in ubuntu impish.

No description available for python3-celery in ubuntu impish.