Bootstrap for Python 3.12
This commit is contained in:
parent
d01f5faf1f
commit
905836d66c
@ -1,3 +1,4 @@
|
|||||||
|
%global _with_bootstrap 1
|
||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
# used when bootstrapping new Python versions
|
# used when bootstrapping new Python versions
|
||||||
@ -19,7 +20,7 @@
|
|||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 67.7.2
|
Version: 67.7.2
|
||||||
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
|
||||||
# platformdirs is MIT
|
# platformdirs is MIT
|
||||||
@ -230,6 +231,9 @@ PYTHONPATH=$(pwd) %pytest \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 67.7.2-3
|
||||||
|
- Bootstrap for Python 3.12
|
||||||
|
|
||||||
* Fri May 05 2023 Miro Hrončok <mhroncok@redhat.com> - 67.7.2-2
|
* Fri May 05 2023 Miro Hrončok <mhroncok@redhat.com> - 67.7.2-2
|
||||||
- Adjust the `setup.py install` deprecation notice when building RPM packages
|
- Adjust the `setup.py install` deprecation notice when building RPM packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user