!30 [sync] PR-28: Switch buildrequire redis to redis5

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2025-03-13 11:50:49 +00:00 committed by Gitee
commit a2025268a4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-redis
Version: 3.5.3
Release: 1
Release: 2
Summary: Python client for Redis key-value store
License: MIT
URL: https://github.com/andymccurdy/redis-py
@ -18,7 +18,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-py
BuildRequires: python3-pytest
BuildRequires: python3-mock
BuildRequires: redis
BuildRequires: redis5
%description -n python3-redis
The Python interface to the Redis key-value store.
@ -76,6 +76,9 @@ kill %1
%{_docdir}/*
%changelog
* Thu Mar 13 2025 yaoxin <1024769339@qq.com> - 3.5.3-2
- Switch buildrequire redis to redis5
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 3.5.3-1
- Update version to 3.5.3