From 7ae084c04e8905492537ab3b35156bff130f5a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 20:30:42 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-flit.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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