From 7821ae48ee165c2a767b8d50a3bccd0441964c79 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:48 +0800 Subject: python3-dbusmock: upgrade 0.31.1 -> 0.32.1 Changelog: ========== - ModemManager: Add initial mock - bluez5: Add advertising API - Fix loading of libglib on macOS (From OE-Core rev: 6323ca033e3e1bdb9292b054ce3c0a54fce6df10) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-dbusmock_0.31.1.bb | 22 ---------------------- .../python/python3-dbusmock_0.32.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb create mode 100644 meta/recipes-devtools/python/python3-dbusmock_0.32.1.bb diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb deleted file mode 100644 index fc32c6bbb6..0000000000 --- a/meta/recipes-devtools/python/python3-dbusmock_0.31.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] = "b23b8e1b51fe2a9b13e617fff6b60b3ed8e536c080cf3498019d223678d5ea49" - -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.32.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.32.1.bb new file mode 100644 index 0000000000..db7011831b --- /dev/null +++ b/meta/recipes-devtools/python/python3-dbusmock_0.32.1.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] = "f02c34493d420b3cf2d8d341b79a60841593b7b7615adc3ece17ff86f8275924" + +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