diff --git a/python-packaging.spec b/python-packaging.spec index 8a7d319..f3455e2 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -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 - 16.8-9 +- Bootstrap for Python 3.7 + * Fri Feb 09 2018 Iryna Shcherbina - 16.8-8 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)