File python-pyppmd.changes of Package python-pyppmd
-------------------------------------------------------------------
Sun Feb 1 20:19:46 UTC 2026 - Andreas Prittwitz <m4ng4n@gmx.de>
- Update to version 1.3.1
* Change BuildRequires in:
- python-devel to >= 3.10
- python-base to >= 3.10
* Change deadline/milliseconds value in %prep section to
15000 to pass tests with python 3.13
* Add BuildRequires:
- python-coverage
- python-cffi
- python-check-manifest
- python-flake8-isort
- python-mypy
- python-pygments
- python-pytest-cov
- python-pytest-flake8
- python-readme_renderer
* Disable test test_ppmd7_decode_chunks
Test hangs indefinitely, seems to miss a pkg in oS and
dumps core when finally killed.
* 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
-------------------------------------------------------------------
Fri Jun 20 09:58:39 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 1.2.0
* Added
- Add Windows on Arm64, Linux on aarch64 support
* Changed
- Released from GitHub Actions as trusted platform
-------------------------------------------------------------------
Fri Jan 10 10:53:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.1.1
* Add Python 3.13 support
* Minimum required python to be 3.9
-------------------------------------------------------------------
Thu Dec 14 20:51:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Add Python 3.12 support
* Minimum required python to be 3.8
* Export PPMD8_RESTORE_METHOD_* constants
* Drop github actions workflows
* README: Add SPDX identifier
-------------------------------------------------------------------
Tue Jun 27 12:47:05 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Dec 22 10:30:11 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Increase hypothesis deadline time for test_fuzzer
-------------------------------------------------------------------
Wed Dec 21 11:05:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v1.0.0
- Required by py7zr