update to 0.16.0 [release 0.16.0-1mamba;Fri May 10 2024]

This commit is contained in:
Silvan Calarco 2024-05-11 10:48:36 +02:00
parent 31aabd604a
commit c38913a594

View File

@ -1,7 +1,7 @@
%define pkgname mesonpy
Name: python-meson
Version: 0.14.0
Release: 2mamba
Version: 0.16.0
Release: 1mamba
Summary: Meson PEP 517 Python build backend
Group: System/Libraries
Vendor: openmamba
@ -13,6 +13,7 @@ License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(meson)
BuildRequires: python3.11dist(packaging)
BuildRequires: python3.11dist(pyproject-metadata)
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11
@ -52,6 +53,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE LICENSES
%changelog
* Fri May 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
- update to 0.16.0
* Fri Oct 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
- rebuilt with python3 == 3.11