From 4658b30c6a7e52f840916d826609ddbced494411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 4 Jan 2022 02:40:33 +0000 Subject: [PATCH] Bootstrap for Python 3.9.9 --- python-setuptools.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 3e5f8dd..57d7375 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: 2 +Release: 3 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -112,6 +110,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Tue Jan 04 2021 shixuantong - 59.4.0-3 +- Bootstrap for Python 3.9.9 + * Wed Dec 29 2021 shixuantong - 59.4.0-2 - add bootstrap for rebuild python3-3.9.9 -- Gitee