17
0

Accepting request 1302549 from home:mcalabkova:branches:devel:languages:python

- Update to 2025.8.2
  * Pass 7339 tests.
  * Fix szip_encode default output buffer might be too small (#128).
  * Fix minor bugs in LZ4H5 codec (#127).
  * Avoid grayscale-to-RGB conversions in AVIF codecs.
  * Improve AVIF error messages.
  * Add flag for free-threading compatibility (#113).
  * Do not use zlib uncompress2, which is not available on manylinux.
  * Do not build unstable BRUNSLI, PCODEC, SPERR, and SZ3 codecs.
  * Require libavif >= 1.3 and Cython >= 3.1.
  * Support Python 3.14 and 3.14t.
  * Drop support for Python 3.10 and PyPy.

OBS-URL: https://build.opensuse.org/request/show/1302549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=44
This commit is contained in:
2025-09-04 07:08:30 +00:00
committed by Git OBS Bridge
parent 19fba53593
commit 652a7edd54
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Sep 3 07:58:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 2025.8.2
* Pass 7339 tests.
* Fix szip_encode default output buffer might be too small (#128).
* Fix minor bugs in LZ4H5 codec (#127).
* Avoid grayscale-to-RGB conversions in AVIF codecs.
* Improve AVIF error messages.
* Add flag for free-threading compatibility (#113).
* Do not use zlib uncompress2, which is not available on manylinux.
* Do not build unstable BRUNSLI, PCODEC, SPERR, and SZ3 codecs.
* Require libavif >= 1.3 and Cython >= 3.1.
* Support Python 3.14 and 3.14t.
* Drop support for Python 3.10 and PyPy.
-------------------------------------------------------------------
Thu Apr 3 04:06:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>