From e6310db8b980dc954d7d1f377b02e86321fe057c4f6f4969c8eed214ac9cf3e6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 10:09:14 +0000 Subject: [PATCH] - update to 2.21.0: * Implement all TOP-K commands (`TOPK.INFO`, `TOPK.LIST`, `TOPK.RESERVE`, * `TOPK.ADD`, `TOPK.COUNT`, `TOPK.QUERY`, `TOPK.INCRBY`) #278 * Implement all cuckoo filter commands #276 * Implement all Count-Min Sketch commands #277 * Fix XREAD blocking bug #274 #275 * EXAT option does not work #279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=51 --- fakeredis-2.20.1-gh.tar.gz | 3 --- fakeredis-2.21.0-gh.tar.gz | 3 +++ python-fakeredis.changes | 12 ++++++++++++ python-fakeredis.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 fakeredis-2.20.1-gh.tar.gz create mode 100644 fakeredis-2.21.0-gh.tar.gz diff --git a/fakeredis-2.20.1-gh.tar.gz b/fakeredis-2.20.1-gh.tar.gz deleted file mode 100644 index 2a9d1b2..0000000 --- a/fakeredis-2.20.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f6ccbb9b985ecd577ab77ba293576f6f5937e87f12cee04e7bbc8331f9d48c -size 213900 diff --git a/fakeredis-2.21.0-gh.tar.gz b/fakeredis-2.21.0-gh.tar.gz new file mode 100644 index 0000000..d20c418 --- /dev/null +++ b/fakeredis-2.21.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c14b2c0a6583c86a476118f46c5ba63959751b1e4475b79ef9c090ed85f8759 +size 208756 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index a66e780..172c644 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Feb 4 10:08:59 UTC 2024 - Dirk Müller + +- update to 2.21.0: + * Implement all TOP-K commands (`TOPK.INFO`, `TOPK.LIST`, + `TOPK.RESERVE`, + * `TOPK.ADD`, `TOPK.COUNT`, `TOPK.QUERY`, `TOPK.INCRBY`) #278 + * Implement all cuckoo filter commands #276 + * Implement all Count-Min Sketch commands #277 + * Fix XREAD blocking bug #274 #275 + * EXAT option does not work #279 + ------------------------------------------------------------------- Mon Dec 18 09:28:02 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index d64c17c..6c623d4 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -1,7 +1,7 @@ # # spec file for package python-fakeredis # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-fakeredis -Version: 2.20.1 +Version: 2.21.0 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT