diff --git a/pip-22.3.1.tar.gz b/pip-22.3.1.tar.gz deleted file mode 100644 index 530d70a..0000000 Binary files a/pip-22.3.1.tar.gz and /dev/null differ diff --git a/pip-23.1.2.tar.gz b/pip-23.1.2.tar.gz new file mode 100644 index 0000000..6f8439a Binary files /dev/null and b/pip-23.1.2.tar.gz differ diff --git a/python-pip.spec b/python-pip.spec index fec7096..4f17558 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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 - 23.1.2-1 +- upgrade version to 23.1.2 + * Sat Jan 28 2023 zhuofeng - 22.3.1-1 - upgrade version to 22.3.1