obsolete python-build-py310 [release 1.1.1-2mamba;Sun Mar 24 2024]
This commit is contained in:
parent
4de52002fb
commit
8a93291e08
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2-)
|
||||
Name: python-build
|
||||
Version: 1.1.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple, correct PEP517 package builder
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -21,6 +21,10 @@ BuildRequires: libpython3-devel >= 3.11.5
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
%define py_requires_append \
|
||||
Obsoletes: python-build-py310 <= 1.1.1-1mamba
|
||||
%endif
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
@ -66,6 +70,9 @@ done
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Mar 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
||||
- obsolete python-build-py310
|
||||
|
||||
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 1.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user