From 42f0d21e2d0decb362fcfe5d05ef12f758c6f72d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 14 2019 20:56:11 +0000 Subject: Bootstrap for Python 3.8 --- diff --git a/python-setuptools.spec b/python-setuptools.spec index e8c5737..0b6de6c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,5 +1,4 @@ %global _without_tests 1 -%global _with_bootstrap 1 %global srcname setuptools # WARNING When bootstrapping, disable tests as well, @@ -21,7 +20,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 41.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # packaging is BSD or ASL 2.0 @@ -261,6 +260,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} --ignore=p %changelog +* Wed Aug 14 2019 Miro Hrončok - 41.0.1-7 +- Bootstrap for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 41.0.1-6 - Provide pythonXdist(setuptools) when bootstrapping