Skip to content

Commit 9dd55a0

Browse files
committed
Update aboutcode-toolkit version
* Bump aboutcode-toolkit to v4.0.1 * Update aboutcode-toolkit check command for azure-pipelines CI * Update aboutcode-toolkit check command for travis CI Addresses: #42 Signed-off-by: Steven Esser <[email protected]>
1 parent 4d19219 commit 9dd55a0

8 files changed

+28
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ script:
6060
# If debugging, use a subset of tests to wait less:
6161
# - ./bin/py.test -n 2 -vvs --cov=src tests/scancode
6262
# - echo $TEST_SUITE
63-
- bin/about-code check --verbose .
63+
- bin/about check --verbose .
6464
- $TEST_SUITE
6565

6666
notifications:

etc/ci/azure-posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- script: ./configure
2222
displayName: 'Configure'
2323

24-
- script: bin/about-code check --verbose .
24+
- script: bin/about check --verbose .
2525
displayName: 'Check ABOUT files'
2626

2727
- script: bin/py.test -vvs

etc/ci/azure-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- script: configure
2323
displayName: 'Configure'
2424

25-
- script: bin\about-code check --verbose .
25+
- script: bin\about check --verbose .
2626
displayName: 'Check ABOUT files'
2727

2828
- script: bin\py.test -vvs
-42.5 KB
Binary file not shown.
40.2 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
about_resource: aboutcode_toolkit-3.1.1-py2.py3-none-any.whl
2-
checksum_md5: 67e1f793b8421ce60800897bb5b9446d
3-
checksum_sha1: 26466b098411fcce12efac48bb9098cdf4a83573
1+
about_resource: aboutcode_toolkit-4.0.1-py2.py3-none-any.whl
2+
checksum_md5: 03479c18061c592e726a8e8acabbd6b0
3+
checksum_sha1: 1324a179851952569b98da5189755579905e64ab
44
contact: http://www.nexb.com/contactus.html
55
copyright: Copyright (c) 2013-2017 nexB Inc.
66
description: AboutCode Toolkit is a tool to process ABOUT files. An ABOUT file provides
77
a simple way to document the provenance (origin and license) 'about' a software
88
component. This is a small text file stored in the codebase side-by-side with the
99
documented software component.
10-
download_url: https://files.pythonhosted.org/packages/48/05/c9dd903c5c6e0f06ec813a9911b27b252e3803fbd97ffa375d909694e26d/aboutcode_toolkit-3.1.1-py2.py3-none-any.whl#sha256=68b2fd1d05dd0dbc8acc91e7bf1b676e43804ea631bab490d0b46ae0b65e51b5
10+
download_url: https://files.pythonhosted.org/packages/df/d6/d982675e00c9e7f94cf641ea7eeeacbe5adbf6bac928e660673bb844261d/aboutcode_toolkit-4.0.1-py2.py3-none-any.whl
1111
homepage_url: https://aboutcode.org
1212
license_expression: apache-2.0
1313
name: AboutCode toolkit
1414
owner: nexB
1515
owner_url: http://www.nexb.com/
16-
version: 3.1.1
16+
version: 4.0.1
5.44 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
about_resource: saneyaml-0.1-py2.py3-none-any.whl
2+
attribute: true
3+
checksum_md5: 53509e4f1ee9f6565158163a56513b7c
4+
checksum_sha1: a66920309794ead47711473a21f1c7d003acd005
5+
contact: http://www.nexb.com/contactus.html
6+
copyright: Copyright (c) nexB Inc. and others.
7+
download_url: https://files.pythonhosted.org/packages/21/13/3d639adcd97fc22cfc4acfd23330cc26f96a85a5b992d93086684e24ac14/saneyaml-0.1-py2.py3-none-any.whl
8+
homepage_url: https://github.com/nexB/saneyaml
9+
license_expression: apache-2.0
10+
licenses:
11+
- file: apache-2.0.LICENSE
12+
key: apache-2.0
13+
name: Apache License 2.0
14+
name: saneyaml
15+
owner: nexB
16+
owner_url: http://www.nexb.com/
17+
package_url: pkg:pypi/[email protected]
18+
track_changes: true
19+
vcs_repository: https://github.com/nexB/saneyaml
20+
version: '0.1'

0 commit comments

Comments
 (0)