commit python3-redis for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-redis for openSUSE:Factory 
checked in at 2016-05-25 21:26:09

Comparing /work/SRC/openSUSE:Factory/python3-redis (Old)
 and  /work/SRC/openSUSE:Factory/.python3-redis.new (New)


Package is "python3-redis"

Changes:

--- /work/SRC/openSUSE:Factory/python3-redis/python3-redis.changes  
2015-11-17 14:22:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-redis.new/python3-redis.changes 
2016-05-25 21:26:11.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:05:48 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-redis.spec ++
--- /var/tmp/diff_new_pack.fButbP/_old  2016-05-25 21:26:12.0 +0200
+++ /var/tmp/diff_new_pack.fButbP/_new  2016-05-25 21:26:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-redis
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:Python client for Redis key-value store
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-py




commit python3-redis for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package python3-redis for openSUSE:Factory 
checked in at 2015-11-17 14:22:40

Comparing /work/SRC/openSUSE:Factory/python3-redis (Old)
 and  /work/SRC/openSUSE:Factory/.python3-redis.new (New)


Package is "python3-redis"

Changes:

--- /work/SRC/openSUSE:Factory/python3-redis/python3-redis.changes  
2014-09-06 12:18:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-redis.new/python3-redis.changes 
2015-11-17 14:22:42.0 +0100
@@ -1,0 +2,63 @@
+Wed Nov  4 04:37:30 UTC 2015 - a...@gmx.de
+
+- update to version 2.10.5:
+  * Allow URL encoded parameters in Redis URLs. Characters like a "/" can
+now be URL encoded and redis-py will correctly decode them. Thanks
+Paul Keene.
+  * Added support for the WAIT command. Thanks https://github.com/eshizhan
+  * Better shutdown support for the PubSub Worker Thread. It now properly
+cleans up the connection, unsubscribes from any channels and patterns
+previously subscribed to and consumes any waiting messages on the socket.
+  * Added the ability to sleep for a brief period in the event of a
+WatchError occuring. Thanks Joshua Harlow.
+  * Fixed a bug with pipeline error reporting when dealing with characters
+in error messages that could not be encoded to the connection's
+character set. Thanks Hendrik Muhs.
+  * Fixed a bug in Sentinel connections that would inadvertantly connect
+to the master when the connection pool resets. Thanks
+https://github.com/df3n5
+  * Better timeout support in Pubsub get_message. Thanks Andy Isaacson.
+  * Fixed a bug with the HiredisParser that would cause the parser to
+get stuck in an endless loop if a specific number of bytes were
+delivered from the socket. This fix also increases performance of
+parsing large responses from the Redis server.
+  * Added support for ZREVRANGEBYLEX.
+  * ConnectionErrors are now raised if Redis refuses a connection due to
+the maxclients limit being exceeded. Thanks Roman Karpovich.
+  * max_connections can now be set when instantiating client instances.
+Thanks Ohad Perry.
+
+---
+Tue Nov  3 01:01:51 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.10.4:
+  * Allow URL encoded parameters in Redis URLs. Characters like a "/" can
+now be URL encoded and redis-py will correctly decode them. Thanks
+Paul Keene.
+  * Added support for the WAIT command. Thanks https://github.com/eshizhan
+  * Better shutdown support for the PubSub Worker Thread. It now properly
+cleans up the connection, unsubscribes from any channels and patterns
+previously subscribed to and consumes any waiting messages on the socket.
+  * Added the ability to sleep for a brief period in the event of a
+WatchError occuring. Thanks Joshua Harlow.
+  * Fixed a bug with pipeline error reporting when dealing with characters
+in error messages that could not be encoded to the connection's
+character set. Thanks Hendrik Muhs.
+  * Fixed a bug in Sentinel connections that would inadvertantly connect
+to the master when the connection pool resets. Thanks
+https://github.com/df3n5
+  * Better timeout support in Pubsub get_message. Thanks Andy Isaacson.
+  * Fixed a bug with the HiredisParser that would cause the parser to
+get stuck in an endless loop if a specific number of bytes were
+delivered from the socket. This fix also increases performance of
+parsing large responses from the Redis server.
+  * Added support for ZREVRANGEBYLEX.
+  * ConnectionErrors are now raised if Redis refuses a connection due to
+the maxclients limit being exceeded. Thanks Roman Karpovich.
+  * max_connections can now be set when instantiating client instances.
+Thanks Ohad Perry.
+
+---

Old:

  redis-2.10.3.tar.gz

New:

  redis-2.10.5.tar.gz



Other differences:
--
++ python3-redis.spec ++
--- /var/tmp/diff_new_pack.koZq63/_old  2015-11-17 14:22:42.0 +0100
+++ /var/tmp/diff_new_pack.koZq63/_new  2015-11-17 14:22:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-redis
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-redis
-Version:2.10.3
+Version:2.10.5
 Release:0
 Url:http://github.com/andymccurdy/redis-py
 Summary: