From fe55d31b4cc04a844f4645e4b37f7c89eaf37273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 18 Jun 2018 11:03:36 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-setuptools.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 4a10714..bfb3d0d 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global srcname setuptools # WARNING When bootstrapping, disable tests as well, @@ -32,7 +31,7 @@ Name: python-setuptools Version: 39.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -247,6 +246,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Mon Jun 18 2018 Miro Hrončok - 39.2.0-4 +- Rebuilt for Python 3.7 + * Wed Jun 13 2018 Miro Hrončok - 39.2.0-3 - Bootstrap for Python 3.7