From 3f7f1b6e66223afb7e23b49607c214df38c72e0f Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Sat, 12 Aug 2023 22:13:12 +0100 Subject: [PATCH] python3-dbus-fast: update to 1.91.2 The patch is no longer required as host setuptools is now new enough. Signed-off-by: Quintin Hill --- lang/python/python-dbus-fast/Makefile | 4 ++-- .../python-dbus-fast/patches/001-unpin-setuptools.patch | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 lang/python/python-dbus-fast/patches/001-unpin-setuptools.patch diff --git a/lang/python/python-dbus-fast/Makefile b/lang/python/python-dbus-fast/Makefile index ddcfdb0466..74b79d9bf3 100644 --- a/lang/python/python-dbus-fast/Makefile +++ b/lang/python/python-dbus-fast/Makefile @@ -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 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 index 327f0e74da..0000000000 --- a/lang/python/python-dbus-fast/patches/001-unpin-setuptools.patch +++ /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" -- 2.30.2