From 6fa7c69c14364aa219b70b2147aef94023691043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Jun 2018 23:46:20 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-six.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 8de3464..20eb6a7 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global modname six %global build_wheel 1 @@ -11,7 +12,7 @@ Name: python-%{modname} Version: 1.11.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -139,6 +140,9 @@ py.test-3 -rfsxX test_six.py %changelog +* Wed Jun 13 2018 Miro HronĨok - 1.11.0-4 +- Bootstrap for Python 3.7 + * Fri Feb 09 2018 Fedora Release Engineering - 1.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild