automatic version update by autodist [release 1.1.0-1mamba;Tue May 07 2024]

This commit is contained in:
Automatic Build System 2024-05-07 11:15:45 +02:00
parent caac189415
commit 4fc353614e

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyproject_hooks Name: python-pyproject_hooks
Version: 1.0.0 Version: 1.1.0
Release: 2mamba Release: 1mamba
Summary: Wrappers to call pyproject.toml-based build backend hooks Summary: Wrappers to call pyproject.toml-based build backend hooks
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -28,7 +28,7 @@ BuildRequires: libpython3-devel >= 3.11
%build %build
%if "0%{?with_pyver}" == "03" %if "0%{?with_pyver}" == "03"
# Bootstrap # Bootstrap
virtualenv-py310 -p %{__python3} env virtualenv -p %{__python3} env
source env/bin/activate source env/bin/activate
pip install build installer flit_core pip install build installer flit_core
CFLAGS="%{optflags}" python -m build --no-isolation --wheel CFLAGS="%{optflags}" python -m build --no-isolation --wheel
@ -60,9 +60,12 @@ python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl
%{python_sitelib}/%{pkgname}-%{version}.dist-info/* %{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname} %dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%doc LICENSE #%doc LICENSE
%changelog %changelog
* Tue May 07 2024 Automatic Build System <autodist@openmamba.org> 1.1.0-1mamba
- automatic version update by autodist
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba * Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- rebuilt with python 3.11 as py3 (bootstrap mode via pip) - rebuilt with python 3.11 as py3 (bootstrap mode via pip)