import python3x-pip-20.2.4-7.module+el8.6.0+13003+6bb2c488
This commit is contained in:
parent
3316241aba
commit
c861c437b4
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: python3x-%{srcname}
|
Name: python3x-%{srcname}
|
||||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
|
|
||||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
# 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
|
# 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
|
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
|
%build
|
||||||
%py3_build_wheel
|
%py3_build_wheel
|
||||||
@ -451,6 +454,10 @@ fi
|
|||||||
%{python_wheeldir}/%{python_wheelname}
|
%{python_wheeldir}/%{python_wheelname}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 05 2021 Tomas Orsava <torsava@redhat.com> - 20.2.4-6
|
||||||
- Adjusted the postun scriptlets to enable upgrading to RHEL 9
|
- Adjusted the postun scriptlets to enable upgrading to RHEL 9
|
||||||
- Resolves: rhbz#1933055
|
- Resolves: rhbz#1933055
|
||||||
|
Loading…
Reference in New Issue
Block a user