Skip to content

Commit d80f5f6

Browse files
authored
chore: Update requirements.txt and move to REUSE.toml (#15)
1 parent bba86fd commit d80f5f6

File tree

21 files changed

+108
-59
lines changed

21 files changed

+108
-59
lines changed

api/.reuse/dep5

Lines changed: 0 additions & 5 deletions
This file was deleted.

api/REUSE.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
version = 1
5+
6+
[[annotations]]
7+
path = [
8+
"**.md",
9+
"go.sum",
10+
"VERSION",
11+
"pkg/api/*.pb*.go",
12+
"pkg/api/**.gen.go"
13+
]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "(C) 2025 Intel Corporation"
16+
SPDX-License-Identifier = "Apache-2.0"

api/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
# OpenAPI validator
55
openapi-spec-validator~=0.7.1
66

7-
# YAML linter
8-
yamllint~=1.29.0
7+
# lint yaml
8+
yamllint~=1.35.1
99

10-
# license checking
11-
python-debian==0.1.44
12-
reuse~=1.0.0
10+
# license check
11+
reuse~=5.0.2

apiv2/REUSE.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ path = [
1414
"pkg/api/v2/*.gen.go",
1515
"mocks/**",
1616
"docs/*",
17-
"artifacts/*",
1817
]
1918

2019
precedence = "aggregate"

apiv2/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# OpenAPI validator
55
openapi-spec-validator~=0.7.1
66

7-
# YAML linter
7+
# lint yaml
88
yamllint~=1.35.1
99

10-
# license checking
10+
# license check
1111
reuse~=5.0.2

bulk-import-tools/.reuse/dep5

Lines changed: 0 additions & 5 deletions
This file was deleted.

bulk-import-tools/REUSE.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
version = 1
5+
6+
[[annotations]]
7+
path = [
8+
"**.md",
9+
"go.sum",
10+
"VERSION",
11+
]
12+
precedence = "aggregate"
13+
SPDX-FileCopyrightText = "(C) 2025 Intel Corporation"
14+
SPDX-License-Identifier = "Apache-2.0"

bulk-import-tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# license check
5-
reuse~=3.0.1
5+
reuse~=5.0.2

exporters-inventory/.reuse/dep5

Lines changed: 0 additions & 5 deletions
This file was deleted.

exporters-inventory/REUSE.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
version = 1
5+
6+
[[annotations]]
7+
path = [
8+
"go.sum",
9+
"VERSION",
10+
"README.md",
11+
"test/README.md",
12+
"internal/README.md",
13+
]
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "(C) 2025 Intel Corporation"
16+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)