From 0312d7d4551076c8aa5d5c69dfc7ca63ea192f46 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 28 2021 04:52:56 +0000 Subject: import python3x-pip-20.2.4-7.module+el8.6.0+13003+6bb2c488 --- diff --git a/SPECS/python3x-pip.spec b/SPECS/python3x-pip.spec index 73a54b8..b12910a 100644 --- a/SPECS/python3x-pip.spec +++ b/SPECS/python3x-pip.spec @@ -19,7 +19,7 @@ Name: python3x-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 6%{?dist} +Release: 7%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -286,6 +286,9 @@ ln -s %{python_wheeldir} tests/data/common_wheels # As of 20.1b1, this workaround was sufficient to get around the missing dependency sed -i -e 's/csv23/csv/g' tests/lib/wheel.py +# Remove windows executable binaries +rm -v src/pip/_vendor/distlib/*.exe +sed -i '/\.exe/d' setup.py %build %py3_build_wheel @@ -451,6 +454,10 @@ fi %{python_wheeldir}/%{python_wheelname} %changelog +* Thu Oct 14 2021 Charalampos Stratakis - 20.2.4-7 +- Remove bundled windows executables +- Resolves: rhbz#2006790 + * Thu Aug 05 2021 Tomas Orsava - 20.2.4-6 - Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055