diff --git a/python-setuptools.spec b/python-setuptools.spec index c3729ef..6da79d5 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 @@ -27,7 +26,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 60.9.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -241,6 +240,9 @@ PYTHONPATH=$(pwd) %pytest \ %changelog +* Mon Jun 13 2022 Python Maint - 60.9.3-4 +- Bootstrap for Python 3.11 + * Mon Jun 13 2022 Python Maint - 60.9.3-3 - Bootstrap for Python 3.11