14
0

- Update to 2025.3.30:

* Pass 7659 tests.
  * Fix some codecs for use with Zarr 3, zarr_format=2 (#123).
  * Fix lz4h5 codec when block size is less than compressed size (#126).
  * Fix pglz_compress is not thread-safe.
  * Set __module__ attribute on public objects.
  * Drop support for Python 3.9, deprecate Python 3.10.
- Add patch no-length-assertion-aborts.patch:
  * Do not call h5lookup methods that cause failed assertions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=42
This commit is contained in:
2025-04-03 04:08:27 +00:00
committed by Git OBS Bridge
parent d91a0fdd5b
commit 668818276d
5 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 3 04:06:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2025.3.30:
* Pass 7659 tests.
* Fix some codecs for use with Zarr 3, zarr_format=2 (#123).
* Fix lz4h5 codec when block size is less than compressed size (#126).
* Fix pglz_compress is not thread-safe.
* Set __module__ attribute on public objects.
* Drop support for Python 3.9, deprecate Python 3.10.
- Add patch no-length-assertion-aborts.patch:
* Do not call h5lookup methods that cause failed assertions.
-------------------------------------------------------------------
Fri Dec 6 10:27:23 UTC 2024 - Ben Greiner <code@bnavigator.de>