diff --git a/python-flit.spec b/python-flit.spec index 7efb253..0891026 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # circular build dependency on requests-download and testpath %bcond_without tests @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 2.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simplified packaging of Python modules # ./flit/logo.py under ASL 2.0 license @@ -133,6 +132,9 @@ pytest-3 %changelog +* Sun May 24 2020 Miro Hrončok - 2.3.0-3 +- Rebuilt for Python 3.9 + * Sun May 24 2020 Miro Hrončok - 2.3.0-2 - Bootstrap for Python 3.9