Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-24 21:03:32 +02:00
parent d478416670
commit 86c3ce97cc

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,
@ -15,7 +14,7 @@
Name: python-setuptools Name: python-setuptools
# When updating, update the bundled libraries versions bellow! # When updating, update the bundled libraries versions bellow!
Version: 46.4.0 Version: 46.4.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
# setuptools is MIT # setuptools is MIT
# packaging is BSD or ASL 2.0 # packaging is BSD or ASL 2.0
@ -172,6 +171,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} \
%changelog %changelog
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-4
- Rebuilt for Python 3.9
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-3 * Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-3
- Bootstrap for Python 3.9 - Bootstrap for Python 3.9