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