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>
This commit is contained in:
Leon Anavi 2020-06-22 13:35:38 +03:00 committed by Khem Raj
parent 3c65b67d22
commit d4e1bfe547

View File

@ -3,8 +3,8 @@ 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"
SRC_URI[md5sum] = "dcb286c489d24d8b0fb8413835f7478a"
SRC_URI[sha256sum] = "56d3557889ee2ceebc72284f979aa6ddd4c7fbe2af31142eb6f51404f14516d5"
inherit pypi setuptools3