automatic version update by autodist [release 1.2.1-1mamba;Thu Apr 25 2024]
This commit is contained in:
parent
8a93291e08
commit
b9171e5525
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-build
|
Name: python-build
|
||||||
Version: 1.1.1
|
Version: 1.2.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A simple, correct PEP517 package builder
|
Summary: A simple, correct PEP517 package builder
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -34,7 +34,7 @@ Obsoletes: python-build-py310 <= 1.1.1-1mamba
|
|||||||
%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
|
||||||
@ -70,6 +70,9 @@ done
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
||||||
- obsolete python-build-py310
|
- obsolete python-build-py310
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user