rebuilt with python 3.10 subpackage [release 0.12.0-2mamba;Sat May 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 16:16:09 +01:00
parent 5b77ff1fca
commit 1a60cc1b24

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-pep517
Version: 0.12.0
Release: 1mamba
Release: 2mamba
Summary: Wrappers to build Python packages using PEP 517 hooks
Group: System/Libraries
Vendor: openmamba
@ -12,6 +12,9 @@ Source: https://pypi.debian.net/pep517/pep517-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(importlib-metadata)
BuildRequires: python3.7dist(tomli)
BuildRequires: python3.7dist(zipp)
## AUTOBUILDREQ-END
%description
@ -44,5 +47,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-2mamba
- rebuilt with python 3.10 subpackage
* Fri Jan 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
- package created using the webbuild interface