redis-py-cluster 2.0.0-2 source package in Ubuntu

Changelog

redis-py-cluster (2.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + python-rediscluster-doc: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 18:59:38 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
redis-py-cluster_2.0.0-2.dsc 2.1 KiB 6d0757760fb95a2b6174e0fdf7d4efdd1c6eb40a39113625ac0f45961cfbb77a
redis-py-cluster_2.0.0.orig.tar.gz 108.8 KiB 1eac782c21bf789298b79ee49a3d61a6fbff192fe287e724004ca684068dfff6
redis-py-cluster_2.0.0-2.debian.tar.xz 3.7 KiB 40337b4b269cc383b1feb59955e3b5f3681c9ea4db00d74dc9b823dce31acfe3

Available diffs

No changes file available.

Binary packages built by this source

python-rediscluster-doc: No summary available for python-rediscluster-doc in ubuntu kinetic.

No description available for python-rediscluster-doc in ubuntu kinetic.

python3-rediscluster: Python interface to a cluster of Redis key-value stores

 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.
 .
 redis-py-cluster provides Python bindings to Redis Cluster, the distributed
 implementation of the Redis key-value store, available upstream since Redis
 3.0.
 .
 This package provides the Python 3 version of the rediscluster module.