python3-pillow: upgrade 10.4.0 -> 11.0.0

Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen
2024-12-21 22:57:01 +00:00
committed by Khem Raj
parent 7f98c1aec1
commit a7feabbc21
2 changed files with 5 additions and 5 deletions

View File

@@ -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: