From dd0cd45d18ea2b8a132e6c26a867b915d101112c Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 25 Sep 2021 04:19:26 +0800 Subject: python3-pychromecast: upgrade 9.2.0 -> 9.2.1 What's Changed Avoid deadlock in Youtube controller Remove unnecessary app launch in quickplay Bump black from 21.7b0 to 21.9b0 Bump pylint from 2.9.6 to 2.10.2 Bump pylint from 2.9.5 to 2.9.6 Bump pylint from 2.9.3 to 2.9.5 Bump black from 21.6b0 to 21.7b0 Add force_launch option to BaseController.launch Bump pylint from 2.9.1 to 2.9.3 Bump pylint from 2.8.3 to 2.9.1 Adjust to pylint 2.9.0 Bump black from 21.5b2 to 21.6b0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-pychromecast_9.2.0.bb | 18 ------------------ .../python/python3-pychromecast_9.2.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb deleted file mode 100644 index c1f52881af..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." -HOMEPAGE = "https://github.com/balloob/pychromecast" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" - -SRC_URI[sha256sum] = "6d34593575cf77565df47af4c75dd47c6a65831ec18a8c10b5367b2f1c172f0a" - -PYPI_PACKAGE = "PyChromecast" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-zeroconf \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-protobuf \ -" diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb new file mode 100644 index 0000000000..1fd76ed39d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." +HOMEPAGE = "https://github.com/balloob/pychromecast" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" + +SRC_URI[sha256sum] = "883d6e836ff5f1068a8bd00364a15b4c9854293086495e9fd9cacd9b4d54c0bf" + +PYPI_PACKAGE = "PyChromecast" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-zeroconf \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-protobuf \ +" -- cgit v1.2.3-54-g00ecf