Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 13:49:45 +02:00 committed by Miro Hrončok
parent 08e0012c51
commit 687c0dae84

View File

@ -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 <python-maint@redhat.com> - 20.9-3
- Rebuilt for Python 3.10
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 20.9-2
- Bootstrap for Python 3.10