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