import python3x-pip-20.2.4-7.module+el8.6.0+13003+6bb2c488

This commit is contained in:
CentOS Sources 2022-03-29 12:27:07 -04:00 committed by Stepan Oksanichenko
parent 3316241aba
commit c861c437b4
1 changed files with 8 additions and 1 deletions

View File

@ -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 <cstratak@redhat.com> - 20.2.4-7
- Remove bundled windows executables
- Resolves: rhbz#2006790
* Thu Aug 05 2021 Tomas Orsava <torsava@redhat.com> - 20.2.4-6
- Adjusted the postun scriptlets to enable upgrading to RHEL 9
- Resolves: rhbz#1933055