Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 09:24:37 +02:00
parent 0fd490d885
commit 5048fe4810

View File

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