celery 5.2.6-2 source package in Ubuntu

Changelog

celery (5.2.6-2) unstable; urgency=medium

  * Add upstream patch to fix compatibility with billiard 4 (Closes:
    #1015028).
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Wed, 27 Jul 2022 18:57:53 +0000

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
celery_5.2.6-2.dsc 2.5 KiB c1fc2b81f2e80fcc7502ec63c282ba172c608207533b53119cfc49b17be3ce79
celery_5.2.6.orig.tar.gz 1.4 MiB d1398cadf30f576266b34370e28e880306ec55f7a4b6307549b0ae9c15663481
celery_5.2.6-2.debian.tar.xz 23.1 KiB 901cfe81873fa4307240bc7b8a6103406aea904b0a3c72735f35a5d72cf74013

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 kinetic.

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

python-celery-doc: No summary available for python-celery-doc in ubuntu kinetic.

No description available for python-celery-doc in ubuntu kinetic.

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

No description available for python3-celery in ubuntu kinetic.