From 4fc353614efc175b66c255a1c9dca5263df6bd9f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 7 May 2024 11:15:45 +0200 Subject: [PATCH] automatic version update by autodist [release 1.1.0-1mamba;Tue May 07 2024] --- python-pyproject_hooks.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-pyproject_hooks.spec b/python-pyproject_hooks.spec index ffce5df..dcf1f32 100644 --- a/python-pyproject_hooks.spec +++ b/python-pyproject_hooks.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pyproject_hooks -Version: 1.0.0 -Release: 2mamba +Version: 1.1.0 +Release: 1mamba Summary: Wrappers to call pyproject.toml-based build backend hooks Group: System/Libraries Vendor: openmamba @@ -28,7 +28,7 @@ BuildRequires: libpython3-devel >= 3.11 %build %if "0%{?with_pyver}" == "03" # Bootstrap -virtualenv-py310 -p %{__python3} env +virtualenv -p %{__python3} env source env/bin/activate pip install build installer flit_core 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/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* -%doc LICENSE +#%doc LICENSE %changelog +* Tue May 07 2024 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + * Sat Sep 23 2023 Silvan Calarco 1.0.0-2mamba - rebuilt with python 3.11 as py3 (bootstrap mode via pip)