From 6889cd0e5ef1d5c2594a98db9dfe66e6b0a11bdd Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 19 Mar 2026 20:40:24 +0100 Subject: python3-pychromecast: upgrade 14.0.9 -> 14.0.10 Beside the below changelog, it also allows compiling with the latest Setuptools. Drop patches which became obsolete. Changes: - Ensure cec info is none if not supported - Add some fast pre-commit checks - Switch to ruff for checks and formatting - add D24f-J09 to const.py - Update const.py to include Lenovo Smart Display 10 - Avoid logging graceful disconnect as error - Fix datetime deprecation Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../python/python3-pychromecast_14.0.10.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb new file mode 100644 index 0000000000..cdd85a550f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_14.0.10.bb @@ -0,0 +1,14 @@ +SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." +HOMEPAGE = "https://github.com/balloob/pychromecast" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" + +SRC_URI[sha256sum] = "f05a1c8d727d4f104c8c731688053033e05157f2ab81bc8eef50ec0c62f9373c" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-zeroconf (>=0.131.0) \ + python3-protobuf (>=4.25.2) \ + python3-casttube (>=0.2.1) \ +" -- cgit v1.2.3-54-g00ecf