|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
Name: python%{python3_pkgversion}-setuptools
|
|
|
|
|
# When updating, update the bundled libraries versions bellow!
|
|
|
|
|
Version: 65.5.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
|
Summary: Easily build and distribute Python packages
|
|
|
|
|
# setuptools is MIT
|
|
|
|
|
# appdirs is MIT
|
|
|
|
@ -237,9 +237,12 @@ PYTHONPATH=$(pwd) %pytest \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 24 2024 Lumír Balhar <lbalhar@redhat.com> - 65.5.1-3
|
|
|
|
|
* Wed Jul 24 2024 Lumír Balhar <lbalhar@redhat.com> - 65.5.1-2.1
|
|
|
|
|
- Security fix for CVE-2024-6345
|
|
|
|
|
Resolves: RHEL-49992
|
|
|
|
|
Resolves: RHEL-50490
|
|
|
|
|
|
|
|
|
|
* Wed May 24 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 65.5.1-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 65.5.1-2
|
|
|
|
|
- Disable bootstrap
|
|
|
|
|