forked from pool/python-fakeredis
- update to v2.5.0:
* Implement support for BITPOS (bitmap command) (#112) * Fix json mget when dict is returned (#114) * fix: properly export (#116) * Extract param handling (#113) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=22
This commit is contained in:
parent
213d8ff19b
commit
9becdebc0f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2069ab09d85c1f2ea4787b64f74f04826197bda2503b30a867f052d7c760bb95
|
||||
size 132163
|
3
fakeredis-2.5.0-gh.tar.gz
Normal file
3
fakeredis-2.5.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b64f49830123fa0089fcb516db575a2590a605249a1d185938965464818fdfc
|
||||
size 139911
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 09:19:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to v2.5.0:
|
||||
* Implement support for BITPOS (bitmap command) (#112)
|
||||
* Fix json mget when dict is returned (#114)
|
||||
* fix: properly export (#116)
|
||||
* Extract param handling (#113)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 6 11:11:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-fakeredis
|
||||
Version: 2.4.0
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Summary: Fake implementation of redis API for testing purposes
|
||||
License: BSD-3-Clause AND MIT
|
||||
|
Loading…
Reference in New Issue
Block a user