Sync from SUSE:ALP:Source:Standard:1.0 python-urllib3 revision 081de79c835977e2fa7734a639b2ce30

This commit is contained in:
2024-09-06 10:32:27 +02:00
parent 729d70344a
commit 7ac4e28f1e
3 changed files with 162 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-urllib3
#
# Copyright (c) 2024 SUSE LLC
#
@@ -34,6 +34,8 @@ URL: https://urllib3.readthedocs.org/
Source: https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-%{version}.tar.gz
# PATCH-FIX-OPENSUSE openssl-3.2.patch gh#urllib3/urllib3#3271
Patch1: openssl-3.2.patch
# PATCH-FIX-UPSTREAM https://github.com/urllib3/urllib3/commit/accff72ecc2f6cf5a76d9570198a93ac7c90270e Strip Proxy-Authorization header on redirects
Patch2: CVE-2024-37891.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}