Changelog for
python312-urlgrabber-4.1.0-8.8.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