From 54520e82c69790b7b6f759e9482bf49781be7624 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 12:37:10 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-setuptools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 3332920..c3729ef 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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 - 60.9.3-3 +- Bootstrap for Python 3.11 + * Tue Apr 19 2022 Tomáš Hrnčiar - 60.9.3-2 - No longer use the deprecated sre_constants module in bundled pyparsing - Fixes: rhbz#2075487