From e6bdd891342e550d20cf3f8a99c75918b071015c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 12 Apr 2020 17:03:30 +0200 Subject: python3-pychromecast: upgrade 4.1.0 -> 4.2.3 See full changelog https://github.com/balloob/pychromecast/releases Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pychromecast_4.1.0.bb | 11 ----------- .../recipes-devtools/python/python3-pychromecast_4.2.3.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_4.2.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.bb deleted file mode 100644 index b79e7954cd..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.bb +++ /dev/null @@ -1,11 +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[md5sum] = "46fbd33212f3869c5dc2d8b4a1d667e5" -SRC_URI[sha256sum] = "b6979f1ddce1ff8760586aa6b8828290964b38f34c01aa1380ab1740330eeee2" - -PYPI_PACKAGE = "PyChromecast" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_4.2.3.bb b/meta-python/recipes-devtools/python/python3-pychromecast_4.2.3.bb new file mode 100644 index 0000000000..f561753a18 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_4.2.3.bb @@ -0,0 +1,11 @@ +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[md5sum] = "56632e0d94f2648a29d89affddddaaec" +SRC_URI[sha256sum] = "d7b7b35254203ab4617389061bee25b0fa67c6628c48bd6a75ccfefef74f1edb" + +PYPI_PACKAGE = "PyChromecast" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf