Rebuilt for Python 3.12
This commit is contained in:
parent
a10078fdd8
commit
78e4d0e368
@ -1,4 +1,3 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
# used when bootstrapping new Python versions
|
# used when bootstrapping new Python versions
|
||||||
@ -20,7 +19,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: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -231,6 +230,9 @@ PYTHONPATH=$(pwd) %pytest \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 12 2023 Python Maint <python-maint@redhat.com> - 67.7.2-6
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 67.7.2-5
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 67.7.2-5
|
||||||
- Bootstrap for Python 3.12
|
- Bootstrap for Python 3.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user