Switch buildrequire redis to redis5

(cherry picked from commit 405a4418ffe5ada0682e314c79d16133755e53c4)
This commit is contained in:
starlet-dx 2025-03-13 16:31:10 +08:00 committed by openeuler-sync-bot
parent 1b1e3cfc1a
commit 831372eb01

View File

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