Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2012-09-06 09:02:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-redis (Old)
 and      /work/SRC/openSUSE:Factory/.python-redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-redis", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes        
2012-06-05 15:35:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-redis.new/python-redis.changes   
2012-09-06 09:02:05.000000000 +0200
@@ -1,0 +2,26 @@
+Mon Sep  3 18:11:40 UTC 2012 - os-...@jacraig.com
+
+- Update to 2.6.2:
+  * `from_url` is now available as a classmethod on client classes. Thanks
+    Jon Parise for the patch.
+  * Fixed several encoding errors resulting from the Python 3.x support.
+- Changes in 2.6.1:
+  * Python 3.x support! Big thanks to Alex Grönholm.
+  * Fixed a bug in the PythonParser's read_response that could hide an error
+    from the client (#251).
+- Changes in 2.6.0:
+  * Changed (p)subscribe and (p)unsubscribe to no longer return messages
+    indicating the channel was subscribed/unsubscribed to. These messages
+    are available in the listen() loop instead. This is to prevent the
+    following scenario:
+      * Client A is subscribed to "foo"
+      * Client B publishes message to "foo"
+      * Client A subscribes to channel "bar" at the same time.
+    Prior to this change, the subscribe() call would return the published
+    messages on "foo" rather than the subscription confirmation to "bar".
+  * Added support for GETRANGE, thanks Jean-Philippe Caruana
+  * A new setting "decode_responses" specifies whether return values from
+    Redis commands get decoded automatically using the client's charset
+    value. Thanks to Frankie Dintino for the patch.
+
+-------------------------------------------------------------------

Old:
----
  redis-2.4.13.tar.gz

New:
----
  redis-2.6.2.tar.gz

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

Other differences:
------------------
++++++ python-redis.spec ++++++
--- /var/tmp/diff_new_pack.nZbNUj/_old  2012-09-06 09:02:06.000000000 +0200
+++ /var/tmp/diff_new_pack.nZbNUj/_new  2012-09-06 09:02:06.000000000 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-redis
-Version:        2.4.13
+Version:        2.6.2
 Release:        0
 Url:            http://github.com/andymccurdy/redis-py
 Summary:        Python client for Redis key-value store

++++++ redis-2.4.13.tar.gz -> redis-2.6.2.tar.gz ++++++
++++ 1838 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to