Skip to content

Commit c20b3f6

Browse files
Merge pull request #92 from nexB/release-prep-v30.2.1
Release prep v30.3.0
2 parents db2c653 + 3bf21b1 commit c20b3f6

File tree

9 files changed

+660
-413
lines changed

9 files changed

+660
-413
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88

99
strategy:
1010
max-parallel: 4

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ on:
2121
jobs:
2222
build-pypi-distribs:
2323
name: Build and publish library to PyPI
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-22.04
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Set up Python
2929
uses: actions/setup-python@v4
3030
with:
@@ -50,7 +50,7 @@ jobs:
5050
name: Create GH release
5151
needs:
5252
- build-pypi-distribs
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-22.04
5454

5555
steps:
5656
- name: Download built archives
@@ -70,7 +70,7 @@ jobs:
7070
name: Create PyPI release
7171
needs:
7272
- create-gh-release
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474

7575
steps:
7676
- name: Download built archives

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
v30.3.0 - 2024-03-18
5+
--------------------
6+
7+
This is a minor release without API changes:
8+
9+
- Use latest skeleton
10+
- Update license list to latest ScanCode and SPDX 3.23
11+
- Drop support for Python 3.7
12+
413
v30.2.0 - 2023-11-29
514
--------------------
615

@@ -29,7 +38,7 @@ This is a minor release without API changes
2938
- Update license list to latest ScanCode and SPDX 3.19
3039
- Use correct syntax for python_require
3140
- Drop using Travis and Appveyor
32-
- Drop support for Python 3.7 and add Python 3.11
41+
- Drop support for Python 3.7 and add Python 3.11 in CI
3342

3443

3544
v30.0.0 - 2022-05-10

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ simplify and normalize license expressions (such as SPDX license expressions)
77
using boolean logic.
88

99
- License: Apache-2.0
10-
- Python: 3.7+
10+
- Python: 3.8+
1111
- Homepage: https://github.com/nexB/license-expression/
1212
- Install: `pip install license-expression` also available in most Linux distro.
1313

@@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2525
simplify and normalize these license expressions (such as SPDX license expressions)
2626
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT`.
2727

28-
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.22)
29-
and ScanCode license DB (version 32.0.8, last published on 2023-11-16).
28+
It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.23)
29+
and ScanCode license DB (version 32.0.8, last published on 2023-02-27).
3030
See https://scancode-licensedb.aboutcode.org/ to get started quickly.
3131

3232
``license-expression`` is both powerful and simple to use and is a used as the

0 commit comments

Comments
 (0)