From 1e9adcc67dec44518e43a4471c69de9f2a04cb07 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 02 2022 07:50:11 +0000 Subject: import rh-python38-python-pip-19.3.1-3.el7 --- diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index c9d8b03..c9cbdb1 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -20,7 +20,7 @@ Name: %{?scl_prefix}python-%{srcname} # When updating, update the bundled libraries versions bellow! # You can use vendor_meta.sh in the dist git repo Version: 19.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -248,6 +248,10 @@ popd # this goes together with patch4 rm src/pip/_vendor/certifi/*.pem +# Remove windows executable binaries +rm -v src/pip/_vendor/distlib/*.exe +sed -i '/\.exe/d' setup.py + %if %{with tests} # tests expect wheels in here ln -s %{python_wheeldir} tests/data/common_wheels @@ -383,6 +387,10 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip %changelog +* Wed Mar 16 2022 Charalampos Stratakis - 19.3.1-3 +- Remove bundled windows executables +Resolves: rhbz#2064443 + * Wed Jul 14 2021 Charalampos Stratakis - 19.3.1-2 - Fix for CVE-2021-3572 - pip incorrectly handled unicode separators in git references Resolves: rhbz#1962856