diff --git a/python-setuptools.spec b/python-setuptools.spec index 3e5f8dda145b1591c1df44da8b995236823720e4..57d737580889e1b09abef8b6dc8fafba8fd3939d 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