From 42223a2c7b5305de73ead922a8a15d9ec8cc28d58e4859f974dde0248a0158be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 May 2023 18:09:31 +0000 Subject: [PATCH] - update to 2.12.0: * Implement `XREAD` #147 * Unique FakeServer when no connection params are provided * Minor fixes supporting multiple connections * Update documentation * connection parameters awareness: * Creating multiple clients with the same connection parameters will result in the same server data structure. * Fix creating fakeredis.aioredis using url with user/password OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=30 --- fakeredis-2.10.3-gh.tar.gz | 3 --- fakeredis-2.12.0-gh.tar.gz | 3 +++ python-fakeredis.changes | 13 +++++++++++++ python-fakeredis.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 fakeredis-2.10.3-gh.tar.gz create mode 100644 fakeredis-2.12.0-gh.tar.gz diff --git a/fakeredis-2.10.3-gh.tar.gz b/fakeredis-2.10.3-gh.tar.gz deleted file mode 100644 index 6a64041..0000000 --- a/fakeredis-2.10.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f0b7da7590d6b6dca65d3f1b1905284303ba051c48ad4badde197335d36366 -size 160924 diff --git a/fakeredis-2.12.0-gh.tar.gz b/fakeredis-2.12.0-gh.tar.gz new file mode 100644 index 0000000..10a38a2 --- /dev/null +++ b/fakeredis-2.12.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f64c16d69724a5e90176176ffd7919ea721eb4092ed55ec871a548006ff59f4 +size 163132 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 3e02789..c4287e6 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 8 18:09:08 UTC 2023 - Dirk Müller + +- update to 2.12.0: + * Implement `XREAD` #147 + * Unique FakeServer when no connection params are provided + * Minor fixes supporting multiple connections + * Update documentation + * connection parameters awareness: + * Creating multiple clients with the same connection parameters + will result in the same server data structure. + * Fix creating fakeredis.aioredis using url with user/password + ------------------------------------------------------------------- Mon May 8 07:09:16 UTC 2023 - Johannes Kastl diff --git a/python-fakeredis.spec b/python-fakeredis.spec index d6b9470..4ddecd8 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-fakeredis -Version: 2.10.3 +Version: 2.12.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT