diff --git a/python-redis.spec b/python-redis.spec index aa96f761b23de94b5280541cd59ab77a96124a5d..44a0a8701c05a5d185f3eddd6666689412af0ace 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,13 +1,13 @@ Name: python-redis Version: 2.10.6 -Release: 6 +Release: 7 Summary: The Python interface to the Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py Source0: https://github.com/andymccurdy/redis-py/archive/2.10.6.tar.gz BuildArch: noarch -BuildRequires: python2-devel python2-setuptools python2-py python2-pytest redis python2-mock jemalloc +BuildRequires: python2-devel python2-setuptools python2-py python2-pytest redis5 python2-mock jemalloc %description The Python interface to the Redis key-value store. @@ -64,5 +64,8 @@ kill %1 %{python3_sitelib}/redis-2.10.6-py%{python3_version}.egg-info %changelog +* Thu Mar 13 2025 yaoxin <1024769339@qq.com> - 2.10.6-7 +- Switch buildrequire redis to redis5 + * Mon Jan 6 2020 qinjian - 2.10.6-6 - Package init