python311Packages.fakeredis: 2.18.1 -> 2.19.0

Diff: cunla/fakeredis-py@refs/tags/v2.18.1...v2.19.0

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.19.0
This commit is contained in:
Fabian Affolter 2023-10-14 18:23:16 +02:00
parent 493a816d1a
commit 7b6de3fa20

View File

@ -5,9 +5,10 @@
, hypothesis
, lupa
, poetry-core
, pybloom-live
, pytest-asyncio
, pytestCheckHook
, pytest-mock
, pytestCheckHook
, pythonOlder
, redis
, six
@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.18.1";
version = "2.19.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-XxQGkcwWesPS/N31t04FDq6w773OZnLVTWB42dY4AGA=";
hash = "sha256-EFgd7NnHcA4T/BZZUR/z3Z4JxA0dWricasKyJAaDsHc=";
};
nativeBuildInputs = [
@ -52,6 +53,9 @@ buildPythonPackage rec {
aioredis = [
aioredis
];
bf = [
pybloom-live
];
};
pythonImportsCheck = [