- update to 2.18.1:

* Fix stream type issue #233
  * Support for redis-py 4.5.0 #125
  * Enable redis7 support by @cunla in #42

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=41
This commit is contained in:
Dirk Mueller 2023-09-11 20:38:41 +00:00 committed by Git OBS Bridge
parent 23a0ad5a12
commit 8ed169ae2a
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb4afb970796585e65a728fa33dac1282b55bcc9acaa9a46593af97cfeb14f31
size 189053

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4c2814b94f3d4d591df8cef089fbdd6693a904448920bbd54de986035b04cd5
size 191577

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 11 20:38:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.18.1:
* Fix stream type issue #233
-------------------------------------------------------------------
Mon Sep 4 15:53:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -90,7 +96,7 @@ Wed Apr 19 07:46:41 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
* Add support for MAXLEN, MAXID, LIMIT arguments for XADD command
* Add support for ZRANGE arguments for ZRANGE command #127
* Relax python version requirement #128
* Support for redis-py 4.5.0 #125
* Support for redis-py 4.5.0 #125
-------------------------------------------------------------------
Fri Feb 10 10:40:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -175,7 +181,7 @@ Fri Sep 23 13:27:54 UTC 2022 - pgajdos@suse.com
- version update to 1.9.1
* Zrange byscore by @cunla in #44
* Expire options by @cunla in #46
* Enable redis7 support by @cunla in #42
* Enable redis7 support by @cunla in #42
- added patches
fix https://github.com/cunla/fakeredis-py/issues/50
+ python-fakeredis-no-six.patch

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-fakeredis
Version: 2.18.0
Version: 2.18.1
Release: 0
Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT