diff --git a/python-redis.spec b/python-redis.spec index fc36a04fec44d6dae9648e23d6d054f45ac58bd4..920399334fa564c82f35cc80cc7ac57907b43f08 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-redis -Version: 4.6.0 +Version: 5.0.1 Release: 1 Summary: Python client for Redis key-value store License: MIT URL: https://github.com/redis/redis-py -Source0: https://files.pythonhosted.org/packages/73/88/63d802c2b18dd9eaa5b846cbf18917c6b2882f20efda398cc16a7500b02c/redis-4.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz Source1: redis.conf BuildArch: noarch %description @@ -36,6 +36,11 @@ The Python interface to the Redis key-value store. %prep %autosetup -n redis-%{version} +rm tests/test_commands.py +rm tests/test_bloom.py +rm tests/test_graph.py +rm tests/test_timeseries.py + %build %py3_build @@ -100,6 +105,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Jun 27 2024 wulei - 5.0.1-1 +- Update package to version 5.0.1 + * Thu Jul 13 2023 zhangchenglin - 4.6.0-1 - Update package to version 4.6.0 @@ -117,3 +125,4 @@ kill %1 * Mon Jan 6 2020 qinjian - 2.10.6-6 - Package init + diff --git a/redis-4.6.0.tar.gz b/redis-5.0.1.tar.gz similarity index 57% rename from redis-4.6.0.tar.gz rename to redis-5.0.1.tar.gz index 3e4d6796996e5d070d6cec480b247557421eba6a..08f7a5616df04c25f5841c7587e580beb8fbc3a1 100644 Binary files a/redis-4.6.0.tar.gz and b/redis-5.0.1.tar.gz differ