Update SPDX License List to 3.13

This commit is contained in:
Ivan Kravets
2021-06-03 16:32:53 +03:00
parent e8f703648a
commit 6a9b7fdb6d

View File

@ -253,7 +253,7 @@ class ManifestSchema(BaseSchema):
@staticmethod @staticmethod
@memoized(expire="1h") @memoized(expire="1h")
def load_spdx_licenses(): def load_spdx_licenses():
version = "3.12" version = "3.13"
spdx_data_url = ( spdx_data_url = (
"https://raw.githubusercontent.com/spdx/license-list-data/" "https://raw.githubusercontent.com/spdx/license-list-data/"
"v%s/json/licenses.json" % version "v%s/json/licenses.json" % version