python-django-celery-results 2.5.1-2.1 source package in Ubuntu

Changelog

python-django-celery-results (2.5.1-2.1) unstable; urgency=medium

  * Team Upload
  * Remove dependency on python3-mock & python3-case
  * Add a patch to work around FTBFS with Pytest8

 -- Alexandre Detiste <email address hidden>  Wed, 15 May 2024 15:16:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-celery-results_2.5.1-2.1.dsc 2.6 KiB a1a67bccb95e4c6bf4799d63589189dc58ccfb00aead8f2040a11fdc1ce5d2bf
python-django-celery-results_2.5.1.orig.tar.gz 79.1 KiB 6c43469a67f4fd4bf2834e85f123622eddfd0f623129f51ccb4ade1a9fd53af4
python-django-celery-results_2.5.1-2.1.debian.tar.xz 5.4 KiB 9ad2f53e40c1914b3393dc9c25f5e31e8a19a5f69bfa78a433182f84352dd76a

No changes file available.

Binary packages built by this source

python-django-celery-results-doc: Celery result backends for Django (Documentation)

 This extension enables you to store Celery task results using the Django ORM.
 .
 It defines a single model (django_celery_results.models.TaskResult) used to
 store task results, and you can query this database table like any other Django
 model.
 .
 This package contains the documentation.

python3-django-celery-results: Celery result backends for Django (Python3 version)

 This extension enables you to store Celery task results using the Django ORM.
 .
 It defines a single model (django_celery_results.models.TaskResult) used to
 store task results, and you can query this database table like any other Django
 model.
 .
 This package contains the Python 3 version of the library.