From 004e9fa46f382f82c801025f6459d07343df08b1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Dec 2024 17:10:50 +0800 Subject: python3-dbusmock: upgrade 0.32.2 -> 0.33.0 Changelog: =========== - templates: Add gsd-rfkill - Allow adding objects derived from DBusMockObject - Drop Python <= 3.7 support (From OE-Core rev: ac53cb49a82440de65184678ba82d00afae803d4) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-dbusmock_0.32.2.bb | 22 ---------------------- .../python/python3-dbusmock_0.33.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb create mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb b/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb deleted file mode 100644 index 436b82d1a0..0000000000 --- a/meta/recipes-devtools/python/python3-dbusmock_0.32.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" -HOMEPAGE = "https://pypi.org/project/python-dbusmock/" - -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" - -SRC_URI[sha256sum] = "357c269d53a5bb3f87983bec7ff700a0c4d071481f7cf7221ec8376224fc4316" - -PYPI_PACKAGE = "python-dbusmock" - -inherit pypi python_setuptools_build_meta -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += "\ - python3-dbus \ - python3-unittest \ - python3-xml \ - " - -RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}python3-pygobject', '', d)}" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb new file mode 100644 index 0000000000..c0ea64b6b8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" +HOMEPAGE = "https://pypi.org/project/python-dbusmock/" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" + +SRC_URI[sha256sum] = "04efd311dd1063ac2b8f7baa79a026b5c0aa3ed4ef18cd9226f52a273fa6193a" + +PYPI_PACKAGE = "python-dbusmock" + +inherit pypi python_setuptools_build_meta +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += "\ + python3-dbus \ + python3-unittest \ + python3-xml \ + " + +RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}python3-pygobject', '', d)}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf