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