django-q 1.6.1-1 source package in Ubuntu

Changelog

django-q (1.6.1-1) unstable; urgency=medium

  * New upstream release.
  * Switch to django-q2 since the original django-q seems abandoned
    (Closes: #1059038).
  * Bug fix: "please remove old extraneous dependency on python3-future",
    thanks to Alexandre Detiste (Closes: #1058051).
  * Bug fix: "Fails to build source after successful build", thanks to
    Lucas Nussbaum (Closes: #1044753).
  * Add myself to Uploaders.
  * Bug fix: "django-q's autopkg tests fail with Python 3.12
    (timeout)", thanks to Matthias Klose (Closes: #1056244).

 -- Roland Mas <email address hidden>  Thu, 28 Dec 2023 12:56:29 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-q_1.6.1-1.dsc 2.4 KiB e1170641bf5704c6389dc32500a31b8e399f791158698cc7331cf7c8402d788c
django-q_1.6.1.orig.tar.gz 356.8 KiB 7bf80169cdc5830d51c044ad07645321643c49b437cf7de421064f349837b2d4
django-q_1.6.1-1.debian.tar.xz 7.5 KiB 70527fbbf38918ec79b6378374a2a8ace1a12993b01f3988fac6039d55ae22ca

Available diffs

No changes file available.

Binary packages built by this source

python3-django-q: Django multiprocessing distributed task queue (Python 3 version)

 A multiprocessing distributed task queue for Django with following features:
 .
  * Multiprocessing worker pool
  * Asynchronous tasks
  * Scheduled and repeated tasks
  * Encrypted and compressed packages
  * Failure and success database or cache
  * Result hooks, groups and chains
  * Django Admin integration
  * PaaS compatible with multiple instances
  * Multi cluster monitor
  * Redis, Disque, IronMQ, SQS, MongoDB or ORM
  * Rollbar and Sentry support
 .
 This package contains the Python 3 version of the library.