From bc9abd078a05ad9139aabff81e1735af17328e38 Mon Sep 17 00:00:00 2001 From: PrernaKumbhar20 Date: Mon, 17 Aug 2026 08:31:26 -0400 Subject: [PATCH] updated the build_info.json file --- t/tiktoken/build_info.json | 6 +++--- ...ktoken_v0.13.0_ubi_9.6.sh => tiktoken_0.13.0_ubi_9.6.sh} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename t/tiktoken/{tiktoken_v0.13.0_ubi_9.6.sh => tiktoken_0.13.0_ubi_9.6.sh} (99%) diff --git a/t/tiktoken/build_info.json b/t/tiktoken/build_info.json index 279ae8c442..a2d2f1bbdd 100644 --- a/t/tiktoken/build_info.json +++ b/t/tiktoken/build_info.json @@ -4,19 +4,19 @@ "github_url": "https://github.com/openai/tiktoken", "version": "0.13.0", "default_branch": "main", - "build_script": "tiktoken_ubi_9.3.sh", + "build_script": "tiktoken_0.13.0_ubi_9.6.sh", "wheel_build" : true, "package_dir": "t/tiktoken", "docker_build": false, "validate_build_script": true, "use_non_root_user": false, "0.13.0":{ - "build_script": "tiktoken_v0.13.0_ubi_9.6.sh" + "build_script": "tiktoken_0.13.0_ubi_9.6.sh" }, "v0.9.0" :{ "build_script": "tiktoken_v0.9.0_ubi_9.6.sh" }, "*": { - "build_script": "tiktoken_ubi_9.3.sh" + "build_script": "tiktoken_0.13.0_ubi_9.6.sh" } } diff --git a/t/tiktoken/tiktoken_v0.13.0_ubi_9.6.sh b/t/tiktoken/tiktoken_0.13.0_ubi_9.6.sh similarity index 99% rename from t/tiktoken/tiktoken_v0.13.0_ubi_9.6.sh rename to t/tiktoken/tiktoken_0.13.0_ubi_9.6.sh index 95cb80591f..28fda46432 100755 --- a/t/tiktoken/tiktoken_v0.13.0_ubi_9.6.sh +++ b/t/tiktoken/tiktoken_0.13.0_ubi_9.6.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # # Package : tiktoken -# Version : v0.13.0 +# Version : 0.13.0 # Source repo : https://github.com/openai/tiktoken # Tested on : UBI:9.6 # Language : Python @@ -121,4 +121,4 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | $OS_NAME | $SOURCE | Fail | Install_success_but_test_Fails" exit 2 -fi \ No newline at end of file +fi