From 86c3ce97ccb3ae539435c32b5f18eb3739011eed Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 24 2020 19:03:32 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-setuptools.spec b/python-setuptools.spec index bb56a25..cf4bd27 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, @@ -15,7 +14,7 @@ Name: python-setuptools # When updating, update the bundled libraries versions bellow! Version: 46.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily build and distribute Python packages # setuptools is MIT # packaging is BSD or ASL 2.0 @@ -172,6 +171,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} \ %changelog +* Sun May 24 2020 Miro Hrončok - 46.4.0-4 +- Rebuilt for Python 3.9 + * Thu May 21 2020 Miro Hrončok - 46.4.0-3 - Bootstrap for Python 3.9