diff mbox series

[meta-python,32/54] python3-pychromecast: upgrade 14.0.2 -> 14.0.4

Message ID 1728896115-2944-32-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/54] adw-gtk3: upgrade 5.4 -> 5.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 14, 2024, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Make it possible to log heartbeat ping pong
- Move HeartbeatController to a separate module
- Simplify socket timeout

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-pychromecast_14.0.2.bb => python3-pychromecast_14.0.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_14.0.2.bb => python3-pychromecast_14.0.4.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb
index 5a51d2e13..6f06f53a1 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.4.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
 SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
-SRC_URI[sha256sum] = "092c65f421991bca565338bc61a0c14861c47e0f5c0a65919a5e93f02dfd071a"
+SRC_URI[sha256sum] = "1fc05d63db152fe6f71efdee77d14228dc4c55e99d734de4757455800b1f3ba4"
 
 PYPI_PACKAGE = "PyChromecast"