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