Changelog for
python3-urlgrabber-4.1.0-lp153.10.1.noarch.rpm :
* Fri Mar 03 2023 Matej Cepl
- Clean up SPEC file
* Wed Mar 01 2023 Pablo Suárez Hernández - Raise proper exception from urlgrab() when local file is not found (bsc#1208288)- Added:
* fix-urlgrab-file-schema-comparison.patch
* Wed Aug 03 2022 Pablo Suárez Hernández - Avoid crashing when setting URLGRABBER_DEBUG=1 environment variable- Added:
* avoid_crashing_when_urlgrabber_debug_enabled.patch
* Thu Jun 16 2022 Pablo Suárez Hernández - Fix wrong logic on find_proxy method causing proxy not being used- Added:
* fix_find_proxy_logic_and_drop_six.patch
* Wed Dec 22 2021 Pablo Suárez Hernández - Add missing bugzilla references (bsc#1152514) (bsc#1146683)
* Tue Dec 21 2021 Pablo Suárez Hernández - Use binary mode when reopening files- Added:
* use-binary-mode-when-reopening-files.patch
* Fri Oct 08 2021 Matej Cepl - Make independent of the actual value of %%{_libexecdir} macro.
* Wed May 20 2020 pgajdosAATTsuse.com- urlgrabber-ext-down as an alternative
* Mon May 18 2020 Petr Gajdos - %python3_only -> %python_alternative- urlgrabber-ext-down is expected to reside under /usr/libexec
* Wed Oct 09 2019 Tomáš Chvátal - Update to 4.1.0:
* Fix confused license header to clarify licensing
* Fix Python 3 compatibility with urlgrabber-ext-down
* Support HTTP CONNECT with reget. BZ 1585596
* Fix for usage of _levelNames from logging module
* Fix issue when URLGRABBER_DEBUG is not an integer on Python 3
* Revise setup.py to remove need for extra setup-time dependencies
* setuptools: Update Development Status to Production/Stable
* Wed Feb 27 2019 Tomáš Chvátal - Drop patch grabber_fix.diff that was never upstreamed. Should not be needed anymore
* Mon Feb 25 2019 Matej Cepl - Update to the upstream version 4.0.0:
* Port to Python 3 rocket
* Add curl_obj option to grabber
* Throw an obvious error message when urlgrabber-ext-down is missing when attempting to use external downloader
* Use setuptools for setup.py instead of distutils- Remove merged patches:
* declare-dollar-sign-as-safe-in-urlquote.patch
* python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif
* python-urlgrabber-3.9.1-preserve-queryparams-in-urls.patch
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue May 29 2018 mceplAATTsuse.com- Clean SPEC file
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Thu Feb 12 2015 mcAATTsuse.de- declare $ sign as a safe character in url paths to prevent escaping /$RCE/ which lead into problems with token auth (bnc#902416)
* declare-dollar-sign-as-safe-in-urlquote.patch
* python-urlgrabber-3.9.1-set-SSL_VERIFYHOST-correct.dif- set curl option SSL_VERIFYHOST correct