diff options
author | shadchin <shadchin@yandex-team.com> | 2024-02-08 13:58:36 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:56 +0300 |
commit | 05cec57c0cf6f640048593124d360162ade5efba (patch) | |
tree | 69c561f9a89129468e69d717e010eda7696bd329 /build | |
parent | 8b5ee5484df1341f83e8db398d8244a554416f3a (diff) | |
download | ydb-05cec57c0cf6f640048593124d360162ade5efba.tar.gz |
Update `ya tool python 3` to 3.11.8
Diffstat (limited to 'build')
-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 9748de70ff..b6bb525299 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -77,6 +77,11 @@ "5599878769": "https://devtools-registry.s3.yandex.net/5599878769", "5599877008": "https://devtools-registry.s3.yandex.net/5599877008", "5599878473": "https://devtools-registry.s3.yandex.net/5599878473", + "5786827409": "https://devtools-registry.s3.yandex.net/5786827409", + "5786826723": "https://devtools-registry.s3.yandex.net/5786826723", + "5786828167": "https://devtools-registry.s3.yandex.net/5786828167", + "5786827891": "https://devtools-registry.s3.yandex.net/5786827891", + "5786826302": "https://devtools-registry.s3.yandex.net/5786826302", "2842390994": "https://devtools-registry.s3.yandex.net/2842390994", "5310288728": "https://devtools-registry.s3.yandex.net/5310288728", "5620327787": "https://devtools-registry.s3.yandex.net/5620327787", @@ -315,6 +320,11 @@ "5599878769": "contrib/python/black/bin/black for linux", "5599877008": "contrib/python/black/bin/black for linux-aarch64", "5599878473": "contrib/python/black/bin/black for win32", + "5786827409": "contrib/tools/python3/python3 for darwin", + "5786826723": "contrib/tools/python3/python3 for darwin-arm64", + "5786828167": "contrib/tools/python3/python3 for linux", + "5786827891": "contrib/tools/python3/python3 for linux-aarch64", + "5786826302": "contrib/tools/python3/python3 for win32", "2842390994": "devtools jacoco agent 0.8.7 with shaded asm", "5310288728": "devtools jstyle runner 10.12.4", "5620327787": "devtools jstyle runner 10.12.4", diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 6f8b0d45cc..6909982073 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:5631222854" + "uri": "sbr:5786827409" }, "darwin-arm64": { - "uri": "sbr:5631220729" + "uri": "sbr:5786826723" }, "linux": { - "uri": "sbr:5631255103" + "uri": "sbr:5786828167" }, "linux-aarch64": { - "uri": "sbr:5631238759" + "uri": "sbr:5786827891" }, "win32": { - "uri": "sbr:5631258091" + "uri": "sbr:5786826302" } } } |