From fd99fe646329f54d698cac94d5b4b96d0f9f7151 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 02 2022 07:49:25 +0000 Subject: import python27-python-pip-8.1.2-7.el7 --- diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index f34eef6..1fbe5a2 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -18,7 +18,7 @@ Name: %{?scl_prefix}python-%{srcname} Version: 8.1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -55,7 +55,7 @@ Patch1: Fix-pip-install-in-FIPS-mode.patch # Use the system level root certificate instead of the one bundled in requests -# https://bugzilla.redhat.com/show_bug.cgi?id=1882668 +# https://bugzilla.redhat.com/show_bug.cgi?id=1774985 Patch4: dummy-certifi.patch # Fix CVE-2019-20916: directory traversal in _download_http_url() function @@ -121,6 +121,10 @@ easy_installable should be pip-installable as well. # this goes together with patch4 rm pip/_vendor/requests/*.pem sed -i '/\.pem$/d' pip.egg-info/SOURCES.txt + +# Remove windows executable binaries +rm -v pip/_vendor/distlib/*.exe +sed -i '/\.exe/d' setup.py %{?scl:EOF} @@ -181,18 +185,22 @@ sed -i -e "s/^\\(complete.*\\) pip\$/\\1 $pips2/" \ %changelog +* Wed Mar 16 2022 Charalampos Stratakis - 8.1.2-7 +- Remove bundled windows executables +Resolves: rhbz#2064442 + * Wed Sep 23 2020 Charalampos Stratakis - 8.1.2-6 - Security fix for CVE-2019-20916 -Resolves: rhbz#1882661 +Resolves: rhbz#1877248 * Wed Sep 23 2020 Charalampos Stratakis - 8.1.2-5 - Use the system level root certificate instead of the one bundled in requests -Resolves: rhbz#1882668 +Resolves: rhbz#1774985 * Wed Sep 23 2020 Charalampos Stratakis - 8.1.2-4 - Add virtual provides for the bundled libraries - Correct the license information to reflect the bundled libraries -Resolves: rhbz#1882669 +Resolves: rhbz#1774944 * Wed May 23 2018 Charalampos Stratakis - 8.1.2-3 - Rebuild for multi-arch bootstrap of python27