diff --git a/python-packaging.spec b/python-packaging.spec index 6e2739a..d96ab64 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,6 +1,3 @@ -%global _without_docs 1 -%global _without_tests 1 -%global _with_bootstrap 1 %global pypi_name packaging # Specify --with bootstrap to build in bootstrap mode @@ -21,7 +18,7 @@ Name: python-%{pypi_name} Version: 20.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -136,6 +133,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Thu Jun 03 2021 Python Maint - 20.9-3 +- Rebuilt for Python 3.10 + * Tue Jun 01 2021 Python Maint - 20.9-2 - Bootstrap for Python 3.10