diff --git a/python-redis.changes b/python-redis.changes index 9133580..752cee0 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -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 diff --git a/python-redis.spec b/python-redis.spec index 8ac7d28..3d1432d 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -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 diff --git a/redis-2.10.5.tar.gz b/redis-2.10.5.tar.gz deleted file mode 100644 index 40e524f..0000000 --- a/redis-2.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533 -size 88610 diff --git a/redis-2.10.6.tar.gz b/redis-2.10.6.tar.gz new file mode 100644 index 0000000..72c1b2f --- /dev/null +++ b/redis-2.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f +size 97299