From 88b6addd9f49da7c537ae30eb2c3255343d68b44 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Mar 2025 16:03:52 +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 a8830c8..a1660a9 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-redis Version: 5.2.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 BuildRequires: python3-numpy Requires: python3-async-timeout Requires: python3-importlib-metadata @@ -106,6 +106,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Mar 13 2025 yaoxin <1024769339@qq.com> - 5.2.0-2 +- Switch buildrequire redis to redis5 + * Tue Nov 05 2024 lixiaoyong - 5.2.0-1 - Upgrade version to 5.2.0 Extend AggregateRequest with scorer argument -- Gitee