- 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
This commit is contained in:
parent
633afd07b4
commit
ab1fa57536
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb8b420304dba278776dca9824521de8c00c5d9e31fdd00a166cfdea3c35d7a3
|
|
||||||
size 182723
|
|
3
fakeredis-2.17.0-gh.tar.gz
Normal file
3
fakeredis-2.17.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88d9114e9d38f2efd3fbe49e8818589bbe6e5517a770bf4c508b969ec1fc40ca
|
||||||
|
size 186209
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 18 14:41:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sat Jul 1 20:33:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fakeredis
|
Name: python-fakeredis
|
||||||
Version: 2.15.0
|
Version: 2.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fake implementation of redis API for testing purposes
|
Summary: Fake implementation of redis API for testing purposes
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user