python-django-celery-results 2.5.1-1ubuntu1 source package in Ubuntu

Changelog

python-django-celery-results (2.5.1-1ubuntu1) mantic; urgency=medium

  * d/control: Upgrade to psycopg 3 for compatibility with Django 4 in test
    suite (LP: #2022089)
  * d/t/upstream: Add pytest conftest file when running upstream test suite.
    Including the file tells pytest to not run benchmarks as intended.

 -- Lena Voytek <email address hidden>  Mon, 28 Aug 2023 12:59:01 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Julian Andres Klode
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-celery-results_2.5.1.orig.tar.gz 79.1 KiB 6c43469a67f4fd4bf2834e85f123622eddfd0f623129f51ccb4ade1a9fd53af4
python-django-celery-results_2.5.1-1ubuntu1.debian.tar.xz 4.9 KiB 2e8c5a3300106bb4b26ec0a177a9367fbf29404db64b965593338a6c99500cee
python-django-celery-results_2.5.1-1ubuntu1.dsc 2.7 KiB 7aa0d1e9fc1ebb7c20b4c87341ea10a5a1c2c254f361d3449cf285f5e56a6ee7

View changes file

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.