fosslight-source 2.2.12__tar.gz → 2.2.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/MANIFEST.in +0 -1
- {fosslight_source-2.2.12/src/fosslight_source.egg-info → fosslight_source-2.2.13}/PKG-INFO +9 -16
- fosslight_source-2.2.13/pyproject.toml +58 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13/src/fosslight_source.egg-info}/PKG-INFO +9 -16
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/SOURCES.txt +1 -2
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/entry_points.txt +0 -1
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/requires.txt +3 -0
- fosslight_source-2.2.12/requirements.txt +0 -12
- fosslight_source-2.2.12/setup.py +0 -40
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/LICENSE +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/README.md +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/setup.cfg +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/__init__.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_help.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_license_matched.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_parsing_scancode_file_item.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_parsing_scanoss_file.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_scan_item.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/cli.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_manifest_extractor.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_scancode.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_scanoss.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_spdx_extractor.py +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/dependency_links.txt +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/top_level.txt +0 -0
- {fosslight_source-2.2.12 → fosslight_source-2.2.13}/tests/test_tox.py +0 -0
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fosslight_source
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.13
|
|
4
4
|
Summary: FOSSLight Source Scanner
|
|
5
|
-
Home-page: https://github.com/fosslight/fosslight_source_scanner
|
|
6
|
-
Download-URL: https://github.com/fosslight/fosslight_source_scanner
|
|
7
5
|
Author: LG Electronics
|
|
8
|
-
License: Apache-2.0
|
|
9
|
-
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/fosslight/fosslight_source_scanner
|
|
8
|
+
Project-URL: Download, https://github.com/fosslight/fosslight_source_scanner
|
|
9
|
+
Keywords: fosslight,scanner,license,source
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
|
+
Requires-Python: <3.15,>=3.10
|
|
15
17
|
Description-Content-Type: text/markdown
|
|
16
18
|
License-File: LICENSE
|
|
17
19
|
Requires-Dist: setuptools<=80.10.2
|
|
@@ -26,17 +28,8 @@ Requires-Dist: fosslight_binary>=5.0.0
|
|
|
26
28
|
Requires-Dist: scancode-toolkit>=32.0.2
|
|
27
29
|
Requires-Dist: fingerprints==1.2.3
|
|
28
30
|
Requires-Dist: normality==2.6.1
|
|
29
|
-
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: download-url
|
|
34
|
-
Dynamic: home-page
|
|
35
|
-
Dynamic: license
|
|
31
|
+
Requires-Dist: psycopg2-binary>=2.9.10; python_version >= "3.13"
|
|
36
32
|
Dynamic: license-file
|
|
37
|
-
Dynamic: requires-dist
|
|
38
|
-
Dynamic: requires-python
|
|
39
|
-
Dynamic: summary
|
|
40
33
|
|
|
41
34
|
<!--
|
|
42
35
|
Copyright (c) 2021 LG Electronics
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Copyright (c) 2026 LG Electronics
|
|
2
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
|
|
4
|
+
[build-system]
|
|
5
|
+
requires = ["setuptools>=77", "wheel"]
|
|
6
|
+
build-backend = "setuptools.build_meta"
|
|
7
|
+
|
|
8
|
+
[project]
|
|
9
|
+
name = "fosslight_source"
|
|
10
|
+
version = "2.2.13"
|
|
11
|
+
description = "FOSSLight Source Scanner"
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
license = "Apache-2.0"
|
|
14
|
+
authors = [
|
|
15
|
+
{ name = "LG Electronics" }
|
|
16
|
+
]
|
|
17
|
+
keywords = ["fosslight", "scanner", "license", "source"]
|
|
18
|
+
classifiers = [
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
]
|
|
26
|
+
requires-python = ">=3.10,<3.15"
|
|
27
|
+
dependencies = [
|
|
28
|
+
"setuptools<=80.10.2",
|
|
29
|
+
"pyparsing",
|
|
30
|
+
"scanoss>=1.19.0",
|
|
31
|
+
"XlsxWriter",
|
|
32
|
+
"fosslight_util>=2.1.37",
|
|
33
|
+
"PyYAML",
|
|
34
|
+
"wheel>=0.38.1",
|
|
35
|
+
"intbitset",
|
|
36
|
+
"fosslight_binary>=5.0.0",
|
|
37
|
+
"scancode-toolkit>=32.0.2",
|
|
38
|
+
"fingerprints==1.2.3",
|
|
39
|
+
"normality==2.6.1",
|
|
40
|
+
# Python 3.13+ needs psycopg2-binary 2.9.10+ (has wheels; 2.9.9 builds fail with _PyInterpreterState_Get)
|
|
41
|
+
"psycopg2-binary>=2.9.10; python_version >= '3.13'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
[project.optional-dependencies]
|
|
45
|
+
# none for now
|
|
46
|
+
|
|
47
|
+
[project.urls]
|
|
48
|
+
Homepage = "https://github.com/fosslight/fosslight_source_scanner"
|
|
49
|
+
Download = "https://github.com/fosslight/fosslight_source_scanner"
|
|
50
|
+
|
|
51
|
+
[project.scripts]
|
|
52
|
+
fosslight_source = "fosslight_source.cli:main"
|
|
53
|
+
|
|
54
|
+
[tool.setuptools]
|
|
55
|
+
package-dir = {"" = "src"}
|
|
56
|
+
|
|
57
|
+
[tool.setuptools.packages.find]
|
|
58
|
+
where = ["src"]
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fosslight_source
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.13
|
|
4
4
|
Summary: FOSSLight Source Scanner
|
|
5
|
-
Home-page: https://github.com/fosslight/fosslight_source_scanner
|
|
6
|
-
Download-URL: https://github.com/fosslight/fosslight_source_scanner
|
|
7
5
|
Author: LG Electronics
|
|
8
|
-
License: Apache-2.0
|
|
9
|
-
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/fosslight/fosslight_source_scanner
|
|
8
|
+
Project-URL: Download, https://github.com/fosslight/fosslight_source_scanner
|
|
9
|
+
Keywords: fosslight,scanner,license,source
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
|
+
Requires-Python: <3.15,>=3.10
|
|
15
17
|
Description-Content-Type: text/markdown
|
|
16
18
|
License-File: LICENSE
|
|
17
19
|
Requires-Dist: setuptools<=80.10.2
|
|
@@ -26,17 +28,8 @@ Requires-Dist: fosslight_binary>=5.0.0
|
|
|
26
28
|
Requires-Dist: scancode-toolkit>=32.0.2
|
|
27
29
|
Requires-Dist: fingerprints==1.2.3
|
|
28
30
|
Requires-Dist: normality==2.6.1
|
|
29
|
-
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: download-url
|
|
34
|
-
Dynamic: home-page
|
|
35
|
-
Dynamic: license
|
|
31
|
+
Requires-Dist: psycopg2-binary>=2.9.10; python_version >= "3.13"
|
|
36
32
|
Dynamic: license-file
|
|
37
|
-
Dynamic: requires-dist
|
|
38
|
-
Dynamic: requires-python
|
|
39
|
-
Dynamic: summary
|
|
40
33
|
|
|
41
34
|
<!--
|
|
42
35
|
Copyright (c) 2021 LG Electronics
|
fosslight_source-2.2.12/setup.py
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python3
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
# Copyright (c) 2021 LG Electronics
|
|
4
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
from codecs import open
|
|
6
|
-
from setuptools import setup, find_packages
|
|
7
|
-
|
|
8
|
-
with open('README.md', 'r', 'utf-8') as f:
|
|
9
|
-
readme = f.read()
|
|
10
|
-
|
|
11
|
-
with open('requirements.txt', 'r', 'utf-8') as f:
|
|
12
|
-
required = f.read().splitlines()
|
|
13
|
-
|
|
14
|
-
if __name__ == "__main__":
|
|
15
|
-
setup(
|
|
16
|
-
name='fosslight_source',
|
|
17
|
-
version='2.2.12',
|
|
18
|
-
package_dir={"": "src"},
|
|
19
|
-
packages=find_packages(where='src'),
|
|
20
|
-
description='FOSSLight Source Scanner',
|
|
21
|
-
long_description=readme,
|
|
22
|
-
long_description_content_type='text/markdown',
|
|
23
|
-
license='Apache-2.0',
|
|
24
|
-
author='LG Electronics',
|
|
25
|
-
url='https://github.com/fosslight/fosslight_source_scanner',
|
|
26
|
-
download_url='https://github.com/fosslight/fosslight_source_scanner',
|
|
27
|
-
classifiers=['License :: OSI Approved :: Apache Software License',
|
|
28
|
-
"Programming Language :: Python :: 3",
|
|
29
|
-
"Programming Language :: Python :: 3.10",
|
|
30
|
-
"Programming Language :: Python :: 3.11",
|
|
31
|
-
"Programming Language :: Python :: 3.12", ],
|
|
32
|
-
python_requires=">=3.10, <3.13",
|
|
33
|
-
install_requires=required,
|
|
34
|
-
entry_points={
|
|
35
|
-
"console_scripts": [
|
|
36
|
-
"fosslight_source = fosslight_source.cli:main",
|
|
37
|
-
"run_scancode = fosslight_source.run_scancode:main"
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_license_matched.py
RENAMED
|
File without changes
|
|
File without changes
|
{fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/_parsing_scanoss_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_manifest_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source/run_spdx_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
{fosslight_source-2.2.12 → fosslight_source-2.2.13}/src/fosslight_source.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|