From ff6f474631b6469bd8fa6adc966c2aab95faf184 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Fri, 17 Dec 2021 09:56:28 +0800 Subject: [PATCH] Bootstrap for Python 3.10 --- python-setuptools.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 12a137e..486dfbb 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,5 +1,3 @@ -%global _with_bootstrap 1 - %bcond_with bootstrap %bcond_with tests @@ -10,7 +8,7 @@ Name: python-setuptools Version: 59.4.0 -Release: 3 +Release: 4 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -43,11 +41,8 @@ This package contains a python wheel of setuptools to use with venv. %package -n python3-setuptools Summary: Easily build and distribute Python 3 packages Conflicts: python-setuptools < %{version}-%{release} - -%if %{with bootstrap} -Provides: python%{python3_pkgversion}dist(setuptools) = %{version} -Provides: python%{python3_version}dist(setuptools) = %{version} -%endif +Provides: python%{python3_pkgversion}dist(setuptools) = %{version} +Provides: python%{python3_version}dist(setuptools) = %{version} %description -n python3-setuptools Setuptools is a collection of enhancements to the Python 3 distutils that allow @@ -115,6 +110,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Fri Dec 17 2021 shixuantong - 59.4.0-4 +- Bootstrap for Python 3.10 + * Fri Dec 03 2021 shixuantong - 59.4.0-3 - Provide pythonXdist(setuptools) when bootstrapping -- Gitee