Sync from SUSE:ALP:Source:Standard:1.0 python-requests revision fd68f60913a6803685813840ff84a640

This commit is contained in:
2024-09-03 14:04:37 +02:00
parent 64e4db1cbf
commit 079090f45c
4 changed files with 30 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-requests
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-requests%{psuffix}
Version: 2.31.0
Version: 2.32.2
Release: 0
Summary: Python HTTP Library
License: Apache-2.0
@@ -89,9 +89,6 @@ Features of Requests:
%prep
%autosetup -p1 -n requests-%{version}
# drop shebang from certs.py
sed -i '1s/^#!.*$//' requests/certs.py
# remove 'never' default parameter from digest-auth check
# requires httpbin 0.6.0
sed -i "s#\(httpbin.*\), 'never'#\1#" tests/test_requests.py