diff --git a/python-setuptools.spec b/python-setuptools.spec index 843ebe696a375a0e59a264ab0bf42b70a2d3a81f..3e962d5f526039ab530493c8b3e7ab42d669fdaa 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