From 73de1a06a6d49d2fc7010cc57e4145b83aac9705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 19:34:13 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-flit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-flit.spec b/python-flit.spec index 31f4d6e..7efb253 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 # circular build dependency on requests-download and testpath %bcond_without tests @@ -5,7 +6,7 @@ Name: python-%{srcname} Version: 2.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simplified packaging of Python modules # ./flit/logo.py under ASL 2.0 license @@ -132,6 +133,9 @@ pytest-3 %changelog +* Sun May 24 2020 Miro HronĨok - 2.3.0-2 +- Bootstrap for Python 3.9 + * Mon May 11 2020 Tomas Hrnciar - 2.3.0-1 - Update to 2.3.0