From: wangmy Date: Tue, 2 Nov 2021 03:35:11 +0000 (+0800) Subject: python3-dbusmock: upgrade 0.24.0 -> 0.24.1 X-Git-Tag: uninative-3.5~956 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f290414f206904136c79ab6834c6c7ad7052c6d9;p=openembedded-core.git python3-dbusmock: upgrade 0.24.0 -> 0.24.1 Do not register standard D-Bus service directories (Thanks Benjamin Berg) templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan) Fix importlib module import (Thanks Marco Trevisan) Clean up code for most recent pylint version Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb rename to meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb index 271a2b105f..cf272328b3 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.24.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/" LICENSE = "GPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[sha256sum] = "0be0d51dba4aee050bb2cd9074a377bf9308306df1eb7918038c6ffe7153c272" +SRC_URI[sha256sum] = "56d660bd5f5d0edfe8b0eedfbb9b0814a134eb94b46fca16c379dca68be5724f" PYPI_PACKAGE = "python-dbusmock"