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)
7
7
using boolean logic.
8
8
9
9
- License: Apache-2.0
10
- - Python: 3.8 +
10
+ - Python: 3.9 +
11
11
- Homepage: https://github.com/aboutcode-org/license-expression/
12
12
- Install: `pip install license-expression ` also available in most Linux distro.
13
13
@@ -25,8 +25,8 @@ SPDX and SBOM in general) as a way to express licensing precisely.
25
25
simplify and normalize these license expressions (such as SPDX license expressions)
26
26
using boolean logic like in: `GPL-2.0-or-later WITH Classpath-exception-2.0 AND MIT `.
27
27
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 ).
30
30
See https://scancode-licensedb.aboutcode.org/ to get started quickly.
31
31
32
32
``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
47
47
48
48
setup_requires = setuptools_scm[toml] >= 4
49
49
50
- python_requires = >=3.8
50
+ python_requires = >=3.9
51
51
52
52
install_requires =
53
53
boolean.py >= 4.0
You can’t perform that action at this time.
0 commit comments