1
0

- 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/package/show/devel:languages:python/python-fakeredis?expand=0&rev=39
This commit is contained in:
Dirk Mueller 2023-09-04 15:54:16 +00:00 committed by Git OBS Bridge
parent ab1fa57536
commit 23a0ad5a12
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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