diff mbox series

[meta-python] python3-pychromecast: upgrade 13.0.8 -> 13.1.0

Message ID 1705974906-26243-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-pychromecast: upgrade 13.0.8 -> 13.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 1:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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 dff1876c3..feae3174a 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"