1 Commits

Author SHA256 Message Date
3357a59241 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zopfli?expand=0&rev=13
2026-02-25 09:26:42 +00:00