From d4e1bfe5472eb03a9f51db6d1b576a598b0e15cd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 22 Jun 2020 13:35:38 +0300 Subject: python3-msk: Upgrade 0.3.13 -> 0.3.15 Upgrade to release 0.3.15: - Switch Github authentication to utilize Personal Access Tokens as the existing username and password method is being deprecated. - Fix handling of --repo-cache argument. - Query for name and e-mail if missing. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-msk_0.3.13.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.13.bb (limited to 'meta-python/recipes-devtools/python/python3-msk_0.3.13.bb') diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb deleted file mode 100644 index 3f2aaf48d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-msk_0.3.13.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] = "11d9fc865ef627efe68f25fc113974e8" -SRC_URI[sha256sum] = "55be86ff2cd0087016759f2b15b40861cda2a8d8a8d0c669fdacdf32a77a10da" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "python3-git" -- cgit v1.2.3-54-g00ecf