Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
8989246f64 | |||
668818276d | |||
543147b82a | |||
d91a0fdd5b | |||
93b7b75a3a | |||
6687685ed7 | |||
060d3ef36d | |||
6e02b8ec54 |
3
imagecodecs-2025.3.30.tar.gz
Normal file
3
imagecodecs-2025.3.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29256f44a7fcfb8f235a3e9b3bae72b06ea2112e63bcc892267a8c01b7097f90
|
||||
size 9506573
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af272aac90c370326a7e2fffcbbbd32d42de07576959a2a98d60110267dfe6c
|
||||
size 9490135
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user