From 4a06c13acc2719760fb576d1928f52ca8275d2aa Mon Sep 17 00:00:00 2001 From: Soim Date: Sun, 13 Oct 2024 16:37:22 +0900 Subject: [PATCH 1/3] Update pull-request.yml --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 50434cc..497cd13 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: python-version: [3.8, 3.11] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 From 4e73bf9acab7db1adfa38ca46350d79fe20b06b2 Mon Sep 17 00:00:00 2001 From: Soim Kim Date: Sun, 13 Oct 2024 16:38:32 +0900 Subject: [PATCH 2/3] Update scancode version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecad54b..8f0a71e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyparsing -scancode-toolkit>=32.2.0 +scancode-toolkit==32.2.0 scanoss XlsxWriter fosslight_util>=2.1.0 From a561163a4600d514b8b4dc82ba9ded006b4ccfc7 Mon Sep 17 00:00:00 2001 From: Soim Kim Date: Sun, 13 Oct 2024 16:40:01 +0900 Subject: [PATCH 3/3] test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a30033..2935c77 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ version='2.1.1', package_dir={"": "src"}, packages=find_packages(where='src'), - description='FOSSLight Source Scanner', + description='Test FOSSLight Source Scanner', long_description=readme, long_description_content_type='text/markdown', license='Apache-2.0',