From 478e0e5833e8815f0e6ba77860ad54c342f34fb5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 7 Apr 2021 17:32:06 +0300 Subject: python3-pysonos: Upgrade 0.0.41 -> 0.0.42 Upgrade to release 0.0.42: - Handle parse_event_xml doing I/O in the asyncio event loop Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pysonos_0.0.41.bb | 15 --------------- .../recipes-devtools/python/python3-pysonos_0.0.42.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb create mode 100644 meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb deleted file mode 100644 index 564d60ee47..0000000000 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A SoCo fork with fixes for Home Assistant " -HOMEPAGE = "https://pypi.org/project/pysonos/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" - -SRC_URI[sha256sum] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-ifaddr \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-xmltodict \ - " diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb new file mode 100644 index 0000000000..25defabc51 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A SoCo fork with fixes for Home Assistant " +HOMEPAGE = "https://pypi.org/project/pysonos/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" + +SRC_URI[sha256sum] = "20b45fa1779a01325e67822d243e1a3f7657d8b515308d84c1eb3c805cc3bdb5" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-xmltodict \ + " -- cgit 1.2.3-korg