python-rq 1.15.1-1 source package in Ubuntu

Changelog

python-rq (1.15.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.15.1.

 -- Boyuan Yang <email address hidden>  Fri, 02 Feb 2024 15:17:28 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rq_1.15.1-1.dsc 2.0 KiB 38dbf965ec7dd5cccba0201b33c8d15b92b79fefa744d45ec4f982521edfa881
python-rq_1.15.1.orig.tar.gz 618.7 KiB 2faf04abdf6157e500f29deebab0355f30d5cc4bb4f93751f47bad41a86493f3
python-rq_1.15.1-1.debian.tar.xz 4.9 KiB b0a7a5d3f06b1303283fec322f120c06c1303aa2f2ba6c63656cfa836af1efca

Available diffs

No changes file available.

Binary packages built by this source

python3-rq: Simple job queues for Python 3

 RQ (Redis Queue) is a simple Python library for queueing jobs and
 processing them in the background with workers. It is backed by
 Redis and it is designed to have a low barrier to entry.
 It can be integrated in your web stack easily.