summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 18:05:24 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commita34202abe7697485a5d027c81dda4b8afafa0259 (patch)
tree04eea519c8662c3991774b8aea95a63b2b9655ec /meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.bb
parentac3d79628163c9f0ac8f1053511ba1320dc9194c (diff)
downloadmeta-openembedded-a34202abe7697485a5d027c81dda4b8afafa0259.tar.gz
python3-pychromecast: upgrade 13.0.4 -> 13.0.6
Changelog: ========== Fix socket leak (#718) Don't call launch callback on error (#715) Wait for response when stopping app (#714) Simplify request callback handling (#712) Make sure handler is unregistered after quickplay (#713) 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.0.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.bb b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.bb
new file mode 100644
index 0000000000..2d9efa3906
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_13.0.6.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] = "149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73"
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"