diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:55:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:38 -0800 |
| commit | d2cc59cb5968b118de0440ad8f17fed008cec321 (patch) | |
| tree | ae2f9b926aaf3618eca3695ce5d78dd0eb03e347 /meta-python | |
| parent | a8ec8dffa8a4560230789953564f13bf50a69fa0 (diff) | |
| download | meta-openembedded-d2cc59cb5968b118de0440ad8f17fed008cec321.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-pychromecast_13.0.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "e4b7523db137f8de05eedcc6154113b68532848629442b448c2334fac966a447" | 6 | SRC_URI[sha256sum] = "08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "PyChromecast" | 8 | PYPI_PACKAGE = "PyChromecast" |
| 9 | 9 | ||
