diff --git a/python-redis.changes b/python-redis.changes index defba13..dfc0401 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 10 10:55:15 UTC 2019 - Tomáš Chvátal + +- Update to 3.3.8: + * Fixed MONITOR parsing to properly parse IPv6 client addresses + * Fixed a regression introduced in 3.3.0 + ------------------------------------------------------------------- Mon Aug 12 09:52:51 UTC 2019 - Marketa Calabkova diff --git a/python-redis.spec b/python-redis.spec index 8ce2cb5..dce7fc5 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-redis -Version: 3.3.6 +Version: 3.3.8 Release: 0 Summary: Python client for Redis key-value store License: MIT Group: Development/Languages/Python -URL: http://github.com/andymccurdy/redis-py +URL: https://github.com/andymccurdy/redis-py Source: https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 2.7.0} @@ -32,8 +32,8 @@ BuildRequires: fdupes BuildRequires: psmisc BuildRequires: python-rpm-macros BuildRequires: redis -Recommends: python-hiredis >= 0.1.3 Requires: redis +Recommends: python-hiredis >= 0.1.3 BuildArch: noarch %python_subpackages diff --git a/redis-3.3.6.tar.gz b/redis-3.3.6.tar.gz deleted file mode 100644 index cebbde6..0000000 --- a/redis-3.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2609a85e5f37f489ba3b5652e1175dc3711c4d7a7818c4f657615810afd23df -size 130038 diff --git a/redis-3.3.8.tar.gz b/redis-3.3.8.tar.gz new file mode 100644 index 0000000..f311888 --- /dev/null +++ b/redis-3.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a22fb750c9b9bb46e75e945dc3f61d0ab30d06117cbb21ff9cd1d315fedd3b +size 130549