diff --git a/python-setuptools.spec b/python-setuptools.spec index 24ab40d..439df48 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,5 +1,4 @@ %global _without_tests 1 -%global _with_bootstrap 1 %global srcname setuptools # The original RHEL 9 content set is defined by (build)dependencies @@ -31,7 +30,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 56.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -204,6 +203,9 @@ PYTHONPATH=$(pwd) %pytest --ignore=pavement.py %changelog +* Tue Jun 01 2021 Python Maint - 56.2.0-3 +- Bootstrap for Python 3.10 + * Tue Jun 01 2021 Python Maint - 56.2.0-2 - Bootstrap for Python 3.10