fosslight-util 2.1.33__py3-none-any.whl → 2.1.35__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fosslight_util/exclude.py +2 -1
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/METADATA +1 -1
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/RECORD +7 -7
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/WHEEL +0 -0
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/entry_points.txt +0 -0
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/licenses/LICENSE +0 -0
- {fosslight_util-2.1.33.dist-info → fosslight_util-2.1.35.dist-info}/top_level.txt +0 -0
fosslight_util/exclude.py
CHANGED
|
@@ -117,7 +117,7 @@ def get_excluded_paths(path_to_scan: str, custom_excluded_paths: list = [], excl
|
|
|
117
117
|
path_to_exclude.append(rel_path)
|
|
118
118
|
if has_dot:
|
|
119
119
|
path_to_exclude_with_dot.append(rel_path)
|
|
120
|
-
elif rel_path in custom_excluded_normalized:
|
|
120
|
+
elif rel_path in custom_excluded_normalized or rel_path + '/' in custom_excluded_normalized:
|
|
121
121
|
path_to_exclude.append(rel_path)
|
|
122
122
|
|
|
123
123
|
for file_name in files:
|
|
@@ -144,6 +144,7 @@ def get_excluded_paths(path_to_scan: str, custom_excluded_paths: list = [], excl
|
|
|
144
144
|
path_to_exclude_with_dot.append(rel_path)
|
|
145
145
|
excluded_files.add(rel_path)
|
|
146
146
|
else:
|
|
147
|
+
should_exclude = True
|
|
147
148
|
excluded_files.add(rel_path)
|
|
148
149
|
if not should_exclude:
|
|
149
150
|
cnt_file_except_skipped += 1
|
|
@@ -5,7 +5,7 @@ fosslight_util/constant.py,sha256=3BzJtyxC0o5IFAhYaUW-DeTKkA6f5tDJFJTb0k5ji9Y,24
|
|
|
5
5
|
fosslight_util/correct.py,sha256=1WEAL-9_KhjFPLucPhv0PNN3K7avm0z8mU6sTuSyeHM,3864
|
|
6
6
|
fosslight_util/cover.py,sha256=qqqKzxqFwKimal764FaugRUBcHWdeKt8af6xeK0mH8E,2040
|
|
7
7
|
fosslight_util/download.py,sha256=AWwD3FWhF-bMagWINJ-Dg1VMuycXbe8VXX7qQ09YjYs,23565
|
|
8
|
-
fosslight_util/exclude.py,sha256=
|
|
8
|
+
fosslight_util/exclude.py,sha256=oeBwkc4T80mXdt6_0ak3FGwwzvXpSO-P4Wfd1OT2i3Y,6070
|
|
9
9
|
fosslight_util/get_pom_license.py,sha256=x4_RHpM91s01j1OUWpKIxUjTGDH6y5AxTNDGkMajs4I,4253
|
|
10
10
|
fosslight_util/help.py,sha256=VomACZeXEMCiT1nxUwPqQAiVdNaMarwHVz9e10qbFc0,4954
|
|
11
11
|
fosslight_util/oss_item.py,sha256=8890JHb5ZoKQWAwN7Fl8badnlYatJtF4MVJz1rdS4yQ,6938
|
|
@@ -25,9 +25,9 @@ fosslight_util/write_yaml.py,sha256=QlEKoIPQsEaYERfbP53TeKgnllYzhLQWm5wYjnWtVjE,
|
|
|
25
25
|
fosslight_util/resources/frequentLicenselist.json,sha256=GUhzK6tu7ok10fekOnmVmUgIGRC-acGABZKTNKfDyYA,4776157
|
|
26
26
|
fosslight_util/resources/frequent_license_nick_list.json,sha256=ryU2C_6ZxHbz90_sUN9OvI9GXkCMLu7oGcmd9W79YYo,5005
|
|
27
27
|
fosslight_util/resources/licenses.json,sha256=mK55z-bhY7Mjpj2KsO1crKGGL-X3F6MBFQJ0zLlx010,240843
|
|
28
|
-
fosslight_util-2.1.
|
|
29
|
-
fosslight_util-2.1.
|
|
30
|
-
fosslight_util-2.1.
|
|
31
|
-
fosslight_util-2.1.
|
|
32
|
-
fosslight_util-2.1.
|
|
33
|
-
fosslight_util-2.1.
|
|
28
|
+
fosslight_util-2.1.35.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
29
|
+
fosslight_util-2.1.35.dist-info/METADATA,sha256=4mIqOpupjoKYzg0M95-7XTrRsPDaEsPCxpkP_vNrsgM,6365
|
|
30
|
+
fosslight_util-2.1.35.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
31
|
+
fosslight_util-2.1.35.dist-info/entry_points.txt,sha256=0yZggRWNwDaClDG8UmUA10UFG8cVX3Jiy5gG9nW7hJs,68
|
|
32
|
+
fosslight_util-2.1.35.dist-info/top_level.txt,sha256=2qyYWGLakgBRy4BqoBNt-I5C29tBr_e93e5e1pbuTGA,15
|
|
33
|
+
fosslight_util-2.1.35.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|