Accepting request 722638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/722638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redis?expand=0&rev=23
This commit is contained in:
commit
c3a82728cb
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 12 09:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to v3.3.6
|
||||||
|
* Resolve a race condition with the PubSubWorkerThread. #1150
|
||||||
|
* Response callbacks are now case insensitive.
|
||||||
|
* Added support for hiredis-py 1.0.0 encoding error support.
|
||||||
|
* Add READONLY and READWRITE commands.
|
||||||
|
* Added extensive health checks that keep the connections lively.
|
||||||
|
* Many more changes, see upstream changelog.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 31 09:47:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Sun Mar 31 09:47:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-redis
|
Name: python-redis
|
||||||
Version: 3.2.1
|
Version: 3.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python client for Redis key-value store
|
Summary: Python client for Redis key-value store
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273
|
|
||||||
size 124692
|
|
3
redis-3.3.6.tar.gz
Normal file
3
redis-3.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2609a85e5f37f489ba3b5652e1175dc3711c4d7a7818c4f657615810afd23df
|
||||||
|
size 130038
|
Loading…
Reference in New Issue
Block a user