From 15fe6d3df847daf840e28eeade6461b72d4b0d71 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 1 Aug 2024 13:36:56 -0700 Subject: [PATCH] Add a note that PR #6781 should be superseded by #6767 --- python-requests.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-requests.spec b/python-requests.spec index ce41620..0c455c0 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -27,6 +27,8 @@ Patch: support_IPv6_CIDR_in_no_proxy.patch # Fix crash on import if /etc/pki/tls/certs/ca-bundle.crt is missing # https://bugzilla.redhat.com/show_bug.cgi?id=2297632 # https://github.com/psf/requests/pull/6781 +# Note: this can be replaced by https://github.com/psf/requests/pull/6767 +# when it is ready, or dropped in a release where that is merged Patch: 0001-Don-t-create-default-SSLContext-if-CA-bundle-isn-t-p.patch BuildArch: noarch