Skip to content

Commit

Permalink
Merge pull request #86 from nexB/release-prep-v30.1.1
Browse files Browse the repository at this point in the history
Release prep for version 30.1.1
  • Loading branch information
AyanSinhaMahapatra committed May 26, 2023
2 parents d5dd64b + bf57d6b commit dd54f51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:


create-gh-release:
# Sets permissions of the GITHUB_TOKEN to allow release upload
permissions:
contents: write
name: Create GH release
needs:
- build-pypi-distribs
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v30.1.1 - 2023-01-16
----------------------

This is a minor dot release without API changes

- Use latest skeleton
- Update license list to latest ScanCode and SPDX 3.20


v30.1.0 - 2023-01-16
----------------------
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPDX and SBOM in general) as a way to express licensing precisely.
simplify and normalize these license expressions (such as SPDX license expressions)
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`.

It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.19)
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.20)
and ScanCode license DB (version 21.6.7) https://scancode-licensedb.aboutcode.org/
to get started quickly.

Expand Down Expand Up @@ -111,7 +111,7 @@ expressions.
Using boolean logic, license expressions can be tested for equality, containment,
equivalence and can be normalized or simplified.

It also bundles the SPDX License list (3.19 as of now) and the ScanCode license
It also bundles the SPDX License list (3.20 as of now) and the ScanCode license
DB (based on latest ScanCode) to easily parse and validate expressions using
the license symbols.

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = license-expression
version = 30.1.1
license = Apache-2.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down

0 comments on commit dd54f51

Please sign in to comment.