From aae86302aae3a76b45dd436bc971e3a6b8eec1a2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 25 Mar 2024 10:25:51 +0100 Subject: [PATCH] obsolete python-scikit_build-py310 [release 0.17.6-3mamba;Sun Mar 24 2024] --- python-scikit_build.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-scikit_build.spec b/python-scikit_build.spec index aa01f36..06b57cf 100644 --- a/python-scikit_build.spec +++ b/python-scikit_build.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-scikit_build Version: 0.17.6 -Release: 2mamba +Release: 3mamba Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions Group: System/Libraries Vendor: openmamba @@ -23,6 +23,10 @@ BuildRequires: libpython3-devel >= 3.11.5 %{summary}. %if 0%{?with_pyver} +%if "0%{?with_pyver}" == "03" +%define py_requires_append \ +Obsoletes: python-scikit_build-py310 <= 0.17.6-2mamba +%endif %pyver_package %endif @@ -52,6 +56,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sun Mar 24 2024 Silvan Calarco 0.17.6-3mamba +- obsolete python-scikit_build-py310 + * Sat Sep 30 2023 Automatic Build System 0.17.6-2mamba - rebuilt with python3 = 3.11.5