Browse Source

Update `ya tool python3` to 3.12.3
4c7f33b0b9c937c79288e49dd4a247a76adadca8

shadchin 10 months ago
parent
commit
8173b45153
2 changed files with 15 additions and 5 deletions
  1. 10 0
      build/mapping.conf.json
  2. 5 5
      build/platform/python/ymake_python3/resources.json

+ 10 - 0
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",

+ 5 - 5
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"
         }
     }
 }