diff mbox series

[meta-python,2/7] python3-pillow: upgrade 10.4.0 -> 11.0.0

Message ID 20241221225704.2712991-4-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python,1/7] python3-aiohttp: upgrade 3.11.8 -> 3.11.11 | expand

Commit Message

Tom Geelen Dec. 21, 2024, 10:57 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 .../python3-pillow/0001-support-cross-compiling.patch     | 8 ++++----
 ...{python3-pillow_10.4.0.bb => python3-pillow_11.0.0.bb} | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_10.4.0.bb => python3-pillow_11.0.0.bb} (97%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch b/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
index 220c4edc3f..dbca66cee8 100644
--- a/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
+++ b/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
@@ -1,4 +1,4 @@ 
-From 5b28d19d6513cc3eb3105d3f917df352283f3c5e Mon Sep 17 00:00:00 2001
+From de7cb754410dfff23746a74fb788d99462ab6ae6 Mon Sep 17 00:00:00 2001
 From: Leon Anavi <leon.anavi@konsulko.com>
 Date: Mon, 11 Jan 2021 13:25:12 +0000
 Subject: [PATCH] support cross compiling
@@ -12,10 +12,10 @@  Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/setup.py b/setup.py
-index 0abfaaddc..557420a6b 100644
+index 60707083f..2f614d826 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -129,7 +129,7 @@ _LIB_IMAGING = (
+@@ -131,7 +131,7 @@ _LIB_IMAGING = (
      "codec_fd",
  )
  
@@ -24,7 +24,7 @@  index 0abfaaddc..557420a6b 100644
  
  
  class DependencyException(Exception):
-@@ -508,12 +508,12 @@ class pil_build_ext(build_ext):
+@@ -534,12 +534,12 @@ class pil_build_ext(build_ext):
                      _add_directory(library_dirs, match.group(1))
  
          # include, rpath, if set as environment variables:
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb
similarity index 97%
rename from meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb
rename to meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb
index a9cb903ac1..86e8dc6f6b 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb
@@ -9,7 +9,7 @@  SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
            file://0001-support-cross-compiling.patch \
            file://run-ptest \
            "
-SRCREV = "9b4fae77178e827ab17118fbc89c739ffd6a0fab"
+SRCREV = "204aae6682fc936f5350b3fe70335776f81480a7"
 
 inherit python_setuptools_build_meta ptest