14
0

Accepting request 992601 from home:PSuarezHernandez:branches:devel:languages:python

- Avoid crashing when setting URLGRABBER_DEBUG=1 environment variable
- Added:
  * avoid_crashing_when_urlgrabber_debug_enabled.patch

OBS-URL: https://build.opensuse.org/request/show/992601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=48
This commit is contained in:
2022-08-03 14:59:43 +00:00
committed by Git OBS Bridge
parent 30523a4b69
commit 39157648c8
3 changed files with 34 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ Source: https://github.com/rpm-software-management/%{modname}/releases/d
Patch0: use-binary-mode-when-reopening-files.patch
# PATCH-FIX_UPSTREAM https://github.com/rpm-software-management/urlgrabber/pull/35
Patch1: fix_find_proxy_logic_and_drop_six.patch
# PATCH-FIX_UPSTREAM https://github.com/rpm-software-management/urlgrabber/pull/34
Patch2: avoid_crashing_when_urlgrabber_debug_enabled.patch
BuildRequires: %{python_module pycurl}
BuildRequires: %{python_module setuptools}