From a8185670c28ad56fa6c2b5655f2796ba1deb7a23 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 24 Apr 2020 03:34:23 +0000 Subject: [PATCH] import python-pip-9.0.3-17.el8 --- SPECS/python-pip.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index e5b0663..5c4829c 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -19,7 +19,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -253,6 +253,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 @@ -371,6 +372,10 @@ py.test-%{python3_version} -m 'not network' %endif %changelog +* Wed Mar 04 2020 Charalampos Stratakis - 9.0.3-17 +- Remove unused CA bundle from the bundled requests library +Resolves: rhbz#1775200 + * Mon Jan 13 2020 Lumír Balhar - 9.0.3-16 - Add four new patches for CVEs in bundled urllib3 and requests CVE-2018-20060, CVE-2019-11236, CVE-2019-11324, CVE-2018-18074