From 0d2800187d3d76337f5b1a5fe1d6670b8d030002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 02:25:40 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-six.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-six.spec b/python-six.spec index 20eb6a7..b9598d0 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global modname six %global build_wheel 1 @@ -12,7 +11,7 @@ Name: python-%{modname} Version: 1.11.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -140,6 +139,9 @@ py.test-3 -rfsxX test_six.py %changelog +* Sat Jun 16 2018 Miro Hrončok - 1.11.0-5 +- Rebuilt for Python 3.7 + * Wed Jun 13 2018 Miro Hrončok - 1.11.0-4 - Bootstrap for Python 3.7