From: Alexandru Ardelean Date: Wed, 5 Jul 2023 08:06:54 +0000 (+0300) Subject: pillow: bump to version 10.0.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=11ebe528df81ca9e96054cc63b3984cc202f6ff8;p=openwrt-packages.git pillow: bump to version 10.0.0 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 753ceec25..c974723a9 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,11 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=9.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=10.0.0 +PKG_RELEASE:=1 PYPI_NAME:=Pillow -PKG_HASH:=bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1 +PKG_HASH:=9c82b5b3e043c7af0d95792d0d20ccf68f61a1fec6b3530e718b688422727396 + +PKG_BUILD_DEPENDS:=python-setuptools-scm/host PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=HPND diff --git a/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch b/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch new file mode 100644 index 000000000..3dc07d992 --- /dev/null +++ b/lang/python/pillow/patches/001-remove-setuptools-version-limit.patch @@ -0,0 +1,11 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,7 +1,7 @@ + [build-system] + build-backend = "backend" + requires = [ +- "setuptools>=67.8", ++ "setuptools", + "wheel", + ] + backend-path = [