From d2cc59cb5968b118de0440ad8f17fed008cec321 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 09:55:06 +0800 Subject: [PATCH] python3-pychromecast: upgrade 13.0.8 -> 13.1.0 Changelog: ========== -Increase homeassistant lovelace connect timeout and make it configurable -Add support for NRK TV and NRK Radio apps -Change logged precision of volume from 1 to 2 -Create ShakaPlayer Controller -Add date for removal of deprecated discovery functions -Mark discover_chromecasts as deprecated -Update README.rst -Fix known_hosts for older chromecasts -Fix SSLContext settings -Update README.rst to reflect refactoring of cast.device to cast.cast_info -Fix deprecated call to ssl.SSLContext without specifying protocol Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...n3-pychromecast_13.0.8.bb => python3-pychromecast_13.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pychromecast_13.0.8.bb => python3-pychromecast_13.1.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb rename to meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb index dff1876c3f..feae3174a5 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" -SRC_URI[sha256sum] = "e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447" +SRC_URI[sha256sum] = "08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676" PYPI_PACKAGE = "PyChromecast"