Bootstrap for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-13 18:22:41 +02:00
parent 649929020e
commit df1f52989e

View File

@ -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 <mhroncok@redhat.com> - 39.2.0-2
- Bootstrap for Python 3.7
* Wed May 23 2018 Charalampos Stratakis <cstratak@redhat.com> - 39.2.0-1
- update to 39.2.0 Fixes bug #1572889