python-cffi: bump to version 2.0.0
authorAlexandru Ardelean <[email protected]>
Wed, 12 Nov 2025 17:34:47 +0000 (19:34 +0200)
committerAlexandru Ardelean <[email protected]>
Wed, 12 Nov 2025 19:44:33 +0000 (21:44 +0200)
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 <[email protected]>
lang/python/python-cffi/Makefile
lang/python/python-cffi/patches/001-unpin-setuptools.patch [deleted file]

index 74020d159cda1c869348bcb2ae68ebe1a022f864..78bf44fbec003a12f249977676ced05c95c7a2b2 100644 (file)
@@ -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 (file)
index bf2774f..0000000
+++ /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"