From 2145f35797182bb5e669c3d86b750093f436c666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 23:23:30 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 9855436..a21d01b 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname six %bcond_without wheel @@ -11,7 +12,7 @@ Name: python-%{modname} Version: 1.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -140,6 +141,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %changelog +* Wed Aug 14 2019 Miro HronĨok - 1.12.0-3 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild