From 170a9c90adc5ba013bff49bfbe4a1398c643c7f7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 31 2020 12:25:27 +0000 Subject: import python-requests-2.6.0-9.el7_8 --- diff --git a/SPECS/python-requests.spec b/SPECS/python-requests.spec index e05283f..9b5beeb 100644 --- a/SPECS/python-requests.spec +++ b/SPECS/python-requests.spec @@ -51,7 +51,7 @@ Patch5: fix-leaking-test.patch # This patch changes all the import statements for urllib3 and chardet to import # from the global namespace, thus avoiding the instance duplication. # Partial backport from https://github.com/psf/requests/pull/4067 -# Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1776294 +# Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1750839 Patch6: import-urllib3-and-chardet-from-the-global-namespace.patch # While the requests.packages aliasing has been removed since @@ -186,20 +186,20 @@ popd %changelog * Wed Feb 19 2020 Charalampos Stratakis - 2.6.0-9 - Bring back the requests.packages aliasing of its submodules -Resolves: rhbz#1811050, rhbz#1811057, rhbz#1811107, rhbz#1811113 +Resolves: rhbz#1811051, rhbz#1811058, rhbz#1811108, rhbz#1811114 * Thu Oct 24 2019 Charalampos Stratakis - 2.6.0-8 - Import urllib3 and chardet from the global namespace -Resolves: rhbz#1776294 +Resolves: rhbz#1750839 * Thu Oct 03 2019 Tomas Orsava - 2.6.0-7 - Modify tests to run in pytest - Add a bcond online_tests to enable the tests -Related: rhbz#1754830 +Related: rhbz#1745417 * Tue Aug 27 2019 Charalampos Stratakis - 2.6.0-6 - Fix handling of default ports in auth stripping -Resolves: rhbz#1754830 +Resolves: rhbz#1745417 * Mon Nov 26 2018 Charalampos Stratakis - 2.6.0-5 - Fix CVE-2018-18074