python-redis 4.3.4-3 source package in Ubuntu

Changelog

python-redis (4.3.4-3) unstable; urgency=medium

  * Skip a bunch of known-to-fail autopkgtests, especially ones that require
    third-party Redis modules (eg. BLOOM).

 -- Chris Lamb <email address hidden>  Thu, 07 Jul 2022 17:53:19 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-redis_4.3.4-3.dsc 2.1 KiB 2f71d608f1bd77d2ce055ac2f174a2fbd4edbe79d90948715e70dd39a85a2a37
python-redis_4.3.4.orig.tar.gz 4.4 MiB a3d3b6e86cc73c253fd5c02d174098abf3fa043dfdcb29689eb928f60a552fd6
python-redis_4.3.4-3.debian.tar.xz 5.3 KiB 272d63e612a4c7aec7f8a943ab87df1a0a40414edd63b4bd9c47956d5a2200d7

Available diffs

No changes file available.

Binary packages built by this source

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.