Skip to content

Commit 8edc6b0

Browse files
Merge branch 'develop' into jar-manifest-assign-package
2 parents 1cd58e5 + b0aff52 commit 8edc6b0

File tree

119 files changed

+12127
-295
lines changed

Some content is hidden

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

119 files changed

+12127
-295
lines changed

.github/workflows/scancode-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
strategy:
240240
fail-fast: true
241241
matrix:
242-
os: [ubuntu-22.04, ubuntu-24.04, macos-12, macos-13]
242+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
243243
pyver: ["3.9", "3.10", "3.11", "3.12"]
244244

245245
steps:
@@ -371,7 +371,7 @@ jobs:
371371
strategy:
372372
fail-fast: true
373373
matrix:
374-
os: [macos-12, macos-13]
374+
os: [macos-13, macos-14]
375375
pyver: ["3.9", "3.10", "3.11", "3.12"]
376376

377377
steps:

CHANGELOG.rst

+30-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ v33.0.0 (next next, roadmap)
1414
- Dependencies for
1515
- Support for copyright detection objects.
1616

17-
- We can now collect packages from a Go binary using go-inspector (Linux-only)
18-
1917
- A new field in packages with the license category for the
2018
detected license expression and also an API function to
2119
compute license categories from license expressions.
@@ -40,6 +38,33 @@ v33.0.0 (next next, roadmap)
4038
- Update Dockerfile and test container build.
4139
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
4240

41+
v32.3.1 - 2024-01-06
42+
--------------------
43+
44+
This is a minor release with license and package detection
45+
improvements, bugfixes and with new and updated license detection rules
46+
and new licenses added.
47+
48+
- We can now collect packages from a Rust binary using rust-inspector
49+
for rust binaries built with `cargo-auditable`(Linux-only)
50+
Also adds a plugin for colelcting rust symbols with the option
51+
``--rust-symbol``. See the initial release for more info:
52+
https://github.com/aboutcode-org/rust-inspector/releases/tag/v0.1.0
53+
https://github.com/aboutcode-org/scancode-toolkit/pull/4043
54+
55+
- Improves and adds bugfixes for package detection in the following ecosystems:
56+
conda, npm, rust, go.
57+
https://github.com/aboutcode-org/scancode-toolkit/pull/4073
58+
59+
- Updates go-inspector to v0.5.0 . GoReSym is now built from source and has
60+
been updated to v3.0.1. https://github.com/aboutcode-org/scancode-toolkit/pull/3972
61+
62+
- Adds new and updated licenses, license detection rules.
63+
https://github.com/aboutcode-org/scancode-toolkit/pull/3963
64+
65+
- Adds the latest license-expression with an updated licenseDB.
66+
https://github.com/aboutcode-org/scancode-toolkit/pull/3960
67+
4368
v32.3.0 - 2024-10-21
4469
--------------------
4570

@@ -89,6 +114,9 @@ Changes in Output Data Structure:
89114
- Drop python 3.8 support as this is end of life. Please use older releases if you
90115
are using python 3.8 but this is not recommended.
91116

117+
- We can now collect packages from a Go binary using go-inspector (Linux-only)
118+
See https://github.com/aboutcode-org/scancode-toolkit/pull/3894
119+
92120
v32.2.1 - 2024-07-02
93121
---------------------
94122

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138

139139
- template: etc/ci/azure-posix.yml
140140
parameters:
141-
job_name: macos12_cpython
142-
image_name: macOS-12
141+
job_name: macos14_cpython
142+
image_name: macOS-14
143143
python_versions: ['3.9', '3.10', '3.11', '3.12']
144144
python_architecture: x64
145145
test_suites:
@@ -233,8 +233,8 @@ jobs:
233233

234234
- template: etc/ci/azure-posix.yml
235235
parameters:
236-
job_name: macos12_cpython_latest_from_pip
237-
image_name: macos-12
236+
job_name: macos14_cpython_latest_from_pip
237+
image_name: macos-14
238238
python_versions: ['3.9', '3.10', '3.11', '3.12']
239239
test_suites:
240240
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0 AND MIT
55
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
66
# ScanCode is a trademark of nexB Inc.
7-
# See https://github.com/nexB/ for support or download.
7+
# See https://github.com/aboutcode-org/ for support or download.
88
# See https://aboutcode.org for more information about nexB OSS projects.
99
#
1010

configure.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@rem Copyright (c) nexB Inc. and others. All rights reserved.
55
@rem SPDX-License-Identifier: Apache-2.0
66
@rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7-
@rem See https://github.com/nexB/ for support or download.
7+
@rem See https://github.com/aboutcode-org/ for support or download.
88
@rem See https://aboutcode.org for more information about nexB OSS projects.
99

1010

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# This points to aboutcode.readthedocs.io
4949
# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
50-
# Link was created at commit - https://github.com/nexB/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
50+
# Link was created at commit - https://github.com/aboutcode-org/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
5151

5252
intersphinx_mapping = {
5353
"aboutcode": ("https://aboutcode.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)