diff --git a/python-packaging.spec b/python-packaging.spec index 5a9867e..995476e 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 # 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 - 20.3-2 +- Bootstrap for Python 3.9 + * Fri Mar 06 2020 Lumír Balhar - 20.3-1 - Update to 20.3 (#1810738)