File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.8 +
10+ - Python: 3.9 +
1111- Homepage: https://github.com/aboutcode-org/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.23 )
29- and ScanCode license DB (version 32.0.8 , last published on 2023-02-27 ).
28+ It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.25 )
29+ and ScanCode license DB (version 32.3.0 , last published on 2024-10-24 ).
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 @@ -47,7 +47,7 @@ zip_safe = false
4747
4848setup_requires = setuptools_scm[toml] >= 4
4949
50- python_requires = >=3.8
50+ python_requires = >=3.9
5151
5252install_requires =
5353 boolean.py >= 4.0
You can’t perform that action at this time.
0 commit comments