summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-15 12:03:02 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-16 09:16:06 -0700
commitc5406a6d48f4db9b4ecd1c15f31b859aa606a962 (patch)
treed4b5529f81eec260c58b6bfbb2a81aac49da765e /meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb
parent3833774054688eade5a8903c9109b5f069f4a163 (diff)
downloadmeta-openembedded-c5406a6d48f4db9b4ecd1c15f31b859aa606a962.tar.gz
python3-pychromecast: Upgrade 7.2.1 -> 7.3.0
Upgrade to release 7.3.0: - add support for QUEUE_INSERT - Run black and flake8 on examples - Fix get_chromecasts non blocking mode - Black 20.8b1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb
new file mode 100644
index 0000000000..b444df05d8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.3.0.bb
@@ -0,0 +1,11 @@
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[md5sum] = "7ab862743ff33dafc93206c1435abc5e"
7SRC_URI[sha256sum] = "f594231efb34b86eeb463611662bca21a6962793885d3ad68195286940f7473d"
8
9PYPI_PACKAGE = "PyChromecast"
10
11inherit pypi setuptools3