From d88a5af5fdc115126fe6c27da3ac38de500f17f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 1 Dec 2021 10:59:29 +0000 Subject: [PATCH] Bootstrap for Python 3.10 --- python-setuptools.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 843ebe6..3e962d5 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: 1 +Release: 2 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -110,6 +108,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Wed Dec 01 2021 shixuantong - 59.4.0-2 +- Bootstrap for Python 3.10 + * Wed Dec 01 2021 shixuantong - 59.4.0-1 - update version to 59.4.0 -- Gitee