python-fakeredis 1.6.1-1 source package in Ubuntu

Changelog

python-fakeredis (1.6.1-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * New upstream release. (Closes: #985639)
  * Remove Build-Dep restriction on pytest-cov >= 3. (Closes: #997335)
  * Build-Depend on python3-pytest-asyncio, now required by tests.
  * Bump Standards-Version to 4.6.0, no changes needed.

  [ Debian Janitor ]
  * Set upstream metadata fields: Contact.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).

 -- Stefano Rivera <email address hidden>  Wed, 10 Nov 2021 01:31:44 -0800

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fakeredis_1.6.1-1.dsc 2.0 KiB 050f6b5b419a3bde7935dea160de9e07a614767ed34b3e664003d0542ff35ceb
python-fakeredis_1.6.1.orig.tar.gz 68.5 KiB 5ffaf20d03584e50010da77d5912481b2cfc40534cfb75f6828bf3f80e4249b8
python-fakeredis_1.6.1-1.debian.tar.xz 5.4 KiB 9175844f845977be5d101a4796c87cb7edeeeacd6efe286985aca4015829b176

Available diffs

No changes file available.

Binary packages built by this source

python3-fakeredis: Fake version of a redis-py

 fakeredis is a pure Python implementation of the redis-py Python client that
 simulates talking to a redis server. This was created for a single purpose:
 to write unittests. Setting up redis is not hard, but many times you want to
 write unittests that do not talk to an external server (such as redis).
 This module now allows tests to simply use this module as a reasonable
 substitute for redis.