rebuilt with python3 == 3.11 [release 0.14.0-2mamba;Fri Oct 06 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:27:27 +01:00
parent 2c099a9946
commit 31aabd604a

View File

@ -1,7 +1,7 @@
%define pkgname mesonpy
Name: python-meson
Version: 0.14.0
Release: 1mamba
Release: 2mamba
Summary: Meson PEP 517 Python build backend
Group: System/Libraries
Vendor: openmamba
@ -11,16 +11,18 @@ URL: https://meson-python.readthedocs.io/en/latest/
Source: https://github.com/mesonbuild/meson-python.git/%{version}/meson-python-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(meson)
BuildRequires: python3.10dist(pyproject-metadata)
BuildRequires: python3.10dist(tomli)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(meson)
BuildRequires: python3.11dist(pyproject-metadata)
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11
%description
%{summary}.
%if 0%{?with_pyver}
%define py_requires_append \
Obsoletes: python-meson-py310
%pyver_package
%endif
@ -50,5 +52,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE LICENSES
%changelog
* Fri Oct 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-2mamba
- rebuilt with python3 == 3.11
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.0-1mamba
- package created using the webbuild interface