From 8ea62ebe80504f6015aa3d7a14ab1c9c3d655d3ad5c88a2ebc7936153ecbeaa5 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 24 Nov 2013 19:05:59 +0000 Subject: [PATCH] Accepting request 208185 from home:posophe:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/208185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=18 --- python-redis.changes | 13 +++++++++++++ python-redis.spec | 2 +- redis-2.7.6.tar.gz | 3 --- redis-2.8.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 redis-2.7.6.tar.gz create mode 100644 redis-2.8.0.tar.gz 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