diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-03-01 17:41:43 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:43:24 +0000 |
| commit | f91f0d2046fe9de1bc7caf69d021375938443f49 (patch) | |
| tree | 03ca13b7e2580830615548cc0c171e82a7542419 /meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb | |
| parent | 77e185ec29cbb6222aa52e701b55e29d3e8d3b06 (diff) | |
| download | poky-f91f0d2046fe9de1bc7caf69d021375938443f49.tar.gz | |
python3-dbusmock: upgrade 0.25.0 -> 0.26.1
Changelog from 0.25.0 to 0.26.1:
==========
- logind template: Add locking API
- bluez5 template: Add RemoveDevice() and RemoveAdapterWithDevices() methods,
fix properties
- Documentation improvements, particularly wrt. raising errors
- Fix README content type to Markdown, to fix releasing to PyPi
(From OE-Core rev: e9ff8a96165ce8901f36da1be1eae4b6bc2c3a3b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb deleted file mode 100644 index 3a9cdda5f6..0000000000 --- a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/python-dbusmock/" | ||
| 3 | |||
| 4 | LICENSE = "GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python-dbusmock" | ||
| 10 | PIP_INSTALL_PACKAGE = "python_dbusmock" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-dbus \ | ||
| 16 | ${PYTHON_PN}-pygobject \ | ||
| 17 | ${PYTHON_PN}-unittest \ | ||
| 18 | ${PYTHON_PN}-xml \ | ||
| 19 | " | ||
