From a9ded298151160cf8249932090f5378ab734344d Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 30 Aug 2026 12:50:11 +1200 Subject: [PATCH] python3-sdbus: upgrade 0.14.2 -> 0.14.3 Changelog: https://github.com/python-sdbus/python-sdbus/releases/tag/0.14.3 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../python/{python3-sdbus_0.14.2.bb => python3-sdbus_0.14.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sdbus_0.14.2.bb => python3-sdbus_0.14.3.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-sdbus_0.14.2.bb b/meta-python/recipes-devtools/python/python3-sdbus_0.14.3.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-sdbus_0.14.2.bb rename to meta-python/recipes-devtools/python/python3-sdbus_0.14.3.bb index 532349dcbe..e15bf1028e 100644 --- a/meta-python/recipes-devtools/python/python3-sdbus_0.14.2.bb +++ b/meta-python/recipes-devtools/python/python3-sdbus_0.14.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-sdbus.readthedocs.io/en/latest/" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e77986dc8e2ee22d44a7c863e96852ae" -SRC_URI[sha256sum] = "4f5d13b196e1e1de35311ebb2563a32de791451a30f5b9a4894528ba98766412" +SRC_URI[sha256sum] = "4ec4fa4108629bae5ab2775e5575b0251fdb555d4a3613c9ddb37fc73f882983" REQUIRED_DISTRO_FEATURES = "systemd" DEPENDS += "systemd"