Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-18 11:03:36 +02:00
parent bfe604d6c4
commit fe55d31b4c

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%global srcname setuptools %global srcname setuptools
# WARNING When bootstrapping, disable tests as well, # WARNING When bootstrapping, disable tests as well,
@ -32,7 +31,7 @@
Name: python-setuptools Name: python-setuptools
Version: 39.2.0 Version: 39.2.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -247,6 +246,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
%changelog %changelog
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-4
- Rebuilt for Python 3.7
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-3 * Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-3
- Bootstrap for Python 3.7 - Bootstrap for Python 3.7