forked from pool/python-fakeredis
Accepting request 1143976 from devel:languages:python
- 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/request/show/1143976 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fakeredis?expand=0&rev=25
This commit is contained in:
commit
a7ff5eac39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75f6ccbb9b985ecd577ab77ba293576f6f5937e87f12cee04e7bbc8331f9d48c
|
||||
size 213900
|
3
fakeredis-2.21.0-gh.tar.gz
Normal file
3
fakeredis-2.21.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c14b2c0a6583c86a476118f46c5ba63959751b1e4475b79ef9c090ed85f8759
|
||||
size 208756
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 10:08:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user