From ab1fa575366d280e4bc1d210a36d7cb0d34af40248c049b6d8dc96032569058e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 18 Jul 2023 14:44:14 +0000 Subject: [PATCH] - update to 2.17.0: * Implement `LPOS` #207, `LMPOP` #184, and `BLMPOP` #183 * Implement `ZMPOP` #191, `BZMPOP` #186 * Fix incorrect error msg for group not found #210 * fix: use same server_key within pipeline when issued watch issue with ZRANGE and ZRANGESTORE with BYLEX #214 * Implemented support for `JSON.MSET` #174, `JSON.MERGE` #181 * Add support for version for async FakeRedis #205 * Updated how to test django_rq #204 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=37 --- fakeredis-2.15.0-gh.tar.gz | 3 --- fakeredis-2.17.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.15.0-gh.tar.gz create mode 100644 fakeredis-2.17.0-gh.tar.gz diff --git a/fakeredis-2.15.0-gh.tar.gz b/fakeredis-2.15.0-gh.tar.gz deleted file mode 100644 index e981cbb..0000000 --- a/fakeredis-2.15.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb8b420304dba278776dca9824521de8c00c5d9e31fdd00a166cfdea3c35d7a3 -size 182723 diff --git a/fakeredis-2.17.0-gh.tar.gz b/fakeredis-2.17.0-gh.tar.gz new file mode 100644 index 0000000..bad0487 --- /dev/null +++ b/fakeredis-2.17.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d9114e9d38f2efd3fbe49e8818589bbe6e5517a770bf4c508b969ec1fc40ca +size 186209 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 08aad7d..e7e272c 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 18 14:41:04 UTC 2023 - Dirk Müller + +- update to 2.17.0: + * Implement `LPOS` #207, `LMPOP` #184, and `BLMPOP` #183 + * Implement `ZMPOP` #191, `BZMPOP` #186 + * Fix incorrect error msg for group not found #210 + * fix: use same server_key within pipeline when issued watch + issue with ZRANGE and ZRANGESTORE with BYLEX #214 + * Implemented support for `JSON.MSET` #174, `JSON.MERGE` #181 + * Add support for version for async FakeRedis #205 + * Updated how to test django_rq #204 + ------------------------------------------------------------------- Sat Jul 1 20:33:29 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index ba2e412..81067ee 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-fakeredis -Version: 2.15.0 +Version: 2.17.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT