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,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 1 16:29:38 UTC 2023 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
- Raise proper exception from urlgrab() when local file is not found (bsc#1208288)
- Added:
* fix-urlgrab-file-schema-comparison.patch
-------------------------------------------------------------------
Wed Aug 3 14:30:01 UTC 2022 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>