django-redis 5.3.0-1 source package in Ubuntu

Changelog

django-redis (5.3.0-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * Remove myself from uploaders

  [ Michael Fladischer ]
  * New upstream version 5.3.0
  * Bump Standards-Version to 4.6.2.
  * Update d/copyright with new years.
  * Build using pybuild-plugin-pyproject.

 -- Michael Fladischer <email address hidden>  Mon, 19 Jun 2023 08:05:41 +0000

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_5.3.0-1.dsc 1.9 KiB 79f1e61a9d163faa6dbf3d314661f235ae56cbd74439c2575ef3bf7872dc3b4d
django-redis_5.3.0.orig.tar.gz 43.8 KiB 8bc5793ec06b28ea802aad85ec437e7646511d4e571e07ccad19cfed8b9ddd44
django-redis_5.3.0-1.debian.tar.xz 3.5 KiB a5824be96261c7c16bb04c56699ab114f2bad17153c2484a0cc203744e439e2b

Available diffs

No changes file available.

Binary packages built by this source

python3-django-redis: Redis cache backend for Django (Python 3)

 django-redis is a full featured Redis cache/session backend for Django. It
 provides several features to fully utilize Redis:
  * Pluggable clients.
  * Pluggable parsers.
  * Pluggable serializers.
  * Master-Replica support in the default client.
  * Supports infinite timeouts.
  * Facilities for raw access to Redis client/connection pool.
  * Highly configurable (can emulate memcached exception behavior, for example).
  * Unix sockets supported by default.
 .
 This is the Python 3 version of the package.