ports/graphics/py-willow/files/patch-pyproject.toml
Po-Chuan Hsieh 719ca800aa
graphics/py-willow: Update to 1.6.2
- Update WWW
- Convert to USE_PYTHON=pep517
- Add HEIF option

Changes:	https://github.com/wagtail/Willow/releases
2023-10-01 07:30:02 +08:00

11 lines
317 B
TOML

--- pyproject.toml.orig 2023-09-06 10:32:49 UTC
+++ pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
dynamic = ["version"] # will read __version__ from willow/__init__.py
requires-python = ">=3.8"
dependencies = [
- "filetype>=1.0.10,!=1.1.0",
+ "filetype>=1.0.7,!=1.1.0",
"defusedxml>=0.7,<1.0",
]