From 45c0133151a017daa7b9e347fecfaff21f587be3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 13:00:28 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-packaging.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-packaging.spec b/python-packaging.spec index b34f0a4..511a34d 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,3 +1,6 @@ +%global _without_docs 1 +%global _without_tests 1 +%global _with_bootstrap 1 %global pypi_name packaging # Specify --with bootstrap to build in bootstrap mode @@ -18,7 +21,7 @@ Name: python-%{pypi_name} Version: 21.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -136,6 +139,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Mon Jun 13 2022 Python Maint - 21.3-3 +- Bootstrap for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 21.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild