ogc-na 0.3.47__py3-none-any.whl → 0.3.48__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 +0 -9
- {ogc_na-0.3.47.dist-info → ogc_na-0.3.48.dist-info}/METADATA +1 -1
- {ogc_na-0.3.47.dist-info → ogc_na-0.3.48.dist-info}/RECORD +6 -6
- {ogc_na-0.3.47.dist-info → ogc_na-0.3.48.dist-info}/WHEEL +1 -1
- {ogc_na-0.3.47.dist-info → ogc_na-0.3.48.dist-info}/top_level.txt +0 -0
ogc/na/_version.py
CHANGED
ogc/na/annotate_schema.py
CHANGED
|
@@ -772,15 +772,6 @@ class ContextBuilder:
|
|
|
772
772
|
if isinstance(pp, dict):
|
|
773
773
|
process_subschema(pp, from_schema, onto_context, schema_path + [pp_k])
|
|
774
774
|
|
|
775
|
-
for p in ('definitions', '$defs'):
|
|
776
|
-
defs = subschema.get(p)
|
|
777
|
-
if defs and isinstance(defs, dict):
|
|
778
|
-
for entry_key, entry in defs.items():
|
|
779
|
-
def_path = schema_path + [entry_key]
|
|
780
|
-
def_path_str = f"{from_schema.location}#{'/'.join(def_path)}"
|
|
781
|
-
if def_path_str not in processed_refs:
|
|
782
|
-
process_subschema(entry, from_schema, onto_context, def_path)
|
|
783
|
-
|
|
784
775
|
if ANNOTATION_EXTRA_TERMS in subschema:
|
|
785
776
|
for extra_term, extra_term_context in subschema[ANNOTATION_EXTRA_TERMS].items():
|
|
786
777
|
if extra_term not in onto_context:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ogc_na
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.48
|
|
4
4
|
Summary: OGC Naming Authority tools
|
|
5
5
|
Author-email: Rob Atkinson <ratkinson@ogc.org>, Piotr Zaborowski <pzaborowski@ogc.org>, Alejandro Villar <avillar@ogc.org>
|
|
6
6
|
Project-URL: Homepage, https://github.com/opengeospatial/ogc-na-tools/
|
|
@@ -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=mfmW0CWu7aCrV9FPOEgTkXIABLrGuD0h2hvBHzOBkxQ,413
|
|
3
|
+
ogc/na/annotate_schema.py,sha256=1pXQM0RYFxyplJpDpMLqvy-XS0RcOkHdP63injGVMbU,40554
|
|
4
4
|
ogc/na/domain_config.py,sha256=ORzITa1rTrD1MQdpWYrIVW5SwSa9lJd3hnyHIxNgiIU,13947
|
|
5
5
|
ogc/na/download.py,sha256=2afrLyl4WsAlxkCgXsl47fs9mNKfDmhVpeT2iwNSoq0,3354
|
|
6
6
|
ogc/na/gsp.py,sha256=KGa2G9i8kPefYTHNPUDoXnNyF7Tiwt8K__Ew_Qa7eeg,6048
|
|
@@ -14,7 +14,7 @@ ogc/na/validation.py,sha256=5xjHH55NZKM8HtUk8XgVzm8W5ZlZY00u_qsWfXK_8dM,3732
|
|
|
14
14
|
ogc/na/input_filters/__init__.py,sha256=AhE7n_yECwxFKwOM3Jc0ft96TtF5i_Z-fHrS4HYOjaE,1179
|
|
15
15
|
ogc/na/input_filters/csv.py,sha256=nFfB1XQF_QApcGGzMqEvzD_b3pBtCtsfUECsZ9UGE6s,2616
|
|
16
16
|
ogc/na/input_filters/xml.py,sha256=9qYjp_w5JLInFM48zB15IYH9eTafjp1Aqd_8kfuW3aA,2074
|
|
17
|
-
ogc_na-0.3.
|
|
18
|
-
ogc_na-0.3.
|
|
19
|
-
ogc_na-0.3.
|
|
20
|
-
ogc_na-0.3.
|
|
17
|
+
ogc_na-0.3.48.dist-info/METADATA,sha256=UM3HLPc-ItKV-fo-_DfxLMZZ2e5zfOtePf3PFJjrhBE,3829
|
|
18
|
+
ogc_na-0.3.48.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
19
|
+
ogc_na-0.3.48.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
|
|
20
|
+
ogc_na-0.3.48.dist-info/RECORD,,
|
|
File without changes
|