* 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
74 lines
2.6 KiB
Plaintext
74 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Feb 14 08:38:38 UTC 2026 - Andreas Prittwitz <m4ng4n@gmx.de>
|
|
|
|
- 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
|
|
-------------------------------------------------------------------
|
|
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
|