From 775602a7b057666efb631b5baba119ab5f9f37c0 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Mar 2025 16:25:56 +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 fc36a04..7d40184 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-redis Version: 4.6.0 -Release: 1 +Release: 2 Summary: Python client for Redis key-value store License: MIT URL: https://github.com/redis/redis-py @@ -21,7 +21,7 @@ BuildRequires: python3-py BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio BuildRequires: python3-mock -BuildRequires: redis +BuildRequires: redis5 Requires: python3-async-timeout Requires: python3-importlib-metadata Requires: python3-typing-extensions @@ -100,6 +100,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Mar 13 2025 yaoxin <1024769339@qq.com> - 4.6.0-2 +- Switch buildrequire redis to redis5 + * Thu Jul 13 2023 zhangchenglin - 4.6.0-1 - Update package to version 4.6.0 -- Gitee