forked from pool/python-fakeredis
Accepting request 1108924 from devel:languages:python
- update to 2.18.0: * Implement `PUBSUB NUMPAT` #195, `SSUBSCRIBE` #199, `SPUBLISH` #198, `SUNSUBSCRIBE` #200, `PUBSUB SHARDCHANNELS` #196, `PUBSUB SHARDNUMSUB` #197 * Fix All aio.FakeRedis instances share the same server #218 OBS-URL: https://build.opensuse.org/request/show/1108924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fakeredis?expand=0&rev=19
This commit is contained in:
commit
9402bb1106
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88d9114e9d38f2efd3fbe49e8818589bbe6e5517a770bf4c508b969ec1fc40ca
|
||||
size 186209
|
3
fakeredis-2.18.0-gh.tar.gz
Normal file
3
fakeredis-2.18.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb4afb970796585e65a728fa33dac1282b55bcc9acaa9a46593af97cfeb14f31
|
||||
size 189053
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 15:53:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.18.0:
|
||||
* Implement `PUBSUB NUMPAT` #195, `SSUBSCRIBE` #199, `SPUBLISH`
|
||||
#198, `SUNSUBSCRIBE` #200, `PUBSUB SHARDCHANNELS` #196, `PUBSUB
|
||||
SHARDNUMSUB` #197
|
||||
* Fix All aio.FakeRedis instances share the same server #218
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 14:41:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fakeredis
|
||||
Version: 2.17.0
|
||||
Version: 2.18.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