From e54471feb75d6dbb0c772f62912b34b0168c7060 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Mar 2025 17:05:00 +0800 Subject: [PATCH] Switch buildrequire redis to redis5 --- python-redis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-redis.spec b/python-redis.spec index aa96f76..44a0a87 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