Bootstrap for Python 3.9
This commit is contained in:
parent
9b7559436e
commit
d478416670
@ -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 <mhroncok@redhat.com> - 46.4.0-3
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-2
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user