diff options
Diffstat (limited to 'graphics/py-willow/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-willow/files/patch-pyproject.toml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/graphics/py-willow/files/patch-pyproject.toml b/graphics/py-willow/files/patch-pyproject.toml index 4e0077e20035..ba816ba9d024 100644 --- a/graphics/py-willow/files/patch-pyproject.toml +++ b/graphics/py-willow/files/patch-pyproject.toml @@ -1,11 +1,22 @@ ---- pyproject.toml.orig 2023-09-06 10:32:49 UTC +--- pyproject.toml.orig 2025-04-22 13:08:41 UTC +++ pyproject.toml -@@ -25,7 +25,7 @@ classifiers = [ +@@ -26,7 +26,7 @@ dependencies = [ dynamic = ["version"] # will read __version__ from willow/__init__.py - requires-python = ">=3.8" + requires-python = ">=3.9" dependencies = [ - "filetype>=1.0.10,!=1.1.0", + "filetype>=1.0.7,!=1.1.0", "defusedxml>=0.7,<1.0", ] +@@ -35,8 +35,8 @@ heif = [ + wand = ["Wand>=0.6,<1.0"] + heif = [ + # Pinned because pillow-heif 0.23+ has dropped AVIF support but we still rely on it. +- "pillow-heif>=0.10.0,<0.22.0; python_version < '3.12'", +- "pillow-heif>=0.13.0,<0.22.0; python_version >= '3.12'", ++ "pillow-heif>=0.10.0,<1.0.0; python_version < '3.12'", ++ "pillow-heif>=0.13.0,<1.0.0; python_version >= '3.12'", + ] + + testing = [ |