automatic version update by autodist [release 5.0.1-1mamba;Tue Sep 26 2023]
This commit is contained in:
parent
4222e6a8c3
commit
e7f8fa6dab
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-redis
|
||||
Version: 5.0.0
|
||||
Version: 5.0.1
|
||||
Release: 1mamba
|
||||
Summary: Python client for Redis database and key-value store
|
||||
Group: System/Libraries
|
||||
@ -11,10 +11,8 @@ URL: https://github.com/redis/redis-py
|
||||
Source: https://pypi.debian.net/redis/redis-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(async-timeout)
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
BuildRequires: python3.7dist(typing-extensions)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(async-timeout)
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -48,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 15 2023 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user