From 16d44fcc41e4ac763dafd5ad37ef5e942d88ac8b Mon Sep 17 00:00:00 2001 From: shixuantong Date: Mon, 23 Aug 2021 15:14:49 +0800 Subject: [PATCH] delete bounded certificate --- python-pip.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index fe3daf7..c007dae 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -7,7 +7,7 @@ pip is the package installer for Python. You can use pip to install packages fro %global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d}) Name: python-%{srcname} Version: 20.2.2 -Release: 3 +Release: 4 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) URL: http://www.pip-installer.org @@ -53,6 +53,10 @@ A Python wheel of pip to use with venv %prep %autosetup -n %{srcname}-%{version} -p1 +# this goes together with Patch6000 +rm src/pip/_vendor/certifi/*.pem +sed -i '/\.pem$/d' src/pip.egg-info/SOURCES.txt + %build %if %{with python2} %py2_build @@ -151,6 +155,9 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir} %{python_wheeldir}/%{python_wheelname} %changelog +* Sat Aug 23 2021 shixuantong - 20.2.2-4 +- delete bounded certificate + * Thu Aug 19 2021 shixuantong - 20.2.2-3 - update dummy-certifi.patch -- Gitee