Bootstrap for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-14 14:13:15 +02:00
parent 993ddb6428
commit 9f04931a31

View File

@ -1,3 +1,4 @@
%global _with_bootstrap 1
%global pypi_name packaging
%if 0%{?fedora}
@ -13,7 +14,7 @@
Name: python-%{pypi_name}
Version: 16.8
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Core utilities for Python packages
License: BSD or ASL 2.0
@ -175,6 +176,9 @@ rm -rf html/_static/fonts/
%license LICENSE LICENSE.APACHE LICENSE.BSD
%changelog
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 16.8-9
- Bootstrap for Python 3.7
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 16.8-8
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)