Accepting request 1088081 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1088081 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redis?expand=0&rev=34
This commit is contained in:
commit
fe8b50ab1b
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 20 12:11:45 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
|
||||
- update to 4.5.5:
|
||||
* Add support for CLIENT NO-TOUCH
|
||||
* Add support for CLUSTER MYSHARDID
|
||||
* Add "address_remap" feature to RedisCluster
|
||||
* Add WITHSCORES argument to ZREVRANK command
|
||||
* Improve error output for master discovery
|
||||
* Fix XADD: allow non negative maxlen
|
||||
* Fix create single connection client from url
|
||||
* Optionally disable disconnects in read_response
|
||||
* Fix SLOWLOG GET return value
|
||||
* Fix potential race condition during disconnection
|
||||
* Return response in case of KeyError
|
||||
* Fix incorrect usage of once flag in async Sentinel
|
||||
* Fix memory leak caused by hiredis in asyncio case
|
||||
* Really do not use asyncio's timeout lib before 3.11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 07:12:58 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-redis
|
||||
Version: 4.5.4
|
||||
Version: 4.5.5
|
||||
Release: 0
|
||||
Summary: Python client for Redis key-value store
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893
|
||||
size 4552103
|
3
redis-4.5.5.tar.gz
Normal file
3
redis-4.5.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880
|
||||
size 4557115
|
Loading…
Reference in New Issue
Block a user