diff --git a/python-redis.spec b/python-redis.spec index d70c17d7ca49323f1ba6b032e7af9a0ae2ebf232..1a277f5df272d15baf3ce53f2904b66734cb66d6 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-redis -Version: 3.5.3 +Version: 4.1.4 Release: 1 Summary: Python client for Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py -Source0: https://files.pythonhosted.org/packages/b3/17/1e567ff78c83854e16b98694411fe6e08c3426af866ad11397cddceb80d3/redis-3.5.3.tar.gz +Source0: https://files.pythonhosted.org/packages/6e/ac/f2b72c20e106b610f943da052ea179e8c90453a1341ce5beabd75a59eeda/redis-4.1.4.tar.gz BuildArch: noarch %description The Python interface to the Redis key-value store. @@ -19,6 +19,7 @@ BuildRequires: python3-py BuildRequires: python3-pytest BuildRequires: python3-mock BuildRequires: redis +BuildRequires: python3-deprecated %description -n python3-redis The Python interface to the Redis key-value store. @@ -29,7 +30,7 @@ Provides: python3-redis-doc The Python interface to the Redis key-value store. %prep -%autosetup -n redis-3.5.3 +%autosetup -n redis-4.1.4 %build %py3_build @@ -65,7 +66,7 @@ mv %{buildroot}/doclist.lst . %check redis-server & -%{__python3} -m pytest +%{__python3} pytest -m 'not onlycluster and not redismod and not ssl' kill %1 %files -n python3-redis -f filelist.lst @@ -76,6 +77,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 4.1.4-1 +- Upgrade version for openstack yoga + * Mon Aug 09 2021 OpenStack_SIG - 3.5.3-1 - Update version to 3.5.3 diff --git a/redis-3.5.3.tar.gz b/redis-3.5.3.tar.gz deleted file mode 100644 index 1c568aeb136bb14d6b126c82eb633875b3aa3c73..0000000000000000000000000000000000000000 Binary files a/redis-3.5.3.tar.gz and /dev/null differ diff --git a/redis-4.1.4.tar.gz b/redis-4.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fd9097e87b96e369b3b8ee858b633817e9babdf1 Binary files /dev/null and b/redis-4.1.4.tar.gz differ