fosslight-dependency 4.1.22__py3-none-any.whl → 4.1.23__py3-none-any.whl
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_dependency/package_manager/Pub.py +3 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/METADATA +15 -4
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/RECORD +10 -10
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/WHEEL +1 -1
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/entry_points.txt +0 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info/licenses}/LICENSE +0 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info/licenses/LICENSES}/Apache-2.0.txt +0 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info/licenses/LICENSES}/LicenseRef-3rd_party_licenses.txt +0 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info/licenses/LICENSES}/MIT.txt +0 -0
- {fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/top_level.txt +0 -0
|
@@ -131,6 +131,9 @@ class Pub(PackageManager):
|
|
|
131
131
|
oss_item.homepage = ''
|
|
132
132
|
oss_item.download_location = f"{self.dn_url}{oss_origin_name}/versions/{oss_item.version}"
|
|
133
133
|
dep_item.purl = get_url_to_purl(oss_item.download_location, self.package_manager_name)
|
|
134
|
+
if json_data['isSdk']:
|
|
135
|
+
oss_item.download_location = json_data['repository'] or json_data['homepage'] or ''
|
|
136
|
+
oss_item.comment = 'SDK'
|
|
134
137
|
purl_dict[f'{oss_origin_name}({oss_item.version})'] = dep_item.purl
|
|
135
138
|
license_txt = json_data['license']
|
|
136
139
|
if license_txt is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 4.1.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fosslight_dependency
|
|
3
|
+
Version: 4.1.23
|
|
4
4
|
Summary: FOSSLight Dependency Scanner
|
|
5
5
|
Home-page: https://github.com/fosslight/fosslight_dependency_scanner
|
|
6
6
|
Download-URL: https://github.com/fosslight/fosslight_dependency_scanner
|
|
@@ -23,7 +23,7 @@ Requires-Dist: lxml
|
|
|
23
23
|
Requires-Dist: virtualenv
|
|
24
24
|
Requires-Dist: pyyaml
|
|
25
25
|
Requires-Dist: lastversion
|
|
26
|
-
Requires-Dist:
|
|
26
|
+
Requires-Dist: fosslight_util>=2.1.18
|
|
27
27
|
Requires-Dist: PyGithub
|
|
28
28
|
Requires-Dist: requirements-parser
|
|
29
29
|
Requires-Dist: defusedxml
|
|
@@ -31,6 +31,17 @@ Requires-Dist: packageurl-python
|
|
|
31
31
|
Requires-Dist: igraph
|
|
32
32
|
Requires-Dist: matplotlib
|
|
33
33
|
Requires-Dist: pyaskalono
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: description-content-type
|
|
38
|
+
Dynamic: download-url
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: license
|
|
41
|
+
Dynamic: license-file
|
|
42
|
+
Dynamic: requires-dist
|
|
43
|
+
Dynamic: requires-python
|
|
44
|
+
Dynamic: summary
|
|
34
45
|
|
|
35
46
|
<!--
|
|
36
47
|
Copyright (c) 2021 LG Electronics
|
|
@@ -19,18 +19,18 @@ fosslight_dependency/package_manager/Maven.py,sha256=ps6kxpB_aWMwjoNWFnXxetxn_y7
|
|
|
19
19
|
fosslight_dependency/package_manager/Npm.py,sha256=cPKo3TewAPN8IQUUFlJZ7nc202_GnpMzGMl4gIF4St8,10982
|
|
20
20
|
fosslight_dependency/package_manager/Nuget.py,sha256=u4w084Qozk4nrVdT4o_nDiT8v4URIlXaOrDh11Hu1Bw,8885
|
|
21
21
|
fosslight_dependency/package_manager/Pnpm.py,sha256=LDKooFGQHui_Q5U7XqSJ8KcCPiLVndXf5oGKTJExh5w,7056
|
|
22
|
-
fosslight_dependency/package_manager/Pub.py,sha256=
|
|
22
|
+
fosslight_dependency/package_manager/Pub.py,sha256=g4jqA19vf3jBdlmPLVZiIYMAQHNn3Y2I-_oq3vtpfv0,10372
|
|
23
23
|
fosslight_dependency/package_manager/Pypi.py,sha256=Ae-mFl9jSgc1XrUdzAuKGuZA4nduSsWaC-u6VVjFNtg,17187
|
|
24
24
|
fosslight_dependency/package_manager/Swift.py,sha256=8fdbdAXTNlp2NDoSqQXm48JGAg9UhxA91M1-NhHkT40,6752
|
|
25
25
|
fosslight_dependency/package_manager/Unity.py,sha256=n1006GZ6Qrk8wAdO6wla1Q-JD7Evin7REVj-HDeTARc,5142
|
|
26
26
|
fosslight_dependency/package_manager/Yarn.py,sha256=8K2bTImdvPtuDT_Tz1StnBnx6DjoHWV1Wzb0WlhBRhw,9586
|
|
27
27
|
fosslight_dependency/package_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
fosslight_dependency-4.1.
|
|
29
|
-
fosslight_dependency-4.1.
|
|
30
|
-
fosslight_dependency-4.1.
|
|
31
|
-
fosslight_dependency-4.1.
|
|
32
|
-
fosslight_dependency-4.1.
|
|
33
|
-
fosslight_dependency-4.1.
|
|
34
|
-
fosslight_dependency-4.1.
|
|
35
|
-
fosslight_dependency-4.1.
|
|
36
|
-
fosslight_dependency-4.1.
|
|
28
|
+
fosslight_dependency-4.1.23.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
29
|
+
fosslight_dependency-4.1.23.dist-info/licenses/LICENSES/Apache-2.0.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
30
|
+
fosslight_dependency-4.1.23.dist-info/licenses/LICENSES/LicenseRef-3rd_party_licenses.txt,sha256=EcsFt7aE1rp3OXAdJgmXayfOZdpRdBMcmRnyoqWMCsw,95687
|
|
31
|
+
fosslight_dependency-4.1.23.dist-info/licenses/LICENSES/MIT.txt,sha256=9cx4CbArgByWvkoEZNqpzbpJgA9TUe2D62rMocQpgfs,1082
|
|
32
|
+
fosslight_dependency-4.1.23.dist-info/METADATA,sha256=WPwzLjLGc28Co_4GfoSy5Dpffn-ey65GO5ntktS1EJM,5555
|
|
33
|
+
fosslight_dependency-4.1.23.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
34
|
+
fosslight_dependency-4.1.23.dist-info/entry_points.txt,sha256=AeU-9Bl8al8Sa-XvhitGHdT3ZTPIrlhqADcp7s5OLF8,90
|
|
35
|
+
fosslight_dependency-4.1.23.dist-info/top_level.txt,sha256=Jc0V7VcVCH0TEM8ksb8dwroTYz4AmRaQnlr3FB71Hcs,21
|
|
36
|
+
fosslight_dependency-4.1.23.dist-info/RECORD,,
|
{fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info/licenses}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_dependency-4.1.22.dist-info → fosslight_dependency-4.1.23.dist-info}/top_level.txt
RENAMED
|
File without changes
|