python-redis 3.3.11-1ubuntu1 source package in Ubuntu

Changelog

python-redis (3.3.11-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add missing test dep on python3-all.

python-redis (3.3.11-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.4.1.
  * Specify Rules-Requires-Root: no.

python-redis (3.3.7-1) unstable; urgency=medium

  * New upstream release.
  * Bump to debhelper compat level 12.

 -- Steve Langasek <email address hidden>  Fri, 25 Oct 2019 15:06:19 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-redis_3.3.11.orig.tar.gz 117.2 KiB dd7e40dc3d562d37b414e23651d0c57818f57523e7d11308ae1abb0b35919b0b
python-redis_3.3.11-1ubuntu1.debian.tar.xz 5.0 KiB 713dcc9f3d89e8b56754e764ce047c55d00c1e927a3d5901ae4a341f34f53d52
python-redis_3.3.11-1ubuntu1.dsc 2.4 KiB a10b5d3742507276808d1f73af38e77a47d589141e705c4c64f214b5062e0a11

Available diffs

View changes file

Binary packages built by this source

python-redis: Persistent key-value database with network interface (Python library)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.

python3-redis: Persistent key-value database with network interface (Python 3 library)

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.
 .
 This is the Python 3 version of the package.