- Update to version 0.2.0
* Add -i/--id option to extract icons by resource ID.
* Refactor / streamline extraction code.
* Add new IconNotFoundError exception, raised when the requested
icon index or resource ID does not exist.
* cli: warn when extracting from Windows system DLLs for which
icons have been moved to the SystemResources directory.
* Bump minimum supported Python version to 3.9
- Update to version 0.1.6
* exe-thumbnailer: add --force-resize convenience option.
* exe-thumbnailer: fix handling of icons containing non-standard
sizes like 192x192.
* cli: warn when exporting images with a wrong extension (.jpg or
.png). This aims to address a common source of confusion.
OBS-URL: https://build.opensuse.org/request/show/1319345
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icoextract?expand=0&rev=10
112 lines
4.3 KiB
Plaintext
112 lines
4.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Nov 23 10:11:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.2.0
|
|
* Add -i/--id option to extract icons by resource ID.
|
|
* Refactor / streamline extraction code.
|
|
* Add new IconNotFoundError exception, raised when the requested
|
|
icon index or resource ID does not exist.
|
|
* cli: warn when extracting from Windows system DLLs for which
|
|
icons have been moved to the SystemResources directory.
|
|
* Bump minimum supported Python version to 3.9
|
|
- Update to version 0.1.6
|
|
* exe-thumbnailer: add --force-resize convenience option.
|
|
* exe-thumbnailer: fix handling of icons containing non-standard
|
|
sizes like 192x192.
|
|
* cli: warn when exporting images with a wrong extension (.jpg or
|
|
.png). This aims to address a common source of confusion.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 11:57:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.1.5
|
|
* Add `application/vnd.microsoft.portable-executable` to supported MIME types
|
|
* Bump minimum supported Python version to 3.8
|
|
* Add pdoc3 config, for autogenerated API docs
|
|
- Switch package to modern Python Stack on SLE-15
|
|
* Use Python 3.11 on SLE-15 by default
|
|
* Drop support for older Python versions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 02:27:52 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to icoextract 0.1.4 (2022-08-08)
|
|
IconExtractor: support raw bytes as input, in addition to a filename
|
|
Refresh function descriptions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 30 09:23:40 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Don't use %{python_module FOO} on Requires/Recommends/Suggests.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 16 11:15:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Cleanup the SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 16 05:20:53 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Clean spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 16 05:18:36 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Fixed multi version support for exe-thumbnailer.thumbnailer
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 16 04:29:14 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Added %check for provided test files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 15 21:07:48 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Removed %global module_name icoextract
|
|
- Ran spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 15 20:22:50 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Added pefile to runtime requirements
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 15 20:11:44 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Removed min required python-devel version
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 15 20:10:02 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Proper python sitelib support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 11:46:05 UTC 2022 - Imo Hester <vortex@z-ray.de>
|
|
|
|
- Update to version 0.1.3
|
|
* setup.py: exclude tests from installed packages
|
|
* More verbose install notes
|
|
* CI: run tests on bullseye
|
|
* More tests for thumbnailers on various sizes
|
|
* tests: cleanup Makefile
|
|
* thumbnailer: use native 128x128 icons when available
|
|
* Update supported Python versions
|
|
* Move version check and metadata fields to setup.cfg
|
|
* README: probably better to install icoextract[thumbnailer]
|
|
* Add changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 17 02:00:15 UTC 2021 - Antônio Vinícius Menezes Medeiros <linuxkamarada@gmail.com> - 0.1.2
|
|
|
|
- Update to v0.1.2
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 5 01:45:00 UTC 2020 - Antônio Vinícius Menezes Medeiros <linuxkamarada@gmail.com> - 0.1.1
|
|
|
|
- Update to v0.1.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 4 19:30:00 UTC 2020 - Antônio Vinícius Menezes Medeiros <linuxkamarada@gmail.com> - 0.1.0
|
|
|
|
- First icoextract package
|