From 8b652109d96b261699a2f66e2c7dc8af462880c6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sun, 19 Jan 2020 14:46:15 +0800 Subject: python3-pychromecast: upgrade 4.0.1 -> 4.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pychromecast_4.0.1.bb | 11 ----------- .../recipes-devtools/python/python3-pychromecast_4.1.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_4.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_4.0.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_4.0.1.bb deleted file mode 100644 index 1b9301f96f..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_4.0.1.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] = "d6f96d478fd768696a0e440cb0ea903b" -SRC_URI[sha256sum] = "d98df28f340bb14a07236846518daad7107b66581512c33da921663df61ac819" - -PYPI_PACKAGE = "PyChromecast" - -inherit pypi setuptools3 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 new file mode 100644 index 0000000000..b79e7954cd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_4.1.0.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] = "46fbd33212f3869c5dc2d8b4a1d667e5" +SRC_URI[sha256sum] = "b6979f1ddce1ff8760586aa6b8828290964b38f34c01aa1380ab1740330eeee2" + +PYPI_PACKAGE = "PyChromecast" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf