Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 12:37:10 +02:00 committed by Tomáš Hrnčiar
parent 63fb5028fe
commit 54520e82c6

View File

@ -1,3 +1,5 @@
%global _without_tests 1
%global _with_bootstrap 1
%global srcname setuptools
# The original RHEL 9 content set is defined by (build)dependencies
@ -25,7 +27,7 @@
Name: python-setuptools
# When updating, update the bundled libraries versions bellow!
Version: 60.9.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Easily build and distribute Python packages
# setuptools is MIT
# appdirs is MIT
@ -239,6 +241,9 @@ PYTHONPATH=$(pwd) %pytest \
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 60.9.3-3
- Bootstrap for Python 3.11
* Tue Apr 19 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 60.9.3-2
- No longer use the deprecated sre_constants module in bundled pyparsing
- Fixes: rhbz#2075487