From df1f52989e65d45b372ad5978d54e0f77f742207 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 13 2018 16:22:41 +0000 Subject: Bootstrap for Python 3.7 --- diff --git a/python-setuptools.spec b/python-setuptools.spec index c54ec38..bbe52ab 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,3 +1,5 @@ +%global _without_tests 1 +%global _with_bootstrap 1 %global srcname setuptools # WARNING When bootstrapping, disable tests as well, @@ -31,7 +33,7 @@ Name: python-setuptools Version: 39.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -246,6 +248,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Wed Jun 13 2018 Miro Hrončok - 39.2.0-2 +- Bootstrap for Python 3.7 + * Wed May 23 2018 Charalampos Stratakis - 39.2.0-1 - update to 39.2.0 Fixes bug #1572889