From 4770284e6dbb1428c40d46d3e0efc15d7eb822ba Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 27 May 2022 09:40:49 +0800 Subject: python3-pychromecast: upgrade 12.1.1 -> 12.1.2 Changelog: ========= Add some additional cast types (#622) Format some code (#621) Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../python/python3-pychromecast_12.1.1.bb | 18 ------------------ .../python/python3-pychromecast_12.1.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_12.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.1.bb deleted file mode 100644 index b34c78eb84..0000000000 --- a/meta-python/recipes-devtools/python/python3-pychromecast_12.1.1.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] = "9545a22acdadc96603f76d7878c6ea17baf1328260cf560c887c8c12aad4c82c" - -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_12.1.2.bb b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.bb new file mode 100644 index 0000000000..c8686ab529 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_12.1.2.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] = "6be626e5ba2f6ffaefbc13ddced84e8b60a9ef1b012f71039fc0f7a0bcb4bda6" + +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