Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 14:55:33 +02:00
parent 5e0e21e9a8
commit 0fd490d885

View File

@ -1,3 +1,5 @@
%global _without_tests 1
%global _without_docs 1
%global pypi_name packaging
# Specify --without wheel to prevent building the wheel
@ -13,7 +15,7 @@
Name: python-%{pypi_name}
Version: 20.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Core utilities for Python packages
License: BSD or ASL 2.0
@ -111,6 +113,9 @@ tests/
%endif
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 20.3-2
- Bootstrap for Python 3.9
* Fri Mar 06 2020 Lumír Balhar <lbalhar@redhat.com> - 20.3-1
- Update to 20.3 (#1810738)