From 140b5067547e88371eae9428f2bd4d8e5ded9441 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 1 Jun 2021 16:30:59 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-setuptools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 2590b09..24ab40d 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 @@ -29,7 +31,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 56.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # appdirs is MIT @@ -202,6 +204,9 @@ PYTHONPATH=$(pwd) %pytest --ignore=pavement.py %changelog +* Tue Jun 01 2021 Python Maint - 56.2.0-2 +- Bootstrap for Python 3.10 + * Mon May 17 2021 Miro HronĨok - 56.2.0-1 - Update to 56.2.0 - Fixes rhbz#1958677