File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
413v30.2.0 - 2023-11-29
514--------------------
615
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ simplify and normalize license expressions (such as SPDX license expressions)
77using 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.
2525simplify and normalize these license expressions (such as SPDX license expressions)
2626using 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 ).
3030See 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
Original file line number Diff line number Diff line change 11[metadata]
22name = license-expression
3- version = 30.2.0
3+ version = 30.2.1
44license = 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
4848setup_requires = setuptools_scm[toml] >= 4
4949
50- python_requires = >=3.7
50+ python_requires = >=3.8
5151
5252install_requires =
5353 boolean.py >= 4.0
You can’t perform that action at this time.
0 commit comments