summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:55:06 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:38 -0800
commitd2cc59cb5968b118de0440ad8f17fed008cec321 (patch)
treeae2f9b926aaf3618eca3695ce5d78dd0eb03e347 /meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
parenta8ec8dffa8a4560230789953564f13bf50a69fa0 (diff)
downloadmeta-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/recipes-devtools/python/python3-pychromecast_13.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
new file mode 100644
index 0000000000..feae3174a5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.1.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast."
2HOMEPAGE = "https://github.com/balloob/pychromecast"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
5
6SRC_URI[sha256sum] = "08e61a8b54bd2119d3c9ab1ec0136d3d8563aa97e0a3b57841588b9be60c2676"
7
8PYPI_PACKAGE = "PyChromecast"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-logging \
14 ${PYTHON_PN}-zeroconf \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-requests \
17 ${PYTHON_PN}-protobuf \
18 ${PYTHON_PN}-compression \
19"