diff --git a/python-setuptools.spec b/python-setuptools.spec index 2bf47d3..bb56a25 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, @@ -16,7 +15,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 46.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # packaging is BSD or ASL 2.0 @@ -173,6 +172,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} \ %changelog +* Thu May 21 2020 Miro Hrončok - 46.4.0-3 +- Bootstrap for Python 3.9 + * Thu May 21 2020 Miro Hrončok - 46.4.0-2 - Bootstrap for Python 3.9