diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-16 16:10:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:21 -0800 |
commit | 516868458050c61019bdacbbcd51f616ad81f099 (patch) | |
tree | d56ff148955a5c882058171c2c60d9f7e486b662 /meta-python | |
parent | 609f8d40b4b08ab86245680d9877bde61f2102c8 (diff) | |
download | meta-openembedded-516868458050c61019bdacbbcd51f616ad81f099.tar.gz |
python3-dbus-fast: upgrade 2.12.0 -> 2.14.0
Changelog:
==========
-Add support for tuples to the marshaller
-Re-release since the previous release ran out of space on PyPI
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dbus-fast_2.14.0.bb (renamed from meta-python/recipes-devtools/python/python3-dbus-fast_2.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.12.0.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.14.0.bb index 05502e223b..5ce05c3838 100644 --- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.14.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "849478e11d251fa4ebb99ce5bfee332cb6383c63ef0bc97bae23cef4e0badf9c" | 6 | SRC_URI[sha256sum] = "91a88fea66b4e69ce73ac4c1ac04952c4fbd5e9b902400649013778a177129ea" |
7 | 7 | ||
8 | PYPI_PACKAGE = "dbus_fast" | 8 | PYPI_PACKAGE = "dbus_fast" |
9 | 9 | ||