From a10078fdd82f83ad683761f8c9cbb1645486d049 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 16:36:16 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-setuptools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 0706e90..9199405 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,4 @@ -%global _with_bootstrap 1 +%global _without_tests 1 %global srcname setuptools # used when bootstrapping new Python versions @@ -20,7 +20,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 67.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # platformdirs is MIT @@ -231,6 +231,9 @@ PYTHONPATH=$(pwd) %pytest \ %changelog +* Tue Jun 13 2023 Python Maint - 67.7.2-5 +- Bootstrap for Python 3.12 + * Tue Jun 13 2023 Python Maint - 67.7.2-4 - Bootstrap for Python 3.12