From dd0cd45d18ea2b8a132e6c26a867b915d101112c Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 25 Sep 2021 04:19:26 +0800 Subject: [PATCH] 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 --- ...hon3-pychromecast_9.2.0.bb => python3-pychromecast_9.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pychromecast_9.2.0.bb => python3-pychromecast_9.2.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb rename to meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb index c1f52881af..1fd76ed39d 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" -SRC_URI[sha256sum] = "6d34593575cf77565df47af4c75dd47c6a65831ec18a8c10b5367b2f1c172f0a" +SRC_URI[sha256sum] = "883d6e836ff5f1068a8bd00364a15b4c9854293086495e9fd9cacd9b4d54c0bf" PYPI_PACKAGE = "PyChromecast"