public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-imagecodecs] rawhide: Update to 2026.1.1
@ 2026-09-24 13:43 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-09-24 13:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-imagecodecs
Branch : rawhide
Commit : 9478019dc02cfe2733ba94e7c08c881ad875a7fb
Author : Orion Poplawski <orion@nwra.com>
Date : 2026-09-24T07:42:54-06:00
Stats : +6/-4 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-imagecodecs/c/9478019dc02cfe2733ba94e7c08c881ad875a7fb?branch=rawhide
Log:
Update to 2026.1.1
Ignore test failure on ppc64le for now
---
diff --git a/.gitignore b/.gitignore
index 8b60b7f..7d72a26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/imagecodecs-2025.3.30.tar.gz
/imagecodecs-2025.8.2.tar.gz
/imagecodecs-2025.11.11.tar.gz
+/imagecodecs-2026.1.1.tar.gz
diff --git a/imagecodecs_distributor_setup.py b/imagecodecs_distributor_setup.py
index ab093ab..8d7747f 100644
--- a/imagecodecs_distributor_setup.py
+++ b/imagecodecs_distributor_setup.py
@@ -14,6 +14,7 @@ def customize_build(EXTENSIONS, OPTIONS):
del EXTENSIONS['lz4f'] # requires static linking
del EXTENSIONS['lzf'] # Uses 3rdparty source
del EXTENSIONS['lzham'] # Uses 3rdparty source
+ del EXTENSIONS['meshopt'] # Needs meshoptimizer.h
del EXTENSIONS['mozjpeg'] # Win32 only
del EXTENSIONS['pglz'] # Uses 3rdparty source
del EXTENSIONS['qoi'] # Uses 3rdparty source
diff --git a/python-imagecodecs.spec b/python-imagecodecs.spec
index a910d47..b5f159a 100644
--- a/python-imagecodecs.spec
+++ b/python-imagecodecs.spec
@@ -1,7 +1,7 @@
%global srcname imagecodecs
Name: python-imagecodecs
-Version: 2025.11.11
+Version: 2026.1.1
Release: %autorelease
Summary: Image transformation, compression, and decompression codecs
@@ -377,9 +377,9 @@ TEST_OPTS=(
--deselect "tests/test_imagecodecs.py::test_tifffile[lzma-True-f4->]"
)
-# A number of tests fail on s390x, ignore that for now
+# A number of tests fail on ppc64le and s390x, ignore that for now
%pytest -v "${TEST_OPTS[@]}" \
-%ifarch s390x
+%ifarch ppc64le s390x
|| :
%endif
diff --git a/sources b/sources
index 66d0d55..577c785 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (imagecodecs-2025.11.11.tar.gz) = ee3a6fbeadcb694a60a87b8fc88fbea3bd6770f90bb83241aa953ef3dc78e76f191ba994d5057d7058c7a0c84bb9f918aefb13fe35b4435cafbf4510f89206cd
+SHA512 (imagecodecs-2026.1.1.tar.gz) = 271d708d1ecf305cd0a430071f1f9a8ac455b3ba00f39aab853f787717c953eb0eaf90b0e3bde0d439693d403b07755a8fa5a2978951920e8176bb98ff01aa9c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 13:43 [rpms/python-imagecodecs] rawhide: Update to 2026.1.1 Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox