From d90dd9e8dc421182122308019c079bb7b31940c5 Mon Sep 17 00:00:00 2001 From: Soim Kim Date: Fri, 13 Aug 2021 10:06:32 +0900 Subject: [PATCH 1/2] Add the m option to help message --- src/fosslight_source/_help.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fosslight_source/_help.py b/src/fosslight_source/_help.py index 1335b19..fd43ab0 100644 --- a/src/fosslight_source/_help.py +++ b/src/fosslight_source/_help.py @@ -20,6 +20,7 @@ Optional -h\t\t\t\t Print help message -j\t\t\t\t Generate additional result of executing ScanCode in json format + -m\t\t\t\t Print the Matched text for each license on a separate sheet -o \t\t Output file name""" _HELP_MESSAGE_CONVERT = """ @@ -33,6 +34,7 @@ Optional -h\t\t\t\t Print help message + -m\t\t\t\t Print the Matched text for each license on a separate sheet -o \t\t Output file name""" From 0ff29a08ac57312a7c15dcde22ad9528ed86eb64 Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Tue, 17 Aug 2021 15:18:22 +0900 Subject: [PATCH 2/2] Set condition to use FOSSLight Util v1.1.0 or later --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef0c625..4d049cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scancode-toolkit<=21.3.31 typecode_libmagic XlsxWriter -fosslight_util +fosslight_util>=1.1.0 PyYAML