From f8c30bb35f04cef3c1c35a064f194e6b16aac960 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 27 Jul 2024 17:10:15 +0200 Subject: [PATCH] automatic version update by autodist [release 24.1-1mamba;Sun Jul 21 2024] --- python-packaging.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index 02a340c..16d462f 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-packaging -Version: 24.0 +Version: 24.1 Release: 1mamba Summary: Core utilities for Python packages Group: System/Libraries @@ -26,9 +26,9 @@ BuildRequires: libpython3-devel >= 3.11.5 %setup -q -n packaging-%{version} %build -%if "0%{?with_pyver}" == "03" +%if "%{?bootstrap}" # 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 @@ -38,7 +38,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%if "0%{?with_pyver}" == "03" +%if "%{?bootstrap}" # Bootstrap . ./env/bin/activate python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl @@ -61,6 +61,9 @@ python -m installer --destdir=%{buildroot} --prefix=%{_prefix} dist/*.whl %doc LICENSE %changelog +* Sun Jul 21 2024 Automatic Build System 24.1-1mamba +- automatic version update by autodist + * Sun Mar 10 2024 Automatic Build System 24.0-1mamba - automatic update by autodist