13
0

8 Commits

Author SHA256 Message Date
8989246f64 Accepting request 1266740 from devel:languages:python
- 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/request/show/1266740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagecodecs?expand=0&rev=18
2025-04-03 14:50:05 +00:00
668818276d - 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
2025-04-03 04:08:27 +00:00
543147b82a Accepting request 1228806 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1228806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagecodecs?expand=0&rev=17
2024-12-08 10:37:17 +00:00
d91a0fdd5b Accepting request 1228757 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2024.9.22
  * Use libjpeg-turbo for all Lossless JPEG bit-depths if possible
    (#105).
  * Fix PackBits encoder fails to skip short replication blocks
    (#107).
  * Fix JPEG2K encoder leaving trailing random bytes (#104).
  * Fix encoding and decoding JPEG XL with custom bitspersample
    (#102).
  * Improve error handling in lzf_decode (#103).
  * Add Ultra HDR (JPEG_R) codec based on libultrahdr library
    (#108).
  * Add JPEGXS codec based on libjxs library (source only).
  * Add SZ3 codec based on SZ3 library.
  * Deprecate Python 3.9, support Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1228757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=40
2024-12-06 15:35:22 +00:00
93b7b75a3a Accepting request 1193894 from devel:languages:python
- switch to modern python for sle15

OBS-URL: https://build.opensuse.org/request/show/1193894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagecodecs?expand=0&rev=16
2024-08-16 10:23:07 +00:00
6687685ed7 - switch to modern python for sle15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=38
2024-08-14 14:51:32 +00:00
060d3ef36d Accepting request 1188317 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1188317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagecodecs?expand=0&rev=15
2024-07-19 13:26:54 +00:00
6e02b8ec54 Accepting request 1188258 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2024.6.1
  * Pass 7486 tests.
  * Fix segfault in sperr_decode.
  * Fix segfault when strided-decoding into buffers with unexpected
    shapes (#98).
  * Fix jpeg2k_encoder output buffer too small (#101).
  * Add PCODEC codec based on pcodec library.
  * Support NumPy 2.
- Drop skip-rare-codecs.patch, restore and update
  imagecodecs_distributor_setup.py

OBS-URL: https://build.opensuse.org/request/show/1188258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=36
2024-07-18 06:40:53 +00:00
4 changed files with 8 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29256f44a7fcfb8f235a3e9b3bae72b06ea2112e63bcc892267a8c01b7097f90
size 9506573

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2af272aac90c370326a7e2fffcbbbd32d42de07576959a2a98d60110267dfe6c
size 9490135

View File

@@ -1,19 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-imagecodecs
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-imagecodecs%{psuffix}
Version: 2025.8.2
Version: 2025.3.30
Release: 0
Summary: Image transformation, compression, and decompression codecs
License: BSD-3-Clause
@@ -36,8 +36,8 @@ 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.1.0}
BuildRequires: %{python_module base >= 3.11}
BuildRequires: %{python_module Cython >= 3.0.11}
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -105,7 +105,7 @@ BuildRequires: pkgconfig(blosc2) >= 2.7.1
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(cfitsio)
BuildRequires: pkgconfig(lcms2) >= 2.16
BuildRequires: pkgconfig(libavif) >= 1.3.0
BuildRequires: pkgconfig(libavif) >= 1.0.0
BuildRequires: pkgconfig(libbrotlicommon)
BuildRequires: pkgconfig(libheif)
BuildRequires: pkgconfig(libjxl) >= 0.9