Disable bootstrap
This commit is contained in:
parent
30ec4316f5
commit
4329caa65d
@ -9,7 +9,7 @@
|
|||||||
%{!?__bootstrap:%global __bootstrap %{nil}}
|
%{!?__bootstrap:%global __bootstrap %{nil}}
|
||||||
|
|
||||||
# used when bootstrapping new Python versions
|
# used when bootstrapping new Python versions
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
# Similar to what we have in pythonX.Y.spec files.
|
# Similar to what we have in pythonX.Y.spec files.
|
||||||
# If enabled, provides unversioned executables and other stuff.
|
# If enabled, provides unversioned executables and other stuff.
|
||||||
@ -24,7 +24,7 @@
|
|||||||
Name: python%{python3_pkgversion}-setuptools
|
Name: python%{python3_pkgversion}-setuptools
|
||||||
# When updating, update the bundled libraries versions bellow!
|
# When updating, update the bundled libraries versions bellow!
|
||||||
Version: 68.2.2
|
Version: 68.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -220,6 +220,9 @@ PYTHONPATH=$(pwd) %pytest \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 13 2023 Charalampos Stratakis <cstratak@redhat.com> - 68.2.2-2
|
||||||
|
- Disable bootstrap
|
||||||
|
|
||||||
* Thu Oct 05 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 68.2.2-1
|
* Thu Oct 05 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 68.2.2-1
|
||||||
|
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user