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,7 +1,7 @@
#
# spec file for package python-imagecodecs
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,15 @@
%endif
%{?sle15_python_module_pythons}
Name: python-imagecodecs%{psuffix}
Version: 2024.9.22
Version: 2025.3.30
Release: 0
Summary: Image transformation, compression, and decompression codecs
License: BSD-3-Clause
URL: https://github.com/cgohlke/imagecodecs/
Source0: https://files.pythonhosted.org/packages/source/i/imagecodecs/imagecodecs-%{version}.tar.gz
Source1: imagecodecs_distributor_setup.py
# PATCH-FIX-OPENSUSE Remove h5lookup tests that cause failed assertions
Patch0: no-length-assertion-aborts.patch
ExcludeArch: %ix86 %arm32 ppc s390
BuildRequires: %{python_module Cython >= 3.0.11}
BuildRequires: %{python_module base >= 3.10}