Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2017-10-05 11:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-redis (Old)
 and      /work/SRC/openSUSE:Factory/.python-redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-redis"

Thu Oct  5 11:58:13 2017 rev:15 rq:530853 version:2.10.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes        
2017-07-06 00:01:32.985934186 +0200
+++ /work/SRC/openSUSE:Factory/.python-redis.new/python-redis.changes   
2017-10-05 11:58:16.220946076 +0200
@@ -1,0 +2,35 @@
+Tue Oct  3 01:23:23 UTC 2017 - a...@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.
+
+-------------------------------------------------------------------

Old:
----
  redis-2.10.5.tar.gz

New:
----
  redis-2.10.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-redis.spec ++++++
--- /var/tmp/diff_new_pack.aQ7hvC/_old  2017-10-05 11:58:17.320791332 +0200
+++ /var/tmp/diff_new_pack.aQ7hvC/_new  2017-10-05 11:58:17.324790769 +0200
@@ -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

++++++ redis-2.10.5.tar.gz -> redis-2.10.6.tar.gz ++++++
++++ 2247 lines of diff (skipped)


Reply via email to