amati 0.3.28__tar.gz → 0.3.30__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.
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/checks.yaml +4 -4
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/codeql.yml +4 -4
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/coverage.yaml +1 -1
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/data-refresh.yaml +3 -3
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/dependency-review.yml +2 -2
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/publish.yaml +5 -5
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/scorecards.yml +3 -3
- {amati-0.3.28 → amati-0.3.30}/.github/workflows/tag-and-create-release.yaml +3 -3
- {amati-0.3.28 → amati-0.3.30}/.pre-commit-config.yaml +1 -1
- {amati-0.3.28 → amati-0.3.30}/PKG-INFO +1 -1
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/media-types.json +2 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/spdx-licences.json +13 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/uri.py +2 -2
- {amati-0.3.28 → amati-0.3.30}/pyproject.toml +2 -2
- {amati-0.3.28 → amati-0.3.30}/uv.lock +26 -27
- {amati-0.3.28 → amati-0.3.30}/.dockerignore +0 -0
- {amati-0.3.28 → amati-0.3.30}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.28 → amati-0.3.30}/.github/dependabot.yml +0 -0
- {amati-0.3.28 → amati-0.3.30}/.gitignore +0 -0
- {amati-0.3.28 → amati-0.3.30}/.python-version +0 -0
- {amati-0.3.28 → amati-0.3.30}/Dockerfile +0 -0
- {amati-0.3.28 → amati-0.3.30}/LICENSE +0 -0
- {amati-0.3.28 → amati-0.3.30}/README.md +0 -0
- {amati-0.3.28 → amati-0.3.30}/SECURITY.md +0 -0
- {amati-0.3.28 → amati-0.3.30}/TEMPLATE.html +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/schemes.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/media_types.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/refresh.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/schemes.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_data/tlds.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_error_handler.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_logging.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_references.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/amati.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/exceptions.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/commonmark.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/email.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/json.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/media.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/oas.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/file_handler.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/grammars/oas.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/model_validators.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/py.typed +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/validators/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/validators/_discriminators.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/validators/generic.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/validators/oas304.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/amati/validators/oas311.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/bin/checks.sh +0 -0
- {amati-0.3.28 → amati-0.3.30}/bin/startup.sh +0 -0
- {amati-0.3.28 → amati-0.3.30}/bin/upgrade-python.sh +0 -0
- {amati-0.3.28 → amati-0.3.30}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.28 → amati-0.3.30}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/api.github.com.json.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/next-api.github.com.json.errors.json +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/openapi.yaml +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_email.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_media.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_oas.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/fields/test_uri.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/references/test_uri_collector_mixin.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/references/test_uri_reference.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/references/test_uri_registry.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/strategies.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/test_amati.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/test_external_specs.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/test_logging.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/validators/__init__.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/validators/test_generic.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.28 → amati-0.3.30}/tests/validators/test_server_variable_object.py +0 -0
|
@@ -16,11 +16,11 @@ jobs:
|
|
|
16
16
|
actions: read
|
|
17
17
|
steps:
|
|
18
18
|
- name: Harden the runner (Audit all outbound calls)
|
|
19
|
-
uses: step-security/harden-runner@
|
|
19
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
20
20
|
with:
|
|
21
21
|
egress-policy: audit
|
|
22
22
|
|
|
23
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
24
24
|
|
|
25
25
|
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
26
26
|
id: check_changes
|
|
@@ -48,13 +48,13 @@ jobs:
|
|
|
48
48
|
|
|
49
49
|
- name: Run linting
|
|
50
50
|
if: steps.check_changes.outputs.relevant == 'true'
|
|
51
|
-
uses: astral-sh/ruff-action@
|
|
51
|
+
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
|
|
52
52
|
with:
|
|
53
53
|
args: check --fix
|
|
54
54
|
|
|
55
55
|
- name: Run formatting
|
|
56
56
|
if: steps.check_changes.outputs.relevant == 'true'
|
|
57
|
-
uses: astral-sh/ruff-action@
|
|
57
|
+
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
|
|
58
58
|
with:
|
|
59
59
|
args: format
|
|
60
60
|
|
|
@@ -58,12 +58,12 @@ jobs:
|
|
|
58
58
|
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
|
|
59
59
|
steps:
|
|
60
60
|
- name: Harden the runner (Audit all outbound calls)
|
|
61
|
-
uses: step-security/harden-runner@
|
|
61
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
62
62
|
with:
|
|
63
63
|
egress-policy: audit
|
|
64
64
|
|
|
65
65
|
- name: Checkout repository
|
|
66
|
-
uses: actions/checkout@
|
|
66
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
67
67
|
|
|
68
68
|
# Add any setup steps before running the `github/codeql-action/init` action.
|
|
69
69
|
# This includes steps like installing compilers or runtimes (`actions/setup-node`
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
73
73
|
|
|
74
74
|
# Initializes the CodeQL tools for scanning.
|
|
75
75
|
- name: Initialize CodeQL
|
|
76
|
-
uses: github/codeql-action/init@
|
|
76
|
+
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
|
|
77
77
|
with:
|
|
78
78
|
languages: ${{ matrix.language }}
|
|
79
79
|
build-mode: ${{ matrix.build-mode }}
|
|
@@ -101,6 +101,6 @@ jobs:
|
|
|
101
101
|
exit 1
|
|
102
102
|
|
|
103
103
|
- name: Perform CodeQL Analysis
|
|
104
|
-
uses: github/codeql-action/analyze@
|
|
104
|
+
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
|
|
105
105
|
with:
|
|
106
106
|
category: "/language:${{matrix.language}}"
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
# DO NOT run actions/checkout here, for security reasons
|
|
20
20
|
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
|
21
21
|
- name: Harden the runner (Audit all outbound calls)
|
|
22
|
-
uses: step-security/harden-runner@
|
|
22
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
23
23
|
with:
|
|
24
24
|
egress-policy: audit
|
|
25
25
|
|
|
@@ -15,17 +15,17 @@ jobs:
|
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
17
|
- name: Harden the runner (Audit all outbound calls)
|
|
18
|
-
uses: step-security/harden-runner@
|
|
18
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
19
19
|
with:
|
|
20
20
|
egress-policy: audit
|
|
21
21
|
|
|
22
22
|
- name: Checkout repository
|
|
23
|
-
uses: actions/checkout@
|
|
23
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
24
24
|
with:
|
|
25
25
|
token: ${{ secrets.BOT_TOKEN }}
|
|
26
26
|
|
|
27
27
|
- name: Set up uv
|
|
28
|
-
uses: astral-sh/setup-uv@
|
|
28
|
+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
|
|
29
29
|
with:
|
|
30
30
|
version: "latest"
|
|
31
31
|
|
|
@@ -17,11 +17,11 @@ jobs:
|
|
|
17
17
|
runs-on: ubuntu-latest
|
|
18
18
|
steps:
|
|
19
19
|
- name: Harden the runner (Audit all outbound calls)
|
|
20
|
-
uses: step-security/harden-runner@
|
|
20
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
21
21
|
with:
|
|
22
22
|
egress-policy: audit
|
|
23
23
|
|
|
24
24
|
- name: 'Checkout Repository'
|
|
25
|
-
uses: actions/checkout@
|
|
25
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
26
26
|
- name: 'Dependency Review'
|
|
27
27
|
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
|
|
@@ -18,15 +18,15 @@ jobs:
|
|
|
18
18
|
|
|
19
19
|
steps:
|
|
20
20
|
- name: Harden the runner (Audit all outbound calls)
|
|
21
|
-
uses: step-security/harden-runner@
|
|
21
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
22
22
|
with:
|
|
23
23
|
egress-policy: audit
|
|
24
24
|
|
|
25
|
-
- uses: actions/checkout@
|
|
25
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
26
26
|
- name: Install uv
|
|
27
|
-
uses: astral-sh/setup-uv@
|
|
27
|
+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
|
|
28
28
|
- name: Set up Python
|
|
29
|
-
uses: actions/setup-python@
|
|
29
|
+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
|
30
30
|
with:
|
|
31
31
|
python-version-file: ".python-version"
|
|
32
32
|
- name: Build
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
37
37
|
run: uv publish
|
|
38
38
|
|
|
39
39
|
- name: Log in to Docker Hub
|
|
40
|
-
uses: docker/login-action@
|
|
40
|
+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
|
41
41
|
with:
|
|
42
42
|
username: ${{ secrets.DOCKERHUB_USER }}
|
|
43
43
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
@@ -40,12 +40,12 @@ jobs:
|
|
|
40
40
|
|
|
41
41
|
steps:
|
|
42
42
|
- name: Harden the runner (Audit all outbound calls)
|
|
43
|
-
uses: step-security/harden-runner@
|
|
43
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
44
44
|
with:
|
|
45
45
|
egress-policy: audit
|
|
46
46
|
|
|
47
47
|
- name: "Checkout code"
|
|
48
|
-
uses: actions/checkout@
|
|
48
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
49
49
|
with:
|
|
50
50
|
persist-credentials: false
|
|
51
51
|
|
|
@@ -80,6 +80,6 @@ jobs:
|
|
|
80
80
|
|
|
81
81
|
# Upload the results to GitHub's code scanning dashboard.
|
|
82
82
|
- name: "Upload to code-scanning"
|
|
83
|
-
uses: github/codeql-action/upload-sarif@
|
|
83
|
+
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
|
|
84
84
|
with:
|
|
85
85
|
sarif_file: results.sarif
|
|
@@ -24,17 +24,17 @@ jobs:
|
|
|
24
24
|
runs-on: ubuntu-latest
|
|
25
25
|
steps:
|
|
26
26
|
- name: Harden the runner (Audit all outbound calls)
|
|
27
|
-
uses: step-security/harden-runner@
|
|
27
|
+
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
|
|
28
28
|
with:
|
|
29
29
|
egress-policy: audit
|
|
30
30
|
|
|
31
31
|
- name: Checkout repository
|
|
32
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
33
33
|
with:
|
|
34
34
|
fetch-depth: 0 # Fetch all history for proper tag creation
|
|
35
35
|
token: ${{ secrets.BOT_TOKEN }}
|
|
36
36
|
- name: Install uv
|
|
37
|
-
uses: astral-sh/setup-uv@
|
|
37
|
+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
|
|
38
38
|
|
|
39
39
|
- name: Current version
|
|
40
40
|
id: current_version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.30
|
|
4
4
|
Summary: Validates that a .yaml or .json file conforms to the OpenAPI Specifications 3.x.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gwyli/amati
|
|
6
6
|
Project-URL: Issues, https://github.com/gwyli/amati/issues
|
|
@@ -653,6 +653,7 @@
|
|
|
653
653
|
"vnd.age",
|
|
654
654
|
"vnd.ah-barcode",
|
|
655
655
|
"vnd.ahead.space",
|
|
656
|
+
"vnd.aia",
|
|
656
657
|
"vnd.airzip.filesecure.azf",
|
|
657
658
|
"vnd.airzip.filesecure.azs",
|
|
658
659
|
"vnd.amadeus+json",
|
|
@@ -1654,6 +1655,7 @@
|
|
|
1654
1655
|
"vnd.yaoweme",
|
|
1655
1656
|
"vnd.yellowriver-custom-menu",
|
|
1656
1657
|
"vnd.youtube.yt (OBSOLETED in favor of video/vnd.youtube.yt)",
|
|
1658
|
+
"vnd.zoho-presentation.show",
|
|
1657
1659
|
"vnd.zul",
|
|
1658
1660
|
"vnd.zzazz.deck+xml",
|
|
1659
1661
|
"voicexml+xml",
|
|
@@ -4634,6 +4634,7 @@
|
|
|
4634
4634
|
"licenseId": "LGPL-2.1-only",
|
|
4635
4635
|
"seeAlso": [
|
|
4636
4636
|
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
|
4637
|
+
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
|
|
4637
4638
|
"https://opensource.org/licenses/LGPL-2.1"
|
|
4638
4639
|
],
|
|
4639
4640
|
"isOsiApproved": true,
|
|
@@ -4647,6 +4648,7 @@
|
|
|
4647
4648
|
"licenseId": "LGPL-2.1-or-later",
|
|
4648
4649
|
"seeAlso": [
|
|
4649
4650
|
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
|
|
4651
|
+
"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
|
|
4650
4652
|
"https://opensource.org/licenses/LGPL-2.1"
|
|
4651
4653
|
],
|
|
4652
4654
|
"isOsiApproved": true,
|
|
@@ -7875,6 +7877,17 @@
|
|
|
7875
7877
|
"isOsiApproved": false,
|
|
7876
7878
|
"isFsfLibre": true
|
|
7877
7879
|
},
|
|
7880
|
+
{
|
|
7881
|
+
"reference": "https://spdx.org/licenses/Vixie-Cron.html",
|
|
7882
|
+
"isDeprecatedLicenseId": false,
|
|
7883
|
+
"detailsUrl": "https://spdx.org/licenses/Vixie-Cron.json",
|
|
7884
|
+
"name": "Vixie Cron License",
|
|
7885
|
+
"licenseId": "Vixie-Cron",
|
|
7886
|
+
"seeAlso": [
|
|
7887
|
+
"https://github.com/vixie/cron/tree/545b3f5246824a9cda5905eeb7cf019c95e66995"
|
|
7888
|
+
],
|
|
7889
|
+
"isOsiApproved": false
|
|
7890
|
+
},
|
|
7878
7891
|
{
|
|
7879
7892
|
"reference": "https://spdx.org/licenses/VOSTROM.html",
|
|
7880
7893
|
"isDeprecatedLicenseId": false,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Validates a URI according to the RFC3986 ABNF grammar
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
from enum import
|
|
5
|
+
from enum import StrEnum
|
|
6
6
|
from typing import ClassVar, Self, cast
|
|
7
7
|
|
|
8
8
|
import idna
|
|
@@ -65,7 +65,7 @@ class Scheme(_Str):
|
|
|
65
65
|
self.status = SCHEMES.get(value)
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
class URIType(
|
|
68
|
+
class URIType(StrEnum):
|
|
69
69
|
"""Enumeration of URI reference types.
|
|
70
70
|
|
|
71
71
|
Categorizes different types of URI references as defined in RFC 3986,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "amati"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.30"
|
|
4
4
|
description = "Validates that a .yaml or .json file conforms to the OpenAPI Specifications 3.x."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -56,7 +56,7 @@ dev = [
|
|
|
56
56
|
"pyright>=1.1.406",
|
|
57
57
|
"pytest>=8.3.5",
|
|
58
58
|
"pytest-cov>=6.1.1",
|
|
59
|
-
"ruff>=0.
|
|
59
|
+
"ruff>=0.15.0",
|
|
60
60
|
]
|
|
61
61
|
|
|
62
62
|
[tool.coverage.run]
|
|
@@ -13,7 +13,7 @@ wheels = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "amati"
|
|
16
|
-
version = "0.3.
|
|
16
|
+
version = "0.3.30"
|
|
17
17
|
source = { editable = "." }
|
|
18
18
|
dependencies = [
|
|
19
19
|
{ name = "abnf" },
|
|
@@ -61,7 +61,7 @@ dev = [
|
|
|
61
61
|
{ name = "pyright", specifier = ">=1.1.406" },
|
|
62
62
|
{ name = "pytest", specifier = ">=8.3.5" },
|
|
63
63
|
{ name = "pytest-cov", specifier = ">=6.1.1" },
|
|
64
|
-
{ name = "ruff", specifier = ">=0.
|
|
64
|
+
{ name = "ruff", specifier = ">=0.15.0" },
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[[package]]
|
|
@@ -248,14 +248,14 @@ wheels = [
|
|
|
248
248
|
|
|
249
249
|
[[package]]
|
|
250
250
|
name = "hypothesis"
|
|
251
|
-
version = "6.
|
|
251
|
+
version = "6.151.5"
|
|
252
252
|
source = { registry = "https://pypi.org/simple/" }
|
|
253
253
|
dependencies = [
|
|
254
254
|
{ name = "sortedcontainers" },
|
|
255
255
|
]
|
|
256
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
256
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4e/d7/c40dcd401cc360d8d084e584ffb7ab17255fde22e2b9cf2b53bf25aed629/hypothesis-6.151.5.tar.gz", hash = "sha256:ae3a0622f9693e6b19c697777c2c266c02801f9769ab7c2c37b7ec83d4743783", size = 475923, upload-time = "2026-02-03T19:33:55.845Z" }
|
|
257
257
|
wheels = [
|
|
258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
258
|
+
{ url = "https://files.pythonhosted.org/packages/c0/d9/53a8b53e75279a953fae608bd01025d9afcf393406c0da1dda1b7f5693c5/hypothesis-6.151.5-py3-none-any.whl", hash = "sha256:c0e15c91fa0e67bc0295551ef5041bebad42753b7977a610cd7a6ec1ad04ef13", size = 543338, upload-time = "2026-02-03T19:33:54.583Z" },
|
|
259
259
|
]
|
|
260
260
|
|
|
261
261
|
[[package]]
|
|
@@ -630,28 +630,27 @@ wheels = [
|
|
|
630
630
|
|
|
631
631
|
[[package]]
|
|
632
632
|
name = "ruff"
|
|
633
|
-
version = "0.
|
|
634
|
-
source = { registry = "https://pypi.org/simple/" }
|
|
635
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
636
|
-
wheels = [
|
|
637
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
638
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
639
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
640
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
641
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
642
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
643
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
644
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
645
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
647
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
648
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
649
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
652
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
654
|
-
{ url = "https://files.pythonhosted.org/packages/9e/6a/40fee331a52339926a92e17ae748827270b288a35ef4a15c9c8f2ec54715/ruff-0.14.14-py3-none-win_arm64.whl", hash = "sha256:56e6981a98b13a32236a72a8da421d7839221fa308b223b9283312312e5ac76c", size = 10920448, upload-time = "2026-01-22T22:30:15.417Z" },
|
|
633
|
+
version = "0.15.0"
|
|
634
|
+
source = { registry = "https://pypi.org/simple/" }
|
|
635
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c8/39/5cee96809fbca590abea6b46c6d1c586b49663d1d2830a751cc8fc42c666/ruff-0.15.0.tar.gz", hash = "sha256:6bdea47cdbea30d40f8f8d7d69c0854ba7c15420ec75a26f463290949d7f7e9a", size = 4524893, upload-time = "2026-02-03T17:53:35.357Z" }
|
|
636
|
+
wheels = [
|
|
637
|
+
{ url = "https://files.pythonhosted.org/packages/bc/88/3fd1b0aa4b6330d6aaa63a285bc96c9f71970351579152d231ed90914586/ruff-0.15.0-py3-none-linux_armv6l.whl", hash = "sha256:aac4ebaa612a82b23d45964586f24ae9bc23ca101919f5590bdb368d74ad5455", size = 10354332, upload-time = "2026-02-03T17:52:54.892Z" },
|
|
638
|
+
{ url = "https://files.pythonhosted.org/packages/72/f6/62e173fbb7eb75cc29fe2576a1e20f0a46f671a2587b5f604bfb0eaf5f6f/ruff-0.15.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:dcd4be7cc75cfbbca24a98d04d0b9b36a270d0833241f776b788d59f4142b14d", size = 10767189, upload-time = "2026-02-03T17:53:19.778Z" },
|
|
639
|
+
{ url = "https://files.pythonhosted.org/packages/99/e4/968ae17b676d1d2ff101d56dc69cf333e3a4c985e1ec23803df84fc7bf9e/ruff-0.15.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d747e3319b2bce179c7c1eaad3d884dc0a199b5f4d5187620530adf9105268ce", size = 10075384, upload-time = "2026-02-03T17:53:29.241Z" },
|
|
640
|
+
{ url = "https://files.pythonhosted.org/packages/a2/bf/9843c6044ab9e20af879c751487e61333ca79a2c8c3058b15722386b8cae/ruff-0.15.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:650bd9c56ae03102c51a5e4b554d74d825ff3abe4db22b90fd32d816c2e90621", size = 10481363, upload-time = "2026-02-03T17:52:43.332Z" },
|
|
641
|
+
{ url = "https://files.pythonhosted.org/packages/55/d9/4ada5ccf4cd1f532db1c8d44b6f664f2208d3d93acbeec18f82315e15193/ruff-0.15.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a6664b7eac559e3048223a2da77769c2f92b43a6dfd4720cef42654299a599c9", size = 10187736, upload-time = "2026-02-03T17:53:00.522Z" },
|
|
642
|
+
{ url = "https://files.pythonhosted.org/packages/86/e2/f25eaecd446af7bb132af0a1d5b135a62971a41f5366ff41d06d25e77a91/ruff-0.15.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f811f97b0f092b35320d1556f3353bf238763420ade5d9e62ebd2b73f2ff179", size = 10968415, upload-time = "2026-02-03T17:53:15.705Z" },
|
|
643
|
+
{ url = "https://files.pythonhosted.org/packages/e7/dc/f06a8558d06333bf79b497d29a50c3a673d9251214e0d7ec78f90b30aa79/ruff-0.15.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:761ec0a66680fab6454236635a39abaf14198818c8cdf691e036f4bc0f406b2d", size = 11809643, upload-time = "2026-02-03T17:53:23.031Z" },
|
|
644
|
+
{ url = "https://files.pythonhosted.org/packages/dd/45/0ece8db2c474ad7df13af3a6d50f76e22a09d078af63078f005057ca59eb/ruff-0.15.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:940f11c2604d317e797b289f4f9f3fa5555ffe4fb574b55ed006c3d9b6f0eb78", size = 11234787, upload-time = "2026-02-03T17:52:46.432Z" },
|
|
645
|
+
{ url = "https://files.pythonhosted.org/packages/8a/d9/0e3a81467a120fd265658d127db648e4d3acfe3e4f6f5d4ea79fac47e587/ruff-0.15.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bcbca3d40558789126da91d7ef9a7c87772ee107033db7191edefa34e2c7f1b4", size = 11112797, upload-time = "2026-02-03T17:52:49.274Z" },
|
|
646
|
+
{ url = "https://files.pythonhosted.org/packages/b2/cb/8c0b3b0c692683f8ff31351dfb6241047fa873a4481a76df4335a8bff716/ruff-0.15.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:9a121a96db1d75fa3eb39c4539e607f628920dd72ff1f7c5ee4f1b768ac62d6e", size = 11033133, upload-time = "2026-02-03T17:53:33.105Z" },
|
|
647
|
+
{ url = "https://files.pythonhosted.org/packages/f8/5e/23b87370cf0f9081a8c89a753e69a4e8778805b8802ccfe175cc410e50b9/ruff-0.15.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:5298d518e493061f2eabd4abd067c7e4fb89e2f63291c94332e35631c07c3662", size = 10442646, upload-time = "2026-02-03T17:53:06.278Z" },
|
|
648
|
+
{ url = "https://files.pythonhosted.org/packages/e1/9a/3c94de5ce642830167e6d00b5c75aacd73e6347b4c7fc6828699b150a5ee/ruff-0.15.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:afb6e603d6375ff0d6b0cee563fa21ab570fd15e65c852cb24922cef25050cf1", size = 10195750, upload-time = "2026-02-03T17:53:26.084Z" },
|
|
649
|
+
{ url = "https://files.pythonhosted.org/packages/30/15/e396325080d600b436acc970848d69df9c13977942fb62bb8722d729bee8/ruff-0.15.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:77e515f6b15f828b94dc17d2b4ace334c9ddb7d9468c54b2f9ed2b9c1593ef16", size = 10676120, upload-time = "2026-02-03T17:53:09.363Z" },
|
|
650
|
+
{ url = "https://files.pythonhosted.org/packages/8d/c9/229a23d52a2983de1ad0fb0ee37d36e0257e6f28bfd6b498ee2c76361874/ruff-0.15.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:6f6e80850a01eb13b3e42ee0ebdf6e4497151b48c35051aab51c101266d187a3", size = 11201636, upload-time = "2026-02-03T17:52:57.281Z" },
|
|
651
|
+
{ url = "https://files.pythonhosted.org/packages/6f/b0/69adf22f4e24f3677208adb715c578266842e6e6a3cc77483f48dd999ede/ruff-0.15.0-py3-none-win32.whl", hash = "sha256:238a717ef803e501b6d51e0bdd0d2c6e8513fe9eec14002445134d3907cd46c3", size = 10465945, upload-time = "2026-02-03T17:53:12.591Z" },
|
|
652
|
+
{ url = "https://files.pythonhosted.org/packages/51/ad/f813b6e2c97e9b4598be25e94a9147b9af7e60523b0cb5d94d307c15229d/ruff-0.15.0-py3-none-win_amd64.whl", hash = "sha256:dd5e4d3301dc01de614da3cdffc33d4b1b96fb89e45721f1598e5532ccf78b18", size = 11564657, upload-time = "2026-02-03T17:52:51.893Z" },
|
|
653
|
+
{ url = "https://files.pythonhosted.org/packages/f6/b0/2d823f6e77ebe560f4e397d078487e8d52c1516b331e3521bc75db4272ca/ruff-0.15.0-py3-none-win_arm64.whl", hash = "sha256:c480d632cc0ca3f0727acac8b7d053542d9e114a462a145d0b00e7cd658c515a", size = 10865753, upload-time = "2026-02-03T17:53:03.014Z" },
|
|
655
654
|
]
|
|
656
655
|
|
|
657
656
|
[[package]]
|
|
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
|
|
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
|
|
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
|