python3-dbus-fast: update to 1.91.2
authorQuintin Hill <stuff@quintin.me.uk>
Sat, 12 Aug 2023 21:13:12 +0000 (22:13 +0100)
committerTianling Shen <cnsztl@gmail.com>
Wed, 16 Aug 2023 10:22:58 +0000 (18:22 +0800)
The patch is no longer required as host setuptools is now new enough.

Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
lang/python/python-dbus-fast/Makefile
lang/python/python-dbus-fast/patches/001-unpin-setuptools.patch [deleted file]

index ddcfdb0466f5f9a9d4d09b3a634868233f248c19..74b79d9bf34198930be6861a2826ca34192c775e 100644 (file)
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dbus-fast
-PKG_VERSION:=1.86.0
+PKG_VERSION:=1.91.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=dbus-fast
 PYPI_SOURCE_NAME:=dbus_fast
-PKG_HASH:=ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e
+PKG_HASH:=648b70804da35c92ac44af1d321aeb19df6596dbad362adc2f2507fd99f0f5ae
 
 PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk>
 PKG_LICENSE:=MIT
diff --git a/lang/python/python-dbus-fast/patches/001-unpin-setuptools.patch b/lang/python/python-dbus-fast/patches/001-unpin-setuptools.patch
deleted file mode 100644 (file)
index 327f0e7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -97,5 +97,5 @@ module = "docs.*"
- ignore_errors = true
- [build-system]
--requires = ['setuptools>=65.4.1', 'wheel', 'Cython', "poetry-core>=1.0.0"]
-+requires = ['setuptools', 'wheel', 'Cython', "poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"