diff --git a/python-decorators.spec b/python-decorators.spec index 42012bc..20929c7 100644 --- a/python-decorators.spec +++ b/python-decorators.spec @@ -1,18 +1,19 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-decorators Version: 2.0.7 -Release: 1mamba +Release: 2mamba Summary: Quickly create flexible Python decorators Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://github.com/jaymon/decorators +URL: https://github.com/jaymon/decorators Source: https://pypi.debian.net/decorators/decorators-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Tue Sep 26 2023 Automatic Build System 2.0.7-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Mon Apr 18 2022 Silvan Calarco 2.0.7-1mamba - package created using the webbuild interface