Bootstrap for Python 3.9
This commit is contained in:
parent
9b7559436e
commit
d478416670
@ -1,5 +1,4 @@
|
|||||||
%global _without_tests 1
|
%global _without_tests 1
|
||||||
%global _with_bootstrap 1
|
|
||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
# WARNING When bootstrapping, disable tests as well,
|
# WARNING When bootstrapping, disable tests as well,
|
||||||
@ -16,7 +15,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: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -173,6 +172,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-2
|
||||||
- Bootstrap for Python 3.9
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user