From 02a9109e42afda5c4003a9b6f7eeae40c4300ca3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Oct 2024 13:49:03 +0800 Subject: [PATCH] python3-dbusmock: upgrade 0.32.1 -> 0.32.2 Changelog: ============== - all templates: Drop wrong variant wrapping from all properties - tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints with NM >= 1.49.3 (From OE-Core rev: ee2216cb840879c52705b670ce6c8a9bfaa0a412) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../{python3-dbusmock_0.32.1.bb => python3-dbusmock_0.32.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dbusmock_0.32.1.bb => python3-dbusmock_0.32.2.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.32.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb similarity index 87% rename from meta/recipes-devtools/python/python3-dbusmock_0.32.1.bb rename to meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb index db7011831b..436b82d1a0 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.32.1.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/python-dbusmock/" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[sha256sum] = "f02c34493d420b3cf2d8d341b79a60841593b7b7615adc3ece17ff86f8275924" +SRC_URI[sha256sum] = "357c269d53a5bb3f87983bec7ff700a0c4d071481f7cf7221ec8376224fc4316" PYPI_PACKAGE = "python-dbusmock"