ogc-na 0.4.4__py3-none-any.whl → 0.4.5__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.
Potentially problematic release.
This version of ogc-na might be problematic. Click here for more details.
- ogc/na/_version.py +2 -2
- ogc/na/annotate_schema.py +2 -2
- {ogc_na-0.4.4.dist-info → ogc_na-0.4.5.dist-info}/METADATA +1 -1
- {ogc_na-0.4.4.dist-info → ogc_na-0.4.5.dist-info}/RECORD +7 -7
- {ogc_na-0.4.4.dist-info → ogc_na-0.4.5.dist-info}/WHEEL +0 -0
- {ogc_na-0.4.4.dist-info → ogc_na-0.4.5.dist-info}/licenses/LICENSE +0 -0
- {ogc_na-0.4.4.dist-info → ogc_na-0.4.5.dist-info}/top_level.txt +0 -0
ogc/na/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.4.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
31
|
+
__version__ = version = '0.4.5'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 5)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
ogc/na/annotate_schema.py
CHANGED
|
@@ -559,8 +559,8 @@ class SchemaAnnotator:
|
|
|
559
559
|
elif ':' not in prop_id and prop_id not in JSON_LD_KEYWORDS:
|
|
560
560
|
result['@id'] = f"{vocab}{prop_id}"
|
|
561
561
|
return result
|
|
562
|
-
|
|
563
|
-
|
|
562
|
+
if vocab != UNDEFINED and isinstance(vocab, str):
|
|
563
|
+
return {'@id': f"{vocab}{prop}"}
|
|
564
564
|
|
|
565
565
|
def process_properties(obj: dict, context_stack: list[dict[str, Any]],
|
|
566
566
|
from_schema: ReferencedSchema, level) -> Iterable[str]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ogc/na/__init__.py,sha256=uzcNiJ3uKFNJ1HBfKxIwgAy2HMUFsLAe5RkrUg8ncac,464
|
|
2
|
-
ogc/na/_version.py,sha256=
|
|
3
|
-
ogc/na/annotate_schema.py,sha256=
|
|
2
|
+
ogc/na/_version.py,sha256=4nCeAo6j-wL_OKq7GV7I-Pvif2nNPnyKifWxv88z0Y4,704
|
|
3
|
+
ogc/na/annotate_schema.py,sha256=QgBeFYpE5cBRe8YVrKPdcJj2S4eKNEhmzSwcBQq9U2c,44589
|
|
4
4
|
ogc/na/domain_config.py,sha256=ORzITa1rTrD1MQdpWYrIVW5SwSa9lJd3hnyHIxNgiIU,13947
|
|
5
5
|
ogc/na/download.py,sha256=2afrLyl4WsAlxkCgXsl47fs9mNKfDmhVpeT2iwNSoq0,3354
|
|
6
6
|
ogc/na/exceptions.py,sha256=cwvnq79ih90T9lfwJww0zOx_QwuICaUvlo3Mc8m8ouA,85
|
|
@@ -16,8 +16,8 @@ ogc/na/input_filters/__init__.py,sha256=AhE7n_yECwxFKwOM3Jc0ft96TtF5i_Z-fHrS4HYO
|
|
|
16
16
|
ogc/na/input_filters/csv.py,sha256=nFfB1XQF_QApcGGzMqEvzD_b3pBtCtsfUECsZ9UGE6s,2616
|
|
17
17
|
ogc/na/input_filters/xlsx.py,sha256=X9EpFgC9WwHQD8iUJRGdaDYfgiLKjXPdhTVhDmNPAQ0,2730
|
|
18
18
|
ogc/na/input_filters/xml.py,sha256=9qYjp_w5JLInFM48zB15IYH9eTafjp1Aqd_8kfuW3aA,2074
|
|
19
|
-
ogc_na-0.4.
|
|
20
|
-
ogc_na-0.4.
|
|
21
|
-
ogc_na-0.4.
|
|
22
|
-
ogc_na-0.4.
|
|
23
|
-
ogc_na-0.4.
|
|
19
|
+
ogc_na-0.4.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
20
|
+
ogc_na-0.4.5.dist-info/METADATA,sha256=1ZqCMdhvmIWLv9wquPSJRUycQBrCRMLk1KhHWSh0nqo,3917
|
|
21
|
+
ogc_na-0.4.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
22
|
+
ogc_na-0.4.5.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
|
|
23
|
+
ogc_na-0.4.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|