From bb4eea1ffcbd2279a9da7c4555b26034e90441e7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Dec 2023 17:40:22 +0800 Subject: python3-dbusmock: upgrade 0.29.1 -> 0.30.0 Changelog: ============ -api: Add pytest support and helpers -api: Factor the server spawning into a new SpawnedMock object -doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ -cli: Add support for running custom commands on the mock environment (From OE-Core rev: 52d4b5476ba69c3e176d6631b76b06cd1f80f2ad) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-dbusmock_0.29.1.bb | 22 ---------------------- .../python/python3-dbusmock_0.30.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb create mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb deleted file mode 100644 index 09bae0e19f..0000000000 --- a/meta/recipes-devtools/python/python3-dbusmock_0.29.1.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] = "b03590057c236d352c38973f4b71ae2c97b3a1cb1dc6f03278ce4072a3716a74" - -PYPI_PACKAGE = "python-dbusmock" - -inherit pypi python_setuptools_build_meta -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-dbus \ - ${PYTHON_PN}-unittest \ - ${PYTHON_PN}-xml \ - " - -RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.30.0.bb new file mode 100644 index 0000000000..8dec23134a --- /dev/null +++ b/meta/recipes-devtools/python/python3-dbusmock_0.30.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] = "dbb59e715b4d88089caed950edf93c46cb5f022ceae5d8ae37064b73baf956c1" + +PYPI_PACKAGE = "python-dbusmock" + +inherit pypi python_setuptools_build_meta +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-dbus \ + ${PYTHON_PN}-unittest \ + ${PYTHON_PN}-xml \ + " + +RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf