python-fakeredis 1.9.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * Drop build/test dependencies on python3-future

 -- Graham Inggs <email address hidden>  Wed, 03 Jan 2024 20:43:57 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fakeredis_1.9.0-1.dsc 2.6 KiB a59eb1a9903e2d8027485158e2d389171e2f6055c5333a7fc78f6548d46ed540
python-fakeredis_1.9.0.orig.tar.gz 83.5 KiB 6344de24136e7dde9ee971acc10d35eabba963c96970f63588745a5f8e50b1c0
python-fakeredis_1.9.0-1.debian.tar.xz 5.0 KiB 6008d334df2d6f9aa61fca5d53d502783e9e1724fa9d5fac6affcfb1e17d8b9d

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.