From e3ba7978731e0b0afdbaee1b0d39ce17c6397883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= Date: Thu, 17 Apr 2025 14:52:48 +0200 Subject: [PATCH] package/python-sdbus: bump to version 0.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For release note, see: https://github.com/python-sdbus/python-sdbus/releases/tag/0.14.0 The upstream URL has changed so while at it also update it. Signed-off-by: Raphaël Mélotte [Julien: add link to release note in commit log] Signed-off-by: Julien Olivain --- package/python-sdbus/Config.in | 2 +- package/python-sdbus/python-sdbus.hash | 4 ++-- package/python-sdbus/python-sdbus.mk | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-sdbus/Config.in b/package/python-sdbus/Config.in index b2d3990ab4..24ea16901f 100644 --- a/package/python-sdbus/Config.in +++ b/package/python-sdbus/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_PYTHON_SDBUS Modern Python D-Bus library. Based on sd-bus from libsystemd. - https://github.com/igo95862/python-sdbus + https://github.com/python-sdbus/python-sdbus comment "python-sdbus needs systemd" depends on !BR2_PACKAGE_SYSTEMD diff --git a/package/python-sdbus/python-sdbus.hash b/package/python-sdbus/python-sdbus.hash index 62a4587628..544262d48f 100644 --- a/package/python-sdbus/python-sdbus.hash +++ b/package/python-sdbus/python-sdbus.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/sdbus/json -md5 ea63ebfd0499940dc32878b0ffb9601c sdbus-0.13.0.tar.gz -sha256 801bd46608ee82614d42960c8ba8ae9300edb1bf5bbeb534bc8fd21f13d2c20e sdbus-0.13.0.tar.gz +md5 69a256ea1c25105461a3955ac68e3ea7 sdbus-0.14.0.tar.gz +sha256 41d61b76cc05a9ea41d10d70a11e9f9a86ed95f40f713630c5e18340e0e4c76f sdbus-0.14.0.tar.gz # Locally computed sha256 checksums sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/python-sdbus/python-sdbus.mk b/package/python-sdbus/python-sdbus.mk index 111c4bd648..560a5f02ae 100644 --- a/package/python-sdbus/python-sdbus.mk +++ b/package/python-sdbus/python-sdbus.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SDBUS_VERSION = 0.13.0 +PYTHON_SDBUS_VERSION = 0.14.0 PYTHON_SDBUS_SOURCE = sdbus-$(PYTHON_SDBUS_VERSION).tar.gz -PYTHON_SDBUS_SITE = https://files.pythonhosted.org/packages/4f/c7/8740ff78e9ffdbb9a28e7722e145795015c62ea7ce812242f5968073511c +PYTHON_SDBUS_SITE = https://files.pythonhosted.org/packages/17/9a/1dc010428fa1f444809d9aa1adb3ce231dae891b5f33635d8f4d7a8e33fd PYTHON_SDBUS_SETUP_TYPE = setuptools PYTHON_SDBUS_LICENSE = LGPL-2.1+ PYTHON_SDBUS_LICENSE_FILES = COPYING