From: Alexandru Ardelean Date: Wed, 12 Nov 2025 17:34:47 +0000 (+0200) Subject: python-cffi: bump to version 2.0.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2590594111be87dbed3ff7e5db7b99845eada382;p=feed%2Fpackages.git python-cffi: bump to version 2.0.0 Bump to version 2.0.0 because the CI seems to also include this. Drop patch for un-pinning setuptools. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index 74020d159c..78bf44fbec 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.16.0 +PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PYPI_NAME:=cffi -PKG_HASH:=bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 +PKG_HASH:=44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-cffi/patches/001-unpin-setuptools.patch b/lang/python/python-cffi/patches/001-unpin-setuptools.patch deleted file mode 100644 index bf2774f543..0000000000 --- a/lang/python/python-cffi/patches/001-unpin-setuptools.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -2,6 +2,6 @@ - requires = [ - # first version that supports Python 3.12; older versions may work - # with previous Python versions, but are not tested -- "setuptools >= 66.1" -+ "setuptools" - ] - build-backend = "setuptools.build_meta"