From d4131501771b076b59f0ac7cc4edf50aee2b7b0b Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Thu, 26 Mar 2026 21:15:43 +0530 Subject: [PATCH 1/9] Update cachetools_ubi_9.3.sh Fixed failure for cachetools --- c/cachetools/cachetools_ubi_9.3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 33b31a500b..9816329295 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -31,7 +31,7 @@ git clone $PACKAGE_URL $PACKAGE_NAME cd $PACKAGE_NAME git checkout $PACKAGE_VERSION -if ! python3 setup.py install ; then +if ! python3 -m pip install . ; then echo "------------------$PACKAGE_NAME:Install_fails-------------------------------------" echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Fail | Install_Fails" @@ -48,4 +48,4 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 -fi \ No newline at end of file +fi From ea79ec2929f42cf445a7123b59013d1e4745b381 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:33:22 +0530 Subject: [PATCH 2/9] Update cachetools_ubi_9.3.sh removed whitespaces From d5f97a49bbd495262036578da996954c5d7be683 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:33:59 +0530 Subject: [PATCH 3/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 9816329295..7b9d2a4236 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -49,3 +49,4 @@ else echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 fi + From 4403fe4b0595e5e24679559443f74ad8e78fc20d Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:34:30 +0530 Subject: [PATCH 4/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 7b9d2a4236..9816329295 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -49,4 +49,3 @@ else echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 fi - From 19b3bc2b6b3668830381876fa34002806ced620d Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:35:02 +0530 Subject: [PATCH 5/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 9816329295..7b9d2a4236 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -49,3 +49,4 @@ else echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 fi + From f390f4b09409fa678e36cf19901b1a9d7d9874f1 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:36:26 +0530 Subject: [PATCH 6/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 7b9d2a4236..9653d81b35 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -48,5 +48,5 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 -fi +fi From f123b64498eeb10535528c21d32f78cad3a64ba2 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:37:48 +0530 Subject: [PATCH 7/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 9653d81b35..7b9d2a4236 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -48,5 +48,5 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 -fi +fi From 344aa5e6d9f387322b66933eb7f140216e0980c3 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Fri, 27 Mar 2026 15:38:41 +0530 Subject: [PATCH 8/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 7b9d2a4236..9653d81b35 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -48,5 +48,5 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 -fi +fi From 2416c4a933527c367c44e41f9a49719201e01597 Mon Sep 17 00:00:00 2001 From: Bhagyashri Date: Mon, 30 Mar 2026 10:54:18 +0530 Subject: [PATCH 9/9] Update cachetools_ubi_9.3.sh --- c/cachetools/cachetools_ubi_9.3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/cachetools/cachetools_ubi_9.3.sh b/c/cachetools/cachetools_ubi_9.3.sh index 9653d81b35..a916739279 100644 --- a/c/cachetools/cachetools_ubi_9.3.sh +++ b/c/cachetools/cachetools_ubi_9.3.sh @@ -48,5 +48,6 @@ else echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Pass | Both_Install_and_Test_Success" exit 0 -fi +fi +