django-redis 4.9.0-1 source package in Ubuntu

Changelog

django-redis (4.9.0-1) unstable; urgency=low

  [ Scott Kitterman ]
  * Add missing depends on python/python3-django

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

  [ Michael Fladischer ]
  * New upstream release.
  * Always use pristine-tar.
  * Bump debhelper compatibility and version to 11.
  * Enable autopkgtest-pkg-python testsuite.
  * Bump Standards-Version to 4.1.3.
  * Run wrap-and-sort -bast to reduce diff size of future changes.

 -- Michael Fladischer <email address hidden>  Sat, 03 Mar 2018 19:40:09 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-redis_4.9.0-1.dsc 1.8 KiB cd8b408d1ebf2e040ed5cbda0d4aaa9b5924fdf32e74ae4ad8a6618dfb5935b6
django-redis_4.9.0.orig.tar.gz 47.7 KiB 15b47faef6aefaa3f47135a2aeb67372da300e4a4cf06809c66ab392686a2155
django-redis_4.9.0-1.debian.tar.xz 2.6 KiB 6ff1521d88ba74f655ec8ec9f2b2a4e82ed222544598b8db71cf2ed5f8489fdb

Available diffs

No changes file available.

Binary packages built by this source

python-django-redis: Redis cache backend for Django (Python 2)

 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-Slave 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 2 version of the package.

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-Slave 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.