diff options
| author | shadchin <[email protected]> | 2024-02-08 13:58:36 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2024-02-08 14:30:25 +0300 |
| commit | dee762d0e38116a60dce5e8e0f2f4cdccad69159 (patch) | |
| tree | 1965f4ac1d75a9d1d0c8c8f79bf5d62c9a194a9b | |
| parent | 0b7e3698c7f75fdc46374a8325ed556bbef9bb24 (diff) | |
Update `ya tool python 3` to 3.11.8
| -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 9748de70ffb..b6bb5252997 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 6f8b0d45cc3..69099820731 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" } } } |
