Skip to content

Commit 1156c18

Browse files
authored
Merge branch 'nexB:develop' into add_new_flag
2 parents 343b403 + 3f7da81 commit 1156c18

File tree

622 files changed

+4011
-10371
lines changed

Some content is hidden

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

622 files changed

+4011
-10371
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commoncode==21.6.11
1313
cryptography==3.4.7
1414
debian-inspector==21.5.25
1515
dparse==0.5.1
16-
extractcode==21.6.1
16+
extractcode==21.6.2
1717
extractcode-7z==16.5.210531
1818
extractcode-libarchive==3.5.1.210531
1919
fasteners==0.16
@@ -30,7 +30,7 @@ jaraco.functools==3.3.0
3030
javaproperties==0.8.0
3131
Jinja2==3.0.1
3232
jsonstreams==0.6.0
33-
license-expression==1.2
33+
license-expression==21.6.14
3434
lxml==4.6.3
3535
MarkupSafe==2.0.1
3636
more-itertools==8.8.0
@@ -58,6 +58,7 @@ requests==2.25.1
5858
rpm-inspector-rpm==4.16.1.3.210404
5959
saneyaml==0.5.2
6060
setuptools==57.0.0
61+
setuptools_scm==6.0.1
6162
six==1.16.0
6263
sortedcontainers==2.4.0
6364
soupsieve==2.2.1

setup.cfg

Lines changed: 1 addition & 1 deletion
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
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Comment: On Debian systems the complete license text is available in
2+
/usr/share/common-licenses/Apache-2.0
3+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: apache-2.0
2+
is_license_reference: yes
3+
referenced_filenames:
4+
- /usr/share/common-licenses/Apache-2.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
On Debian systems the complete text of the license can be found in /usr/share/common-licenses/Apache-2.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: apache-2.0
2+
is_license_reference: yes
3+
referenced_filenames:
4+
- /usr/share/common-licenses/Apache-2.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
License: Apache-2.0
2+
On Debian systems the complete text of the license can be found in
3+
/usr/share/common-licenses/Apache-2.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
referenced_filenames:
4+
- /usr/share/common-licenses/Apache-2.0
5+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* Licensed under the Apache License, Version 2.0 (the "License");
2+
* you may not use this file except in compliance with the License.
3+
* You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
13+
License: Apache-2.0
14+
On Debian systems the complete text of the license can be found in
15+
/usr/share/common-licenses/Apache-2.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
license_expression: apache-2.0
2+
is_license_notice: yes
3+
referenced_filenames:
4+
- /usr/share/common-licenses/Apache-2.0
5+
ignorable_urls:
6+
- http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)