14
0

- Add patch inject-default-ca-bundles.patch:

* Inject the default CA bundles if they are not specified.
    (bsc#1226321, bsc#1231500)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=189
This commit is contained in:
2024-10-17 06:31:35 +00:00
committed by Git OBS Bridge
parent 016535e6aa
commit 52f2b3a7cb
3 changed files with 137 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ Summary: Python HTTP Library
License: Apache-2.0
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
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -117,8 +119,8 @@ touch Pipfile
%files %{python_files}
%license LICENSE
%doc HISTORY.md README.md
%{python_sitelib}/requests/
%{python_sitelib}/requests-*
%{python_sitelib}/requests
%{python_sitelib}/requests-%{version}*.egg-info
%endif
%changelog