14
0

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

- Raise proper exception from urlgrab() when local file is not found (bsc#1208288)
- Added:
  * fix-urlgrab-file-schema-comparison.patch

OBS-URL: https://build.opensuse.org/request/show/1068653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=50
This commit is contained in:
2023-03-03 08:00:26 +00:00
committed by Git OBS Bridge
parent 39157648c8
commit 14bb193dce
3 changed files with 37 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-urlgrabber
#
# 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
@@ -32,6 +32,8 @@ Patch0: use-binary-mode-when-reopening-files.patch
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
# PATCH-FIX_UPSTREAM https://github.com/rpm-software-management/urlgrabber/pull/37
Patch3: fix-urlgrab-file-schema-comparison.patch
BuildRequires: %{python_module pycurl}
BuildRequires: %{python_module setuptools}