pillow: bump to version 10.0.0 21568/head
authorAlexandru Ardelean <alex@shruggie.ro>
Wed, 5 Jul 2023 08:06:54 +0000 (11:06 +0300)
committerAlexandru Ardelean <alex@shruggie.ro>
Fri, 14 Jul 2023 18:44:59 +0000 (21:44 +0300)
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
lang/python/pillow/Makefile
lang/python/pillow/patches/001-remove-setuptools-version-limit.patch [new file with mode: 0644]

index 753ceec25a55fc73451a3b872b1778b449ad6640..c974723a97621dee09e72f34dc7623a750485983 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 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 (file)
index 0000000..3dc07d9
--- /dev/null
@@ -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 = [