python3Packages.fakeredis: 2.32.0 -> 2.33.0

Diff: https://github.com/dsoftwareinc/fakeredis-py/compare/v2.32.0...v2.33.0

Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.33.0
This commit is contained in:
Robert Schütz
2026-01-13 05:07:03 -08:00
parent 055d825193
commit beeadb7be2
@@ -7,7 +7,7 @@
lupa,
hatchling,
pyprobables,
pytest-asyncio_0,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
redis,
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.32.0";
version = "2.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dsoftwareinc";
repo = "fakeredis-py";
tag = "v${version}";
hash = "sha256-esouWM32qe4iO5AcRC0HuUF+lwEDHnyXoknwqsZhr+o=";
hash = "sha256-uvbvrziVdoa/ip8MbZG8GcpN1FoINxUV+SDVRmg78Qs=";
};
build-system = [ hatchling ];
@@ -33,7 +33,6 @@ buildPythonPackage rec {
dependencies = [
redis
sortedcontainers
valkey
];
optional-dependencies = {
@@ -42,14 +41,16 @@ buildPythonPackage rec {
bf = [ pyprobables ];
cf = [ pyprobables ];
probabilistic = [ pyprobables ];
valkey = [ valkey ];
};
nativeCheckInputs = [
hypothesis
pytest-asyncio_0
pytest-asyncio
pytest-mock
pytestCheckHook
redisTestHook
valkey
];
pythonImportsCheck = [ "fakeredis" ];
@@ -60,6 +61,13 @@ buildPythonPackage rec {
"test_init_args" # AttributeError: module 'fakeredis' has no attribute 'FakeValkey'
"test_async_init_kwargs" # AttributeError: module 'fakeredis' has no attribute 'FakeAsyncValkey'"
# redis.exceptions.ResponseError: unknown command 'evalsha'
"test_async_lock"
# AssertionError: assert [0, b'1'] == [0, 1.0]
"test_zrank_redis7_2"
"test_zrevrank_redis7_2"
# KeyError: 'tot-mem'
"test_acl_log_auth_exist"
"test_acl_log_invalid_channel"