import UBI python-pip-9.0.3-24.el8

This commit is contained in:
eabdullin 2024-05-22 13:42:11 +00:00
parent 535bf24126
commit c74f6201d4

View File

@ -14,7 +14,7 @@
Name: python-%{srcname}
# When updating, update the bundled libraries versions bellow!
Version: 9.0.3
Release: 23%{?dist}.1
Release: 24%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -399,9 +399,9 @@ py.test-%{python3_version} -m 'not network'
%endif
%changelog
* Wed Feb 14 2024 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-23.1
* Wed Feb 14 2024 Lumír Balhar <lbalhar@redhat.com> - 9.0.3-24
- Require Python with tarfile filters
Resolves: RHEL-25449
Resolves: RHEL-25446
* Tue Aug 08 2023 Petr Viktorin <pviktori@redhat.com> - 9.0.3-23
- Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)