forked from platformio/platformio-core
JFrog shutdowns Bintray
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 0613d4fba9...5502e13ca5
@ -253,5 +253,9 @@ class ManifestSchema(BaseSchema):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
@memoized(expire="1h")
|
@memoized(expire="1h")
|
||||||
def load_spdx_licenses():
|
def load_spdx_licenses():
|
||||||
spdx_data_url = "https://dl.bintray.com/platformio/dl-misc/spdx-licenses-3.json"
|
version = "3.11"
|
||||||
|
spdx_data_url = (
|
||||||
|
"hhttps://raw.githubusercontent.com/spdx/license-list-data/"
|
||||||
|
"v%s/json/licenses.json" % version
|
||||||
|
)
|
||||||
return json.loads(fetch_remote_content(spdx_data_url))
|
return json.loads(fetch_remote_content(spdx_data_url))
|
||||||
|
Reference in New Issue
Block a user