Pillow: update to 10.3.0

This commit is contained in:
Rudi Heitbaum 2024-04-02 11:43:43 +00:00
parent 7544e6d3d3
commit d9e2ebbb9e
2 changed files with 8 additions and 6 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="Pillow"
PKG_VERSION="10.2.0"
PKG_SHA256="fe695f6fa8bbc341b9044b6553a32d84cf6d6ea0de104396aece85e454c7cbc2"
PKG_VERSION="10.3.0"
PKG_SHA256="5a2f1a812237bf9bd57f283422f46ca97a1c3d43d5f67b9bf8a0d499c4b97c85"
PKG_LICENSE="BSD"
PKG_SITE="https://python-pillow.org/"
PKG_URL="https://github.com/python-pillow/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"

View File

@ -2,16 +2,18 @@ diff --git a/setup.py b/setup.py
index 8eb0b3c..277e44a 100755
--- a/setup.py
+++ b/setup.py
@@ -335,7 +335,7 @@
)
@@ -341,9 +341,7 @@
return True if value in configuration.get(option, []) else None
def initialize_options(self):
- self.disable_platform_guessing = None
- self.disable_platform_guessing = self.check_configuration(
- "platform-guessing", "disable"
- )
+ self.disable_platform_guessing = True
self.add_imaging_libs = ""
build_ext.initialize_options(self)
for x in self.feature:
@@ -987,6 +987,7 @@
@@ -1007,6 +1005,7 @@
try:
setup(