diff mbox series

[meta-python] python3-dbus-fast: upgrade 2.12.0 -> 2.14.0

Message ID 1700122251-21927-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-dbus-fast: upgrade 2.12.0 -> 2.14.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2023, 8:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...{python3-dbus-fast_2.12.0.bb => python3-dbus-fast_2.14.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dbus-fast_2.12.0.bb => python3-dbus-fast_2.14.0.bb} (80%)

Comments

Khem Raj Nov. 20, 2023, 3:50 a.m. UTC | #1
On Thu, 16 Nov 2023 16:10:51 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ==========
> -Add support for tuples to the marshaller
> -Re-release since the previous release ran out of space on PyPI
> 
> 

Applied, thanks!

[1/1] python3-dbus-fast: upgrade 2.12.0 -> 2.14.0
      commit: 516868458050c61019bdacbbcd51f616ad81f099

Best regards,
diff mbox series

Patch

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
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.12.0.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.14.0.bb
index 05502e223..5ce05c383 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"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
 
-SRC_URI[sha256sum] = "849478e11d251fa4ebb99ce5bfee332cb6383c63ef0bc97bae23cef4e0badf9c"
+SRC_URI[sha256sum] = "91a88fea66b4e69ce73ac4c1ac04952c4fbd5e9b902400649013778a177129ea"
 
 PYPI_PACKAGE = "dbus_fast"