summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-31 16:22:22 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-03 17:42:56 -0700
commit5ff8e5595dd51dac28710b566a4088ea084f11ce (patch)
treedeaf9d2004bf963321231bd675492b6c7ced62db /meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb
parente743e457626c64b987d86253fa09308a6b28dd53 (diff)
downloadmeta-openembedded-5ff8e5595dd51dac28710b566a4088ea084f11ce.tar.gz
python3-pychromecast: Upgrade 7.1.2 -> 7.2.0
Upgrade to release 7.2.0: - Allow passing an already existing zeroconf object to additional functions - Ignore browser updates for *._sub._googlecast._tcp.local. - Fix return type of get_listed_chromecasts - Remove host and port from Chromecast object 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.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb
deleted file mode 100644
index 98dbf33b25..0000000000
--- a/meta-python/recipes-devtools/python/python3-pychromecast_7.1.2.bb
+++ /dev/null
@@ -1,11 +0,0 @@
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] = "6ca5102b09009c85424a9ab628005992"
7SRC_URI[sha256sum] = "adcf478d7fc539e9decde59b2db7b6a4b1d679c4cf78d515d880adb1c4bc1c30"
8
9PYPI_PACKAGE = "PyChromecast"
10
11inherit pypi setuptools3