14
0

- Add revert-caching-default-sslcontext.patch upstream patch to avoid

problems with certificate caching in sslcontext.
  bsc#1246104, gh#psf/requests#6767

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=197
This commit is contained in:
2025-07-14 09:35:54 +00:00
committed by Git OBS Bridge
parent 41e3c95e3c
commit 20da4f756f
3 changed files with 118 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ URL: https://docs.python-requests.org/
Source: https://files.pythonhosted.org/packages/source/r/requests/requests-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#psf/requests#6731
Patch0: inject-default-ca-bundles.patch
# PATCH-FIX-UPSTREAM revert-caching-default-sslcontext.patch gh#psf/requests#6767
Patch1: revert-caching-default-sslcontext.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}