From b004238f0ff50662e0e903dffb5b55a41751da6b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 30 Apr 2024 15:24:21 +0000 Subject: [PATCH] import UBI python3.11-pip-22.3.1-5.el9 --- SPECS/python3.11-pip.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SPECS/python3.11-pip.spec b/SPECS/python3.11-pip.spec index b10facb..7e4e9d4 100644 --- a/SPECS/python3.11-pip.spec +++ b/SPECS/python3.11-pip.spec @@ -12,7 +12,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 4%{?dist}.1 +Release: 5%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -343,9 +343,9 @@ pytest_k='not completion' %{python_wheel_dir}/%{python_wheel_name} %changelog -* Wed Feb 14 2024 Tomáš Hrnčiar - 22.3.1-4.1 +* Wed Feb 14 2024 Tomáš Hrnčiar - 22.3.1-5 - Require Python with tarfile filters -Resolves: RHEL-25456 +Resolves: RHEL-25455 * Tue Aug 08 2023 Petr Viktorin - 22.3.1-4 - Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)