diff --git a/python-redis.changes b/python-redis.changes index 77bb159..12befad 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Nov 24 19:04:47 UTC 2013 - p.drouand@gmail.com + +- Update to version 2.8 + + redis-py should play better with gevent when a gevent Timeout is raised. + + Added SENTINEL command + + Fixed a bug where pipelines could potentially correct a connection + if the MULTI command generated a ResponseError. + + Connections now call socket.shutdown() prior to socket.close() to + ensure communication ends immediately per the note at + http://docs.python.org/2/library/socket.html#socket.socket.close + + Lock checks are now based on floats rather than ints. + ------------------------------------------------------------------- Tue Aug 6 12:39:15 UTC 2013 - speilicke@suse.com diff --git a/python-redis.spec b/python-redis.spec index c705e21..462eebb 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -17,7 +17,7 @@ Name: python-redis -Version: 2.7.6 +Version: 2.8.0 Release: 0 Url: http://github.com/andymccurdy/redis-py Summary: Python client for Redis key-value store diff --git a/redis-2.7.6.tar.gz b/redis-2.7.6.tar.gz deleted file mode 100644 index 3d9bea8..0000000 --- a/redis-2.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e8645a5e1a5e36fb6f93d3113eb078e2763db15aafa3dfa5ba2ceace26a01c4 -size 76041 diff --git a/redis-2.8.0.tar.gz b/redis-2.8.0.tar.gz new file mode 100644 index 0000000..31a02b7 --- /dev/null +++ b/redis-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a34f92937cacb4082f5834d2ce8b710b791342d17d1769b998327e6479e2b24 +size 286033