From ee1508d319cdc6437f79eb2f6d520a7c51b1560c Mon Sep 17 00:00:00 2001 From: Renbo Date: Thu, 30 May 2024 14:12:53 +0800 Subject: [PATCH] update to python3x-pip-20.2.4-9.src.rpm Signed-off-by: Renbo --- python3x-pip.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3x-pip.spec b/python3x-pip.spec index 4cf653c..a7061d4 100644 --- a/python3x-pip.spec +++ b/python3x-pip.spec @@ -19,7 +19,7 @@ Name: python3x-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 8%{?dist}.1 +Release: 9%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -470,9 +470,9 @@ fi %{python_wheeldir}/%{python_wheelname} %changelog -* Fri Feb 16 2024 Tomáš Hrnčiar - 20.2.4-8.1 +* Wed Feb 14 2024 Tomáš Hrnčiar - 20.2.4-9 - Require Python with tarfile filters -Resolves: RHEL-25459 +Resolves: RHEL-25457 * Tue Aug 08 2023 Petr Viktorin - 20.2.4-8 - Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706) -- Gitee