From 6b96ef2fe243810016e72eae7eb5f4b14798a937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:30:36 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-six.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-six.spec b/python-six.spec index 0de5f0f..854cab8 100644 --- a/python-six.spec +++ b/python-six.spec @@ -10,7 +10,7 @@ Name: python-%{modname} Version: 1.12.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT @@ -106,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -rfsxX test_six.py %changelog +* Thu Oct 03 2019 Miro Hrončok - 1.12.0-7 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 26 2019 Miro Hrončok - 1.12.0-6 - Reduce Python 2 build dependencies