Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-01 16:34:45 +02:00 committed by Miro Hrončok
parent 704f208529
commit 08e0012c51

View File

@ -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 <python-maint@redhat.com> - 20.9-2
- Bootstrap for Python 3.10
* Mon Feb 01 2021 Lumír Balhar <lbalhar@redhat.com> - 20.9-1
- Update to 20.9
Resolves: rhbz#1922545