------------------------------------------------------------------- Tue Feb 24 17:13:11 UTC 2026 - John Paul Adrian Glaubitz - Update to 0.4.1 * The upstream google/zopfli repo is archived, so we switched the submodule to the fonttools fork which includes a fix for unaligned memory access that caused SIGBUS on strict-alignment architectures such as SPARC (fonttools/zopfli#1, #28). - from version 0.4.0 * Use CPython's Py_LIMITED_API to build and upload a single abi3-tagged wheel per platform instead of one for each python minor version, reducing the number of wheels published to PyPI from 40+ to 10 or so, and avoiding the need to build new set of wheels once a new python (e.g. 3.15) is out next year. - from version 0.4.0b1 * Testing upload of abi3 wheels to PyPI - from version 0.3.0 * Dropped support for python 3.8 and 3.9, we now require 3.10+. * Added wheels for Python 3.14 and PyPy 3.11. * No other code changes since the previous version. - from version 0.2.4b1 * Testing PyPI upload still works ------------------------------------------------------------------- Sun Nov 10 21:42:18 UTC 2024 - Dirk Müller - update to 0.2.3.post1: * Added wheels for Python 3.13. No other code changes since v0.2.3. ------------------------------------------------------------------- Thu Oct 5 09:11:36 UTC 2023 - Dirk Müller - update to 0.2.3: * Dropped support for Python 3.7, added support for Python 3.12. No other code changes. ------------------------------------------------------------------- Fri Apr 21 12:39:23 UTC 2023 - Dirk Müller - add sle15_python_module_pythons (jsc#PED-68) ------------------------------------------------------------------- Thu Apr 13 22:46:09 UTC 2023 - Matej Cepl - Make calling of %{sle15modernpython} optional. ------------------------------------------------------------------- Thu Dec 15 00:13:46 UTC 2022 - Torsten Gruner - update to 0.2.2 * Added pyproject.toml to source distribution * Published precompiled wheels for Python 3.11 - version 0.2.1 * [zopfli.png] Only print debug info to console output when -v/--verbose flag is used. - version 0.2.0 * Dropped support for EOL Python 2.7 and 3.6, require Python 3.7+ (#16). * Added support for compressing PNGs via zopfli.png.optimize method. Also available from the command line as python -m zopfli.png; mimics the upstream's zopflipng c++ executable (#17). - version 0.1.9 * Allow to link against system installed zopfli library by setting USE_SYSTEM_ZOPFLI environment variable (#9). * Added wheels for Python 3.10, universal2 macos "fat" (x86_64 + arm64) architecture, Linux aarch64 and pypy3 (#10, #11). * Determine package version automatically from latest git tag using setuptools_scm. ------------------------------------------------------------------- Mon Jul 12 11:54:56 UTC 2021 - Markéta Machová - update to 0.1.8 * add Python 3.9, remove 3.5 (EOL) ------------------------------------------------------------------- Wed May 20 12:25:13 UTC 2020 - Antonio Larrosa - Initial release of python-zopfli