From 5b8df78562884b01417b88278591741f6e01bdfc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 15 Sep 2020 15:54:47 +0300 Subject: python3-msk: Upgrade 0.3.15 -> 0.3.16 Upgrade to release 0.3.16: - Ensure local HEAD matches remote during upgrade - Remove typing dependency - only required for Python <= 3.4 - Include license file in sdist package - Add default icon and color during Skill creation - Improved category selection and display - Improve PyPI listing info Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-msk_0.3.15.bb | 11 ----------- meta-python/recipes-devtools/python/python3-msk_0.3.16.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.16.bb diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.15.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.15.bb deleted file mode 100644 index af011ccf81..0000000000 --- a/meta-python/recipes-devtools/python/python3-msk_0.3.15.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." -HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" - -SRC_URI[md5sum] = "dcb286c489d24d8b0fb8413835f7478a" -SRC_URI[sha256sum] = "56d3557889ee2ceebc72284f979aa6ddd4c7fbe2af31142eb6f51404f14516d5" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "python3-git" diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb new file mode 100644 index 0000000000..a3206f79bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb @@ -0,0 +1,11 @@ +SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." +HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" + +SRC_URI[md5sum] = "8a4fc92a074544f81f482da2c21ef989" +SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b16ee87" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "python3-git" -- cgit 1.2.3-korg