python-ort 0.6.0__tar.gz → 0.6.2__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.
- {python_ort-0.6.0 → python_ort-0.6.2}/PKG-INFO +1 -1
- {python_ort-0.6.0 → python_ort-0.6.2}/pyproject.toml +4 -1
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/advisor_summary.py +1 -8
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/__init__.py +2 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/LICENSE +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/README.md +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/__init__.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/__init__.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/advisor_capability.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/advisor_details.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/advisor_result.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/advisor_run.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/analyzer_result.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/analyzer_run.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/advisor_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/analyzer_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/curations.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/license_finding_curation.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/license_finding_curation_reason.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/package_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/package_manager_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/path_exclude.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/path_exclude_reason.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/path_include_reason.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/repository_analyzer_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/vcsmatcher.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/defect.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/dependency_graph.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/dependency_graph_edge.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/dependency_graph_node.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/dependency_reference.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/hash.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/hash_algorithm.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/identifier.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/issue.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/ort_result.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/package.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/package_curation.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/package_curation_data.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/package_linkage.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/package_reference.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/project.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/remote_artifact.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/repository.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/repository_configuration.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/resolutions.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/root_dependency_index.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/scope.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/source_code_origin.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vcsinfo.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vcsinfo_curation_data.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vcstype.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/cvss2_rating.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/cvss3_rating.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/cvss4_rating.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/vulnerability.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/vulnerability_reference.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/severity.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/utils/__init__.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/utils/environment.py +0 -0
- {python_ort-0.6.0 → python_ort-0.6.2}/src/ort/utils/processed_declared_license.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-ort"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.2"
|
|
8
8
|
description = "A Python Ort model serialization library"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -25,6 +25,9 @@ classifiers = [
|
|
|
25
25
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
|
+
[tool.uv]
|
|
29
|
+
index-url = "https://pypi.org/simple"
|
|
30
|
+
|
|
28
31
|
[tool.uv.build-backend]
|
|
29
32
|
module-name = "ort"
|
|
30
33
|
module-root = "src"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
from datetime import datetime
|
|
5
5
|
|
|
6
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
6
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
7
7
|
|
|
8
8
|
from .issue import Issue
|
|
9
9
|
|
|
@@ -29,10 +29,3 @@ class AdvisorSummary(BaseModel):
|
|
|
29
29
|
description="The list of issues that occurred during the advisor run."
|
|
30
30
|
"This property is not serialized if the list is empty to reduce the size of the result file.",
|
|
31
31
|
)
|
|
32
|
-
|
|
33
|
-
@field_validator("start_time", "end_time", mode="before")
|
|
34
|
-
@classmethod
|
|
35
|
-
def transform_date(cls, v):
|
|
36
|
-
if isinstance(v, str):
|
|
37
|
-
return datetime.fromisoformat(v.replace("Z", "+00:00"))
|
|
38
|
-
return v
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/license_finding_curation_reason.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/package_manager_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/config/repository_analyzer_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_ort-0.6.0 → python_ort-0.6.2}/src/ort/models/vulnerabilities/vulnerability_reference.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|