diff options
author | shadchin <[email protected]> | 2024-07-03 09:24:56 +0300 |
---|---|---|
committer | shadchin <[email protected]> | 2024-07-03 09:50:12 +0300 |
commit | 001add7a354ce17bf90680a080e17602a30fc410 (patch) | |
tree | d2650859a626ce8ada59f60edd6d125f18cbd6ab | |
parent | 798cca10cf58ee71edd8e8761ec6cffc85fe8e8b (diff) |
Update tools: python3
a774d2b991c8d5e4349199bf8b020b99470ee0f1
-rw-r--r-- | build/mapping.conf.json | 10 | ||||
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 31dc4da7c76..beaf9024e15 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -135,10 +135,15 @@ "5599878473": "https://devtools-registry.s3.yandex.net/5599878473", "5841616607": "https://devtools-registry.s3.yandex.net/5841616607", "6255592114": "https://devtools-registry.s3.yandex.net/6255592114", + "6607396810": "https://devtools-registry.s3.yandex.net/6607396810", "6255591964": "https://devtools-registry.s3.yandex.net/6255591964", + "6607396320": "https://devtools-registry.s3.yandex.net/6607396320", "6255592465": "https://devtools-registry.s3.yandex.net/6255592465", + "6607397946": "https://devtools-registry.s3.yandex.net/6607397946", "6255592313": "https://devtools-registry.s3.yandex.net/6255592313", + "6607397279": "https://devtools-registry.s3.yandex.net/6607397279", "6255591839": "https://devtools-registry.s3.yandex.net/6255591839", + "6607395742": "https://devtools-registry.s3.yandex.net/6607395742", "5786827409": "https://devtools-registry.s3.yandex.net/5786827409", "5786826723": "https://devtools-registry.s3.yandex.net/5786826723", "5786828167": "https://devtools-registry.s3.yandex.net/5786828167", @@ -725,10 +730,15 @@ "5599878473": "contrib/python/black/bin/black for win32", "5841616607": "contrib/tools/protoc/bin/protoc for linux", "6255592114": "contrib/tools/python3/bin/python3 for darwin", + "6607396810": "contrib/tools/python3/bin/python3 for darwin", "6255591964": "contrib/tools/python3/bin/python3 for darwin-arm64", + "6607396320": "contrib/tools/python3/bin/python3 for darwin-arm64", "6255592465": "contrib/tools/python3/bin/python3 for linux", + "6607397946": "contrib/tools/python3/bin/python3 for linux", "6255592313": "contrib/tools/python3/bin/python3 for linux-aarch64", + "6607397279": "contrib/tools/python3/bin/python3 for linux-aarch64", "6255591839": "contrib/tools/python3/bin/python3 for win32", + "6607395742": "contrib/tools/python3/bin/python3 for win32", "5786827409": "contrib/tools/python3/python3 for darwin", "5786826723": "contrib/tools/python3/python3 for darwin-arm64", "5786828167": "contrib/tools/python3/python3 for linux", diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 26f30d66f54..52a778554b9 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,19 +1,19 @@ { "by_platform": { "darwin": { - "uri": "sbr:6255592114" + "uri": "sbr:6607396810" }, "darwin-arm64": { - "uri": "sbr:6255591964" + "uri": "sbr:6607396320" }, "linux": { - "uri": "sbr:6255592465" + "uri": "sbr:6607397946" }, "linux-aarch64": { - "uri": "sbr:6255592313" + "uri": "sbr:6607397279" }, "win32": { - "uri": "sbr:6255591839" + "uri": "sbr:6607395742" } } } |