Skip to content

Commit

Permalink
ci: Introduce our custom-built linux-aarch64 wheels for black and mypy (
Browse files Browse the repository at this point in the history
#1558)

Backported-from: main
Backported-to: 23.03
  • Loading branch information
achimnol committed Sep 9, 2023
1 parent 293bdb1 commit 738b747
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tools/black.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"algorithm": "sha256",
"hash": "022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb",
"url": "https://files.pythonhosted.org/packages/e9/20/29d7a6614606785923edf9e8ec3ff630231992cc2fabc02eacb0d475372e/black-23.7.0.tar.gz"
},
{
"algorithm": "sha256",
"hash": "7513127d3563accc21cc174f970e947eb13ef32c11201d54f6ca477cc24d64eb",
"url": "https://media.githubusercontent.com/media/lablup/backend.ai-oven/main/pypi/projects/black/black-23.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
}
],
"project_name": "black",
Expand All @@ -82,13 +87,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5",
"url": "https://files.pythonhosted.org/packages/1a/70/e63223f8116931d365993d4a6b7ef653a4d920b41d03de7c59499962821f/click-8.1.6-py3-none-any.whl"
"hash": "ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
"url": "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd",
"url": "https://files.pythonhosted.org/packages/72/bd/fedc277e7351917b6c4e0ac751853a97af261278a4c7808babafa8ef2120/click-8.1.6.tar.gz"
"hash": "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de",
"url": "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz"
}
],
"project_name": "click",
Expand All @@ -97,7 +102,7 @@
"importlib-metadata; python_version < \"3.8\""
],
"requires_python": ">=3.7",
"version": "8.1.6"
"version": "8.1.7"
},
{
"artifacts": [
Expand Down
10 changes: 10 additions & 0 deletions tools/mypy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
"algorithm": "sha256",
"hash": "6ac9c21bfe7bc9f7f1b6fae441746e6a106e48fc9de530dea29e8cd37a2c0cc4",
"url": "https://files.pythonhosted.org/packages/f5/e9/0207b4be5f20b15a2a8fc5507941cbf18887c026d21486ad62dd65054dc1/mypy-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl"
},
{
"algorithm": "sha256",
"hash": "021326f464fd3da2f37d9727bd2fdce249fce38f91a48badf5f9331f4c7d3e74",
"url": "https://media.githubusercontent.com/media/lablup/backend.ai-oven/main/pypi/projects/mypy/mypy-1.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
},
{
"algorithm": "sha256",
"hash": "c6f83a0a38d0fa68c593997bb62d7c0cc0b5ded5e74a4885b625fb20cf339b07",
"url": "https://media.githubusercontent.com/media/lablup/backend.ai-oven/main/pypi/projects/mypy/mypy-1.5.1-cp311-cp311-musllinux_1_1_aarch64.whl"
}
],
"project_name": "mypy",
Expand Down

0 comments on commit 738b747

Please sign in to comment.