rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.0.0-2mamba;Tue Sep 26 2023]
This commit is contained in:
parent
7c03b9f407
commit
b11e2a3d48
@ -1,6 +1,6 @@
|
||||
Name: python-caches
|
||||
Version: 3.0.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python caching backed by Redis
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,12 @@ URL: https://pypi.org/project/caches/
|
||||
Source: https://pypi.debian.net/caches/caches-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(datatypes)
|
||||
BuildRequires: python3.7dist(dsnparse)
|
||||
BuildRequires: python3.7dist(redis)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(datatypes)
|
||||
BuildRequires: python3.11dist(dsnparse)
|
||||
BuildRequires: python3.11dist(redis)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/caches-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user