From 8ed169ae2ab8348c94e33392dab2020a3ceb2f964141e0cf6ef5e70e57db18a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 11 Sep 2023 20:38:41 +0000 Subject: [PATCH] - 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 --- fakeredis-2.18.0-gh.tar.gz | 3 --- fakeredis-2.18.1-gh.tar.gz | 3 +++ python-fakeredis.changes | 10 ++++++++-- python-fakeredis.spec | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 fakeredis-2.18.0-gh.tar.gz create mode 100644 fakeredis-2.18.1-gh.tar.gz diff --git a/fakeredis-2.18.0-gh.tar.gz b/fakeredis-2.18.0-gh.tar.gz deleted file mode 100644 index 8529589..0000000 --- a/fakeredis-2.18.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb4afb970796585e65a728fa33dac1282b55bcc9acaa9a46593af97cfeb14f31 -size 189053 diff --git a/fakeredis-2.18.1-gh.tar.gz b/fakeredis-2.18.1-gh.tar.gz new file mode 100644 index 0000000..96c4505 --- /dev/null +++ b/fakeredis-2.18.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c2814b94f3d4d591df8cef089fbdd6693a904448920bbd54de986035b04cd5 +size 191577 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 392540a..399cde2 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 11 20:38:28 UTC 2023 - Dirk Müller + +- update to 2.18.1: + * Fix stream type issue #233 + ------------------------------------------------------------------- Mon Sep 4 15:53:28 UTC 2023 - Dirk Müller @@ -90,7 +96,7 @@ Wed Apr 19 07:46:41 UTC 2023 - Steve Kowalik * 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 @@ -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 diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 4610270..4f6bbf3 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -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