forked from pool/python-redis
- update to 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 * 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=22
This commit is contained in:
parent
2788fb2d31
commit
d13562cd38
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 12:35:46 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 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
|
||||
* 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 Sep 2 16:17:27 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-redis
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-redis
|
||||
Version: 2.10.3
|
||||
Version: 2.10.5
|
||||
Release: 0
|
||||
Url: http://github.com/andymccurdy/redis-py
|
||||
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://pypi.io/packages/source/r/redis/redis-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-py
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9c4019c
|
||||
size 86532
|
3
redis-2.10.5.tar.gz
Normal file
3
redis-2.10.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533
|
||||
size 88610
|
Loading…
x
Reference in New Issue
Block a user