From f4a45006e07848093e909512d06b1fbb382cb79c Mon Sep 17 00:00:00 2001 From: Wenwen Date: Fri, 16 May 2025 16:46:01 +0800 Subject: [PATCH 1/3] Upgrade scancode to 32.3.3 and downgrade click to 8.1.8 --- eng/install-scancode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/install-scancode.sh b/eng/install-scancode.sh index 39ad70be318c..7cb27c17bbf7 100755 --- a/eng/install-scancode.sh +++ b/eng/install-scancode.sh @@ -5,12 +5,13 @@ set -euo pipefail # Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip # See latest release at https://github.com/nexB/scancode-toolkit/releases -SCANCODE_VERSION="32.3.2" +SCANCODE_VERSION="32.3.3" pyEnvPath="/tmp/scancode-env" python3 -m venv $pyEnvPath source $pyEnvPath/bin/activate pip install scancode-toolkit==$SCANCODE_VERSION +pip install click==8.1.8 deactivate # Setup a script which executes scancode in the virtual environment From 27144d95281e8f968b2770e612cfaa611f8ec7e2 Mon Sep 17 00:00:00 2001 From: Wenwen Date: Mon, 19 May 2025 15:36:08 +0800 Subject: [PATCH 2/3] Rerun --- eng/install-scancode.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/install-scancode.sh b/eng/install-scancode.sh index 7cb27c17bbf7..11cd5cfe04cd 100755 --- a/eng/install-scancode.sh +++ b/eng/install-scancode.sh @@ -24,3 +24,4 @@ deactivate EOF chmod +x /usr/local/bin/scancode + \ No newline at end of file From b697cafee9125d8beced468f35f09896c6a1e3ba Mon Sep 17 00:00:00 2001 From: Wenwen Date: Mon, 19 May 2025 15:36:21 +0800 Subject: [PATCH 3/3] Rerun --- eng/install-scancode.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/install-scancode.sh b/eng/install-scancode.sh index 11cd5cfe04cd..7cb27c17bbf7 100755 --- a/eng/install-scancode.sh +++ b/eng/install-scancode.sh @@ -24,4 +24,3 @@ deactivate EOF chmod +x /usr/local/bin/scancode - \ No newline at end of file