Files
python-pyppmd/python-pyppmd.changes
Nico Krapp 2f67a352f4 - Update to version 1.3.1
* Change BuildRequires for:
    - python-devel to >= 3.10
  * Add BuildRequires for:
    - python-pytest-cov
  * Remove extra export CFLAGS statement from %build section.
    This statement makes test_ppmd_7_decode_chunks crash
    with: Fatal Python error: Aborted (core dumped) with 
    version 1.3.1.
  * Disable test_ppmd8.py for automated test runs and
    add separate test run for test_ppmd8.py to ensure it passes
    reliably.
    See comment in spec file.
  * Fix publish CI/CD configuration
  * Bump musllinux image musllinux_1_2
  * Bump manylinux image manylinux_2_28
- Changes in version 1.3.0
  * Fix several issues in ThreadDecoder.c (#126)
  * Fix the double call of Ppmd7_Free from both 
    Ppmd7T_Free and Ppmd7Decoder_dealloc
  * Fix the double call of Ppmd8_Free from both 
    Ppmd8T_Free and Ppmd8Decoder_dealloc
  * Fix the issue in PyPY (#126)
  * Fix initialization order in ffi_build.py
  * Fix eof handling in cffi_ppmd.py
  * Add support for Python 3.14
  * Add compile and link flag for building C++ with 
    `-pthread` (#126)
  * Minimum required python to be 3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyppmd?expand=0&rev=12
2026-02-17 10:10:51 +00:00

2.6 KiB