diff --git a/python-packaging.spec b/python-packaging.spec index 4140d05..7ac757c 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,3 +1,5 @@ +%global _without_tests 1 +%global _without_docs 1 %global pypi_name packaging %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -16,7 +18,7 @@ Name: python-%{pypi_name} Version: 19.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -193,6 +195,9 @@ rm -rf html/_static/fonts/ %endif %changelog +* Thu Aug 15 2019 Miro HronĨok - 19.0-3 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild