Skip to content

Commit 4241ab9

Browse files
Bump version to v30.2.1
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 3fea7b4 commit 4241ab9

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.rst

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

4+
v30.2.1 - 2023-02-27
5+
--------------------
6+
7+
This is a patch release with license updates only:
8+
9+
- Use latest skeleton
10+
- Update license list to latest ScanCode and SPDX 3.23
11+
12+
413
v30.2.0 - 2023-11-29
514
--------------------
615

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = license-expression
3-
version = 30.2.0
3+
version = 30.2.1
44
license = Apache-2.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -47,7 +47,7 @@ zip_safe = false
4747

4848
setup_requires = setuptools_scm[toml] >= 4
4949

50-
python_requires = >=3.7
50+
python_requires = >=3.8
5151

5252
install_requires =
5353
boolean.py >= 4.0

0 commit comments

Comments
 (0)