From 9d3fd965a285491b071f82b2e42c4eed71b8804f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 May 2021 16:19:48 +0300 Subject: [PATCH] python3-pysonos: Upgrade 0.0.49 -> 0.0.50 Upgrade to release 0.0.50: - Add ShareLink plugin - Revert some fixes - Merge current SoCo master Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.49.bb => python3-pysonos_0.0.50.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.49.bb => python3-pysonos_0.0.50.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb index 77ea6c08c..cfa0d6ef0 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.49.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "77b8987ddbc69ea5c28ec1dee09cd6c30267e196521b1847e43cdea77bce4f09" +SRC_URI[sha256sum] = "15a583b819c1e758cca72d5e148d59dd3bf7c9d59f19b5e79ab38c743c3e0738" inherit pypi setuptools3