automatic version update by autodist [release 1.2.1-1mamba;Thu Apr 25 2024]

This commit is contained in:
Automatic Build System 2024-04-25 21:52:22 +02:00
parent 8a93291e08
commit b9171e5525

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2-)
Name: python-build
Version: 1.1.1
Release: 2mamba
Version: 1.2.1
Release: 1mamba
Summary: A simple, correct PEP517 package builder
Group: System/Libraries
Vendor: openmamba
@ -34,7 +34,7 @@ Obsoletes: python-build-py310 <= 1.1.1-1mamba
%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
@ -70,6 +70,9 @@ done
%doc LICENSE
%changelog
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 1.2.1-1mamba
- automatic version update by autodist
* Sun Mar 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
- obsolete python-build-py310