diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index ec67e04..5cda466 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -33,7 +33,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -294,6 +294,7 @@ popd # this goes together with patch4 rm pip/_vendor/certifi/*.pem +rm pip/_vendor/requests/*.pem sed -i '/\.pem$/d' pip.egg-info/SOURCES.txt sed -i '1d' pip/__init__.py @@ -495,6 +496,10 @@ py.test-%{python3_version} -m 'not network' %endif # with python3 %changelog +* Wed Mar 04 2020 Charalampos Stratakis - 9.0.3-8 +- Remove unused CA bundle from the bundled requests library +Resolves: rhbz#1775203 + * Thu Feb 13 2020 Lumír Balhar - 9.0.3-7 - Bump Resolves: rhbz#1649153