Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-imagecodecs for openSUSE:Factory checked in at 2026-04-28 11:55:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-imagecodecs (Old) and /work/SRC/openSUSE:Factory/.python-imagecodecs.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-imagecodecs" Tue Apr 28 11:55:46 2026 rev:20 rq:1349455 version:2026.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-imagecodecs/python-imagecodecs.changes 2025-09-04 18:02:18.506104605 +0200 +++ /work/SRC/openSUSE:Factory/.python-imagecodecs.new.11940/python-imagecodecs.changes 2026-04-28 11:59:44.929924430 +0200 @@ -1,0 +2,43 @@ +Tue Mar 24 19:37:58 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2026.3.6: + * Add CCITTRLE, CCITTFAX3 and CCITTFAX4 codecs (decode only). + * Implement packints_encode function. + * Support lerc subcodec in tiff_encode function. + * Support packed integers, ccitt and pixarlog compression in + TIFF codec. + * Support bitorder option in PACKINTS codec. + * Support rounding in BFLOAT16 codec. + * Support more BMP types. + * Update PCODEC to new API. + * Fix buffer overflows in third-party code. + * Fix code review issues. + * Add tiff_encode function. + * Add extra options for HTJ2K (#134). + * Add linear RGB option to cms_profile. + * Change ZSTD default compression level to 3. + * Enforce positional-only and keyword-only parameters + (breaking). + * Base numcodecs.Jpeg on JPEG8 codec (breaking). + * Add HTJ2K codec based on OpenJPH library (#125). + * Add MESHOPT codec based on meshoptimizer library. + * Fix decoding concatenated ZStandard frames. + * Fix potential issues in TIFF and WEBP codecs. + * Fix pyi stub file. + * Change default Brotli compression level to 4. + * Use Brotli streaming API for decoding. + * Enable decoding UltraHDR to uint16. + * Tweak memory allocation and reallocation strategies. + * Use fused types. + * Improve code quality. + * Fix EER superresolution decoding (breaking; see tifffile + #313). + * Add option to eer_decode to add to uint16 array. + * Add option to specify CICP/NCLX parameters in avif_encode + (#131). + * Add BFLOAT16 codec. + * Build ABI3 wheels. + * Require Cython >= 3.2. + * Deprecate Python 3.11. + +------------------------------------------------------------------- Old: ---- imagecodecs-2025.8.2.tar.gz New: ---- imagecodecs-2026.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-imagecodecs.spec ++++++ --- /var/tmp/diff_new_pack.4hqisT/_old 2026-04-28 11:59:45.533949803 +0200 +++ /var/tmp/diff_new_pack.4hqisT/_new 2026-04-28 11:59:45.533949803 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-imagecodecs # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # 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: 2026.3.6 Release: 0 Summary: Image transformation, compression, and decompression codecs License: BSD-3-Clause @@ -100,7 +100,6 @@ BuildRequires: xz-devel BuildRequires: zfp-devel BuildRequires: pkgconfig(SvtAv1Enc) -BuildRequires: pkgconfig(blosc) BuildRequires: pkgconfig(blosc2) >= 2.7.1 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(cfitsio) @@ -118,6 +117,7 @@ BuildRequires: pkgconfig(libturbojpeg) >= 3 BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(openjph) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib-ng) %endif @@ -176,6 +176,7 @@ # no webp and lerc support in libtiff donttest="$donttest or (test_tiff and (webp or lerc))" donttest+=" or test_cms" +donttest+=" or test_tiff_encode_pixarlog" %pytest_arch -n auto tests -rsXfE -k "not ($donttest ${$python_donttest})" %endif ++++++ imagecodecs-2025.8.2.tar.gz -> imagecodecs-2026.3.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-imagecodecs/imagecodecs-2025.8.2.tar.gz /work/SRC/openSUSE:Factory/.python-imagecodecs.new.11940/imagecodecs-2026.3.6.tar.gz differ: char 5, line 1 ++++++ imagecodecs_distributor_setup.py ++++++ --- /var/tmp/diff_new_pack.4hqisT/_old 2026-04-28 11:59:45.629953836 +0200 +++ /var/tmp/diff_new_pack.4hqisT/_new 2026-04-28 11:59:45.637954172 +0200 @@ -10,18 +10,20 @@ includedir = os.getenv("INCDIR",'') + '/' del EXTENSIONS['apng'] # png-apng library not available + del EXTENSIONS['blosc'] # use blosc2 del EXTENSIONS['brunsli'] # graphics/brunsli not in Factory del EXTENSIONS['jetraw'] # jetraw library not available del EXTENSIONS['lerc'] # LERC library not available del EXTENSIONS['lz4f'] # requires static linking del EXTENSIONS['lzo'] # lzokay not available + del EXTENSIONS['meshopt'] # not in Factory del EXTENSIONS['mozjpeg'] # Win32 only del EXTENSIONS['pcodec'] # not available in Factory del EXTENSIONS['sperr'] # not available in Factory del EXTENSIONS['jpegxs'] # jxs not available in Factory del EXTENSIONS['sz3'] # SZ3c not available in Factory del EXTENSIONS['ultrahdr'] # uhdr not available in Factory - + EXTENSIONS['avif']['libraries'] = [ 'avif', 'aom',
