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

This commit is contained in:
Automatic Build System 2024-01-06 11:02:53 +01:00
parent f454253124
commit 99589ec2a3

View File

@ -1,18 +1,19 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-decorators Name: python-decorators
Version: 2.0.7 Version: 2.0.7
Release: 1mamba Release: 2mamba
Summary: Quickly create flexible Python decorators Summary: Quickly create flexible Python decorators
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://github.com/jaymon/decorators URL: https://github.com/jaymon/decorators
Source: https://pypi.debian.net/decorators/decorators-%{version}.tar.gz Source: https://pypi.debian.net/decorators/decorators-%{version}.tar.gz
License: MIT License: MIT
## 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}.
@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2.0.7-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.7-1mamba * Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.7-1mamba
- package created using the webbuild interface - package created using the webbuild interface