From 08e0012c510efc579ac38290a375dd69770f7756 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 1 Jun 2021 16:34:45 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-packaging.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-packaging.spec b/python-packaging.spec index fa120ea..6e2739a 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: 20.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -133,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Tue Jun 01 2021 Python Maint - 20.9-2 +- Bootstrap for Python 3.10 + * Mon Feb 01 2021 Lumír Balhar - 20.9-1 - Update to 20.9 Resolves: rhbz#1922545