rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.2.0-2mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:47:30 +01:00
parent aab6deef27
commit fafcfc4b63

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-authres Name: python-authres
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: authres - Authentication Results Header Module Summary: authres - Authentication Results Header Module
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,8 +11,9 @@ URL: https://launchpad.net/authentication-results-python
Source: https://pypi.debian.net/authres/authres-%{version}.tar.gz Source: https://pypi.debian.net/authres/authres-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -45,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc COPYING %doc COPYING
%changelog %changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.2.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba * Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface