public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-imagecodecs] rawhide: Update to 2026.1.1
Date: Thu, 24 Sep 2026 13:43:24 GMT	[thread overview]
Message-ID: <179025740454.1.17779311538620528411.rpms-python-imagecodecs-9478019dc02c@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-24 13:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179025740454.1.17779311538620528411.rpms-python-imagecodecs-9478019dc02c@fedoraproject.org \
    --to=orion@nwra.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox