14
0

osc copypac from project:devel:languages:python package:python-requests revision:9e7fe40dca32bed061468bcb1662f429

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=168
This commit is contained in:
2023-02-02 10:50:58 +00:00
committed by Git OBS Bridge
parent 783abdffa9
commit ed3af5b690
5 changed files with 13 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests%{psuffix}
Version: 2.28.1
Version: 2.28.2
Release: 0
Summary: Python HTTP Library
License: Apache-2.0
@@ -36,8 +36,6 @@ Source: https://files.pythonhosted.org/packages/source/r/requests/reques
# PATCH-FIX-SUSE: do not hardcode versions in setup.py/requirements
Patch0: requests-no-hardcoded-version.patch
# PATCH-FIX-UPSTREAN: Allow charset normalizer >=2 and <4
# - https://github.com/psf/requests/commit/c57f1f0ca10e61771b459c857182c23626607312
Patch1: requests-allow-charset-normalizer-3.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes