diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-22 13:35:38 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-26 08:55:37 -0700 |
| commit | d4e1bfe5472eb03a9f51db6d1b576a598b0e15cd (patch) | |
| tree | 2ad599f2d77d88188a748e8ccb6b2a0c66052d4d /meta-python/recipes-devtools/python/python3-msk_0.3.15.bb | |
| parent | 3c65b67d225c35338306cd7b22ecf3b9f8f70973 (diff) | |
| download | meta-openembedded-d4e1bfe5472eb03a9f51db6d1b576a598b0e15cd.tar.gz | |
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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-msk_0.3.15.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-msk_0.3.15.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 new file mode 100644 index 0000000000..af011ccf81 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msk_0.3.15.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." | ||
| 2 | HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "dcb286c489d24d8b0fb8413835f7478a" | ||
| 7 | SRC_URI[sha256sum] = "56d3557889ee2ceebc72284f979aa6ddd4c7fbe2af31142eb6f51404f14516d5" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += "python3-git" | ||
