Skip to content

Commit 249eb2c

Browse files
authored
Merge pull request #2590 from nexB/copyrights-improvements
Improve copyrights detection
2 parents 3f7da81 + acd8b5a commit 249eb2c

File tree

62 files changed

+852
-707
lines changed

Some content is hidden

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

62 files changed

+852
-707
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ publicsuffix2==2.20191221
4949
pyahocorasick==1.4.2
5050
pycparser==2.20
5151
Pygments==2.9.0
52-
pygmars==0.5.0
52+
pygmars==0.7.0b2
5353
pymaven-patch==0.3.0
5454
pyparsing==2.4.7
5555
PyYAML==5.4.1

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ install_requires =
7373
javaproperties >= 0.5
7474
jinja2 >= 2.7.0, < 4.0.0
7575
jsonstreams >= 0.5.0
76-
license_expression >= 1.0
76+
license_expression >= 21.6.14
7777
lxml >= 4.6.3, < 5.0.0
7878
MarkupSafe >= 1.0
7979
packageurl_python >= 0.9.0
@@ -85,7 +85,7 @@ install_requires =
8585
plugincode >= 21.1.21
8686
publicsuffix2
8787
pyahocorasick >= 1.4.0, < 1.5
88-
pygmars
88+
pygmars >= 0.7.b2
8989
pygments
9090
pymaven_patch >= 0.2.8
9191
requests >= 2.7.0, < 3.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install_requires =
8585
plugincode >= 21.1.21
8686
publicsuffix2
8787
pyahocorasick >= 1.4.0, < 1.5
88-
pygmars
88+
pygmars >= 0.7.b2
8989
pygments
9090
pymaven_patch >= 0.2.8
9191
requests >= 2.7.0, < 3.0.0

0 commit comments

Comments
 (0)