From b5722c4281e40dd3d9396c8faab2d81c9815fc30052b9888847c7de775c527e5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 10:41:33 +0000 Subject: [PATCH] - update to 2.7.1: * Fix import error for NoneType (#120) * Implement - JSON.ARRINDEX - JSON.OBJLEN - JSON.OBJKEYS - JSON.ARRPOP - JSON.ARRTRIM - JSON.NUMINCRBY - JSON.NUMMULTBY - XADD - XLEN - XRANGE - XREVRANGE * Implement `JSON.TYPE`, `JSON.ARRLEN` and `JSON.ARRAPPEND` * Fix encoding of None (#118) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=25 --- fakeredis-2.5.0-gh.tar.gz | 3 --- fakeredis-2.7.1-gh.tar.gz | 3 +++ python-fakeredis.changes | 20 ++++++++++++++++++++ python-fakeredis.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 fakeredis-2.5.0-gh.tar.gz create mode 100644 fakeredis-2.7.1-gh.tar.gz diff --git a/fakeredis-2.5.0-gh.tar.gz b/fakeredis-2.5.0-gh.tar.gz deleted file mode 100644 index acc8fbe..0000000 --- a/fakeredis-2.5.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b64f49830123fa0089fcb516db575a2590a605249a1d185938965464818fdfc -size 139911 diff --git a/fakeredis-2.7.1-gh.tar.gz b/fakeredis-2.7.1-gh.tar.gz new file mode 100644 index 0000000..ded9b07 --- /dev/null +++ b/fakeredis-2.7.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c35f3d6e3547e178ee99b5325845b4f0c8027e64480624540c552c4760e3b5d +size 162831 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 3fdb3e5..9cab50c 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 10 10:40:09 UTC 2023 - Dirk Müller + +- update to 2.7.1: + * Fix import error for NoneType (#120) + * Implement + - JSON.ARRINDEX + - JSON.OBJLEN + - JSON.OBJKEYS + - JSON.ARRPOP + - JSON.ARRTRIM + - JSON.NUMINCRBY + - JSON.NUMMULTBY + - XADD + - XLEN + - XRANGE + - XREVRANGE + * Implement `JSON.TYPE`, `JSON.ARRLEN` and `JSON.ARRAPPEND` + * Fix encoding of None (#118) + ------------------------------------------------------------------- Mon Jan 23 09:19:15 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 9b80511..3c36837 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -17,7 +17,7 @@ Name: python-fakeredis -Version: 2.5.0 +Version: 2.7.1 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT