public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pillow-jxl-plugin] rawhide: Update to version 1.3.7; Fixes RHBZ#2403496
@ 2026-06-29 12:58 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-29 12:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pillow-jxl-plugin
Branch : rawhide
Commit : 2c3b7cf88f1edb32ddd8422cc567cedc8d43732b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-20T22:39:24+01:00
Stats  : +11/-10 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pillow-jxl-plugin/c/2c3b7cf88f1edb32ddd8422cc567cedc8d43732b?branch=rawhide

Log:
Update to version 1.3.7; Fixes RHBZ#2403496

---
diff --git a/.gitignore b/.gitignore
index 2377c0d..34e854f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /pillow_jxl_plugin-1.3.4.tar.gz
 /pillow-jpegxl-plugin-1.3.5.tar.gz
 /pillow-jpegxl-plugin-1.3.6.tar.gz
+/pillow-jpegxl-plugin-1.3.7.tar.gz

diff --git a/0001-Update-jpegxl-rs-dependency-from-0.11.2-to-0.12.0.patch b/0001-Update-jpegxl-rs-dependency-from-0.11.2-to-0.12.0.patch
index 2e36971..09d3839 100644
--- a/0001-Update-jpegxl-rs-dependency-from-0.11.2-to-0.12.0.patch
+++ b/0001-Update-jpegxl-rs-dependency-from-0.11.2-to-0.12.0.patch
@@ -1,4 +1,4 @@
-From dd1e62c43f36468c1d624e98cf0273fa7ef747ba Mon Sep 17 00:00:00 2001
+From 5c8a953b036793a0c665b10a9491d3a4cbbef7c7 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Tue, 17 Mar 2026 23:23:07 +0100
 Subject: [PATCH 1/3] Update jpegxl-rs dependency from 0.11.2 to 0.12.0
@@ -11,7 +11,7 @@ https://github.com/Isotr0py/pillow-jpegxl-plugin/commit/0ecab6b
  2 files changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/Cargo.toml b/Cargo.toml
-index 2a236f1..d12d0e6 100644
+index b50a2e6..6bee5d6 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

diff --git a/0002-Unconditionally-dynamically-link-libjxl.patch b/0002-Unconditionally-dynamically-link-libjxl.patch
index b5ae328..f3bfb1f 100644
--- a/0002-Unconditionally-dynamically-link-libjxl.patch
+++ b/0002-Unconditionally-dynamically-link-libjxl.patch
@@ -1,4 +1,4 @@
-From a7c72d6104a909e55f4a2853be5e5ff704d32e6b Mon Sep 17 00:00:00 2001
+From cebbe07b0a6110c85bcfae82114b8e26e748d897 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Sat, 22 Mar 2025 13:30:36 +0100
 Subject: [PATCH 2/3] Unconditionally dynamically link libjxl
@@ -10,12 +10,12 @@ Subject: [PATCH 2/3] Unconditionally dynamically link libjxl
  3 files changed, 3 insertions(+), 57 deletions(-)
 
 diff --git a/Cargo.toml b/Cargo.toml
-index d12d0e6..dbe75ee 100644
+index 6bee5d6..de9ba7c 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -2,7 +2,6 @@
  name = "pillow-jxl-plugin"
- version = "1.3.6"
+ version = "1.3.7"
  edition = "2021"
 -build = "build.rs"
  
@@ -93,7 +93,7 @@ index 028f2b2..4eddb1f 100644
 -    }
  }
 diff --git a/pyproject.toml b/pyproject.toml
-index 3ee5317..4f64dfd 100644
+index c9393dd..03fca97 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
 @@ -40,7 +40,7 @@ dev = [

diff --git a/0003-Downstream-only-patch-out-the-generate-import-lib-fe.patch b/0003-Downstream-only-patch-out-the-generate-import-lib-fe.patch
index d13a301..a60902c 100644
--- a/0003-Downstream-only-patch-out-the-generate-import-lib-fe.patch
+++ b/0003-Downstream-only-patch-out-the-generate-import-lib-fe.patch
@@ -1,4 +1,4 @@
-From f64c3b239872247c9712d6e84f51391f7ab63cd6 Mon Sep 17 00:00:00 2001
+From 9c84197b46f92aab78832c3e0f52190e06d22933 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Sat, 20 Jun 2026 22:02:36 +0100
 Subject: [PATCH 3/3] Downstream-only: patch out the generate-import-lib
@@ -14,7 +14,7 @@ feature – which is not packaged for that reason.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Cargo.toml b/Cargo.toml
-index dbe75ee..243deb6 100644
+index de9ba7c..d131f2c 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
 @@ -9,7 +9,7 @@ name = "pillow_jxl"

diff --git a/python-pillow-jxl-plugin.spec b/python-pillow-jxl-plugin.spec
index e2d81c1..3083c0d 100644
--- a/python-pillow-jxl-plugin.spec
+++ b/python-pillow-jxl-plugin.spec
@@ -1,5 +1,5 @@
 Name:           python-pillow-jxl-plugin
-Version:        1.3.6
+Version:        1.3.7
 Release:        %autorelease
 Summary:        Pillow plugin for JPEG-XL
 # GPL-3.0-or-later for code

diff --git a/sources b/sources
index dc53488..fff6ea9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pillow-jpegxl-plugin-1.3.6.tar.gz) = beb5e1d35ec1030eeaaee901e73d03c4fa7ecf48a6699eec456a8622d51a7b0cef456e2b1d30c7c9b9ab2ddc1e560027b92b16f1d45fe4bd12b59fdb3647e66f
+SHA512 (pillow-jpegxl-plugin-1.3.7.tar.gz) = baf6c353834fb46c67d588ceed4ec22bb0d3bae15b48654eea615fb927da87028389c99b665fa0b016179c1279c7950f1f7077beb688f48009cf2d7c30296461

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:58 [rpms/python-pillow-jxl-plugin] rawhide: Update to version 1.3.7; Fixes RHBZ#2403496 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox