diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..933dd9149177b65f84d31a396b1179f793e970ba --- /dev/null +++ b/download @@ -0,0 +1 @@ +3f309f50bbd2065b7c385d904cfed1f2 pip-20.2.4.tar.gz diff --git a/pip-20.2.4.tar.gz b/pip-20.2.4.tar.gz deleted file mode 100644 index d166db64332cd49e333759aad015e2cbe5b326e1..0000000000000000000000000000000000000000 Binary files a/pip-20.2.4.tar.gz and /dev/null differ diff --git a/python3x-pip.spec b/python3x-pip.spec index 73a54b8a19ae4f548d814806b0fd464a948e07e4..b12910ac09638e3ac3104d7f7b2b41a1834fee95 100644 --- a/python3x-pip.spec +++ b/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