- 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
This commit is contained in:
Dirk Mueller 2023-02-10 10:41:33 +00:00 committed by Git OBS Bridge
parent 7d5040de45
commit b5722c4281
4 changed files with 24 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Feb 10 10:40:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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