Accepting request 530625 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/530625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=26
This commit is contained in:
parent
6985d50ffe
commit
61b20cdbcc
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 01:23:23 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 2.10.6:
|
||||
* Various performance improvements. Thanks cjsimpson
|
||||
* Fixed a bug with SRANDMEMBER where
|
||||
* Added HSTRLEN command. Thanks Alexander Putilin
|
||||
* Added the TOUCH command. Thanks Anis Jonischkeit
|
||||
* Remove unnecessary calls to the server when registering Lua scripts.
|
||||
Thanks Ben Greenberg
|
||||
* SET's EX and PX arguments now allow values of zero. Thanks huangqiyin
|
||||
* Added PUBSUB {CHANNELS, NUMPAT, NUMSUB} commands. Thanks Angus Pearson
|
||||
* PubSub connections that that encounter `InterruptedError`s now
|
||||
retry automatically. Thanks Carlton Gibson and Seth M. Larson
|
||||
* LPUSH and RPUSH commands run on PyPy now correctly returns the number
|
||||
of items of the list. Thanks Jeong YunWon
|
||||
* Added support to automatically retry socket EINTR errors. Thanks
|
||||
Thomas Steinacher
|
||||
* PubSubWorker threads started with `run_in_thread` are now daemonized
|
||||
so the thread shuts down when the running process goes away. Thanks
|
||||
Keith Ainsworth
|
||||
* Added support for GEO commands. Thanks Pau Freixes, Alex DeBrie and
|
||||
Abraham Toriz
|
||||
* Made client construction from URLs smarter. Thanks Tim Savage
|
||||
* Added support for CLUSTER * commands. Thanks Andy Huang
|
||||
* The RESTORE command now accepts an optional `replace` boolean.
|
||||
Thanks Yoshinari Takaoka
|
||||
* Attempt to connect to a new Sentinel if a TimeoutError occurs. Thanks
|
||||
Bo Lopker
|
||||
* Fixed a bug in the client's `__getitem__` where a KeyError would be
|
||||
raised if the value returned by the server is an empty string.
|
||||
Thanks Javier Candeira.
|
||||
* Socket timeouts when connecting to a server are now properly raised
|
||||
as TimeoutErrors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 19:38:32 UTC 2017 - benoit.monin@gmx.fr
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-redis
|
||||
Version: 2.10.5
|
||||
Version: 2.10.6
|
||||
Release: 0
|
||||
Url: http://github.com/andymccurdy/redis-py
|
||||
Summary: Python client for Redis key-value store
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533
|
||||
size 88610
|
3
redis-2.10.6.tar.gz
Normal file
3
redis-2.10.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f
|
||||
size 97299
|
Loading…
Reference in New Issue
Block a user