Accepting request 132435 from home:poorboywilly:branches:devel:languages:python
Update to 2.6.2. Note: python3 now supported, should we do anything with that? OBS-URL: https://build.opensuse.org/request/show/132435 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=13
This commit is contained in:
parent
5abcd06fb5
commit
6a38f13732
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 18:11:40 UTC 2012 - os-dev@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 22:35:06 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:365285e161395344edc629a2e108f6bb0983e96d9b5012dab1f76cec2379a09a
|
||||
size 29329
|
3
redis-2.6.2.tar.gz
Normal file
3
redis-2.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2196ff8a6b0ce505d3972a58c49d842f031260af66f2e3960e0ce068ab7598e5
|
||||
size 34942
|
Loading…
x
Reference in New Issue
Block a user