From 4c65eb6f371896c90dafd89506b823cd8c90dd3d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:37:47 +0100 Subject: [PATCH] fix py_requires_append since 3.10 subpackage added [release 60.10.0-3mamba;Sun Apr 03 2022] --- python-setuptools.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 52af512..78ea5c6 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,7 +1,7 @@ Name: python-setuptools Epoch: 1 Version: 60.10.0 -Release: 1mamba +Release: 3mamba Summary: Download, build, install, upgrade and uninstall Python packages Group: System/Libraries/Python Vendor: openmamba @@ -21,7 +21,7 @@ BuildArch: noarch setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. This package contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py. -%if "0%{?with_pyver}" != "036" +%if "0%{?with_pyver}" == "03" %define py_requires_append \ Requires: python-setuptools_scm%{?pyappend:-%pyappend} \ Provides: python-setuptools \ @@ -91,6 +91,12 @@ rm -f %{buildroot}%{_bindir}/easy_install %{python_sitearch}/setuptools-%{version}-py%{python_version}.egg-info/* %changelog +* Sun Apr 03 2022 Silvan Calarco 60.10.0-3mamba +- fix py_requires_append since 3.10 subpackage added + +* Sun Apr 03 2022 Silvan Calarco 60.10.0-2mamba +- rebuilt with python 3.10 + * Thu Mar 17 2022 Automatic Build System 60.10.0-1mamba - automatic version update by autodist