update to 23.1.2
This commit is contained in:
parent
c70dbd6adc
commit
7a034452a0
Binary file not shown.
BIN
pip-23.1.2.tar.gz
Normal file
BIN
pip-23.1.2.tar.gz
Normal file
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
|
||||
%global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d})
|
||||
Name: python-%{srcname}
|
||||
Version: 22.3.1
|
||||
Version: 23.1.2
|
||||
Release: 1
|
||||
Summary: A tool for installing and managing Python packages
|
||||
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
|
||||
@ -43,7 +43,13 @@ A Python wheel of pip to use with venv
|
||||
|
||||
# this goes together with Patch6000
|
||||
rm src/pip/_vendor/certifi/*.pem
|
||||
sed -i '/\.pem$/d' src/pip.egg-info/SOURCES.txt
|
||||
#sed -i '/\.pem$/d' src/pip.egg-info/SOURCES.txt
|
||||
sed -i '/html_theme = "furo"/d' docs/html/conf.py
|
||||
|
||||
# Remove windows executable binaries
|
||||
rm -v src/pip/_vendor/distlib/*.exe
|
||||
sed -i '/\.exe/d' setup.py
|
||||
|
||||
|
||||
%build
|
||||
%py3_build_wheel
|
||||
@ -118,6 +124,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
||||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Fri Jun 9 2023 dillon chen <dillon.chen@gmail.com> - 23.1.2-1
|
||||
- upgrade version to 23.1.2
|
||||
|
||||
* Sat Jan 28 2023 zhuofeng<zhuofeng2@huawei.com> - 22.3.1-1
|
||||
- upgrade version to 22.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user