From fd28f7b0f2d7a94eda74238f4ea69b57bb0c4ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 03:30:40 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 39136ee..2018a0b 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname six # tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped @@ -11,7 +12,7 @@ Name: python-%{modname} Version: 1.14.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -106,6 +107,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py %changelog +* Fri May 22 2020 Miro HronĨok - 1.14.0-3 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 1.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild