python-redis 3.2.1-3ubuntu1 source package in Ubuntu

Changelog

python-redis (3.2.1-3ubuntu1) focal; urgency=medium

  * Add missing test dep on python3-all.

 -- Steve Langasek <email address hidden>  Thu, 24 Oct 2019 16:54:29 -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.2.1.orig.tar.gz 112.6 KiB c3da4841deded4ff20fc4da7575f96b94ac079d7c41236c7839457e87d8807fd
python-redis_3.2.1-3ubuntu1.debian.tar.xz 4.9 KiB 008d40a5bdca9393b50ffbef18c2957873237e384235003e20cde0bd447859a5
python-redis_3.2.1-3ubuntu1.dsc 2.4 KiB 3c7a0e977ab2e033c0923e47eefc5fb31a0888e8e32b337db92cf831b8c4ff2f

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.