summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-27 21:09:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-30 11:03:07 +0000
commit885c1a41d9f1a63564ef5354461a3dae0986e6a8 (patch)
tree6139b4f6d346e32b296beae5081991f4472ce26a /meta
parent775c1cc08b6bab703bdc5593e579701ab944dbc6 (diff)
downloadpoky-885c1a41d9f1a63564ef5354461a3dae0986e6a8.tar.gz
python3-dbusmock: upgrade 0.30.0 -> 0.30.1
Changelog: ============ -bluez: Clean up static default properties, re-drop PairDevice() class_ parameter -Add pre-commit rules (From OE-Core rev: db3898af5df76e14ee0f5a55ebc0d124e9010425) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.30.1.bb (renamed from meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.30.1.bb
index 8dec23134a..7fa1154b57 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.30.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
4LICENSE = "GPL-3.0-only" 4LICENSE = "GPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6 6
7SRC_URI[sha256sum] = "dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1" 7SRC_URI[sha256sum] = "aa865e5345aa7626583b83f70e7956c576c24dbc19491ce7fd19281cfef49690"
8 8
9PYPI_PACKAGE = "python-dbusmock" 9PYPI_PACKAGE = "python-dbusmock"
10 10