diff options
author | shadchin <shadchin@yandex-team.com> | 2024-05-10 03:35:37 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2024-05-10 03:47:43 +0300 |
commit | 8173b4515355158a5787dcb12aa6036874776101 (patch) | |
tree | 89a1a3011da67b0e160c318eb41cb72da7dcca35 | |
parent | 366769a4e115176e246a36a171d0aed170e7440e (diff) | |
download | ydb-8173b4515355158a5787dcb12aa6036874776101.tar.gz |
Update `ya tool python3` to 3.12.3
4c7f33b0b9c937c79288e49dd4a247a76adadca8
-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 cc17f52713..f8d302d568 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -127,6 +127,11 @@ "5599877008": "https://devtools-registry.s3.yandex.net/5599877008", "5599878473": "https://devtools-registry.s3.yandex.net/5599878473", "5841616607": "https://devtools-registry.s3.yandex.net/5841616607", + "6255592114": "https://devtools-registry.s3.yandex.net/6255592114", + "6255591964": "https://devtools-registry.s3.yandex.net/6255591964", + "6255592465": "https://devtools-registry.s3.yandex.net/6255592465", + "6255592313": "https://devtools-registry.s3.yandex.net/6255592313", + "6255591839": "https://devtools-registry.s3.yandex.net/6255591839", "5786827409": "https://devtools-registry.s3.yandex.net/5786827409", "5786826723": "https://devtools-registry.s3.yandex.net/5786826723", "5786828167": "https://devtools-registry.s3.yandex.net/5786828167", @@ -616,6 +621,11 @@ "5599877008": "contrib/python/black/bin/black for linux-aarch64", "5599878473": "contrib/python/black/bin/black for win32", "5841616607": "contrib/tools/protoc/bin/protoc for linux", + "6255592114": "contrib/tools/python3/bin/python3 for darwin", + "6255591964": "contrib/tools/python3/bin/python3 for darwin-arm64", + "6255592465": "contrib/tools/python3/bin/python3 for linux", + "6255592313": "contrib/tools/python3/bin/python3 for linux-aarch64", + "6255591839": "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 6909982073..26f30d66f5 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:5786827409" + "uri": "sbr:6255592114" }, "darwin-arm64": { - "uri": "sbr:5786826723" + "uri": "sbr:6255591964" }, "linux": { - "uri": "sbr:5786828167" + "uri": "sbr:6255592465" }, "linux-aarch64": { - "uri": "sbr:5786827891" + "uri": "sbr:6255592313" }, "win32": { - "uri": "sbr:5786826302" + "uri": "sbr:6255591839" } } } |