Skip to content

Commit 68cef78

Browse files
committed
Merge remote-tracking branch '00-local/2058-collect-system-packages' into develop
2 parents 267e728 + ddb993d commit 68cef78

File tree

376 files changed

+49235
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+49235
-277
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def read(*names, **kwargs):
181181
'typecode_libmagic',
182182

183183
# packagedcode
184+
'debut >= 0.9.4',
184185
'pefile >= 2018.8.8',
185186
'pymaven_patch >= 0.2.8',
186187
'requests >= 2.7.0, < 3.0.0',
@@ -190,21 +191,22 @@ def read(*names, **kwargs):
190191
'toml >= 0.10.0',
191192
'gemfileparser >= 0.7.0',
192193
'pkginfo >= 1.5.0.1',
193-
'dparse >= 0.4.1',
194+
'dparse2',
194195

195196
# used to fix mojibake in Windows PE
196197
# for now we use the evrsion that works on both Python 2 and 3
197198
'ftfy < 5.0.0',
198199

199200
# scancode
200-
'click >= 6.0.0, < 7.0.0',
201+
'click >= 6.0.0',
201202
'colorama >= 0.3.9',
202203
'pluggy >= 0.4.0, < 1.0',
203-
'attrs >=18.1, !=20.1.0',
204+
'attrs >= 18.1, !=20.1.0',
204205
'typing >=3.6, < 3.7',
205206

206207
# scancode outputs
207208
'jinja2 >= 2.7.0, < 3.0.0',
209+
'MarkupSafe >= 0.23',
208210
'simplejson',
209211
'spdx_tools >= 0.6.0',
210212
'unicodecsv',

src/cluecode/finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def logger_debug(*args):
7272
def find(location, patterns):
7373
"""
7474
Yield match and matched lines for patterns found in file at location as a
75-
tuple of (key, found text, text line). Pattern is list of tuples (key,
75+
tuple of (key, found text, text line). `patterns` is a list of tuples (key,
7676
compiled regex).
7777
7878
Note: the location can be a list of lines for testing convenience.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CC Attribution-ShareAlike http://creativecommons.org/licenses/by-sa/4.0/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: cc-by-sa-4.0
2+
is_license_notice: yes
3+
relevance: 100
4+
ignorable_urls:
5+
- http://creativecommons.org/licenses/by-sa/4.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
licensed under the SSPL, see `https://www.mongodb.com/licensing/server-side-public-license'.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: mongodb-sspl-1.0
2+
is_license_notice: yes
3+
relevance: 100
4+
ignorable_urls:
5+
- https://www.mongodb.com/licensing/server-side-public-license
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
licensed under the SSPL
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
license_expression: mongodb-sspl-1.0
2+
is_license_notice: yes
3+
relevance: 100
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
License:
2+
SSPL
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
license_expression: mongodb-sspl-1.0
2+
is_license_reference: yes
3+
relevance: 100

0 commit comments

Comments
 (0)