|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python%{python3_pkgversion}-%{srcname}
|
|
|
|
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 4%{?dist}.1
|
|
|
|
|
Summary: A tool for installing and managing Python packages
|
|
|
|
|
|
|
|
|
|
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
|
|
|
@ -343,14 +343,17 @@ pytest_k='not completion'
|
|
|
|
|
%{python_wheel_dir}/%{python_wheel_name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 14 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 22.3.1-5
|
|
|
|
|
* Wed Feb 14 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 22.3.1-4.1
|
|
|
|
|
- Require Python with tarfile filters
|
|
|
|
|
Resolves: RHEL-25455
|
|
|
|
|
Resolves: RHEL-25456
|
|
|
|
|
|
|
|
|
|
* Tue Aug 08 2023 Petr Viktorin <pviktori@redhat.com> - 22.3.1-4
|
|
|
|
|
- Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)
|
|
|
|
|
Resolves: RHBZ#2218247
|
|
|
|
|
|
|
|
|
|
* Wed May 24 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 22.3.1-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Lumír Balhar <lbalhar@redhat.com> - 22.3.1-3
|
|
|
|
|
- Fix changelog to contain Fedora contributors
|
|
|
|
|
Resolves: RHEL-232
|
|
|
|
|