diff --git a/python-redis.changes b/python-redis.changes index f1f3320..67d2d57 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 2 22:35:06 UTC 2012 - os-dev@jacraig.com + +- Update to 2.4.13: + * redis.from_url() can take an URL representing a Redis connection string + and return a client object. Thanks Kenneth Reitz for the patch. +- Changes in 2.4.12: + * ConnectionPool is now fork-safe. Thanks Josiah Carson for the patch. + ------------------------------------------------------------------- Tue Feb 7 01:15:02 UTC 2012 - alexandre@exatati.com.br diff --git a/python-redis.spec b/python-redis.spec index d725578..6cd7a91 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -16,7 +16,7 @@ # Name: python-redis -Version: 2.4.11 +Version: 2.4.13 Release: 0 Url: http://github.com/andymccurdy/redis-py Summary: Python client for Redis key-value store diff --git a/redis-2.4.11.tar.gz b/redis-2.4.11.tar.gz deleted file mode 100644 index e329666..0000000 --- a/redis-2.4.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e000a10464e5cbd4814987c130b897fd2a34ff2cef40b2584ea7f8d73473d1c -size 28824 diff --git a/redis-2.4.13.tar.gz b/redis-2.4.13.tar.gz new file mode 100644 index 0000000..6535f47 --- /dev/null +++ b/redis-2.4.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365285e161395344edc629a2e108f6bb0983e96d9b5012dab1f76cec2379a09a +size 29329