ogc-na 0.3.32__py3-none-any.whl → 0.3.33__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 CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.3.32'
16
- __version_tuple__ = version_tuple = (0, 3, 32)
15
+ __version__ = version = '0.3.33'
16
+ __version_tuple__ = version_tuple = (0, 3, 33)
ogc/na/annotate_schema.py CHANGED
@@ -664,7 +664,7 @@ class ContextBuilder:
664
664
  if subschema.get('type', 'object') != 'object':
665
665
  return None
666
666
  for prop, prop_val in subschema.get('properties', {}).items():
667
- full_property_path = schema_path + ['properties', prop]
667
+ full_property_path = schema_path + [prop]
668
668
  full_property_path_str = f"{schema_path_str}/{prop}"
669
669
  self.visited_properties[full_property_path_str] = None
670
670
  if not isinstance(prop_val, dict):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ogc_na
3
- Version: 0.3.32
3
+ Version: 0.3.33
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=I5EKle6DVe0D5Zj-rSl9c4o_pyBOiSOcYgUh_OMAUcc,413
3
- ogc/na/annotate_schema.py,sha256=nStEQIkm4sYv0ByXgix6wm08_CvTviu6b9c5nLPVduY,37639
2
+ ogc/na/_version.py,sha256=gG4AF8AndLXa7wrzi690B4552VXo2Y4q__jjiGcfCHI,413
3
+ ogc/na/annotate_schema.py,sha256=_4NnmW2JVADs8ni9xHFvCGfeD9Mw4dMD6tNq9GlGaQk,37625
4
4
  ogc/na/domain_config.py,sha256=C6ao37dbXEKv_K7WcfzQgI3H1Hr3c4-3p24hgl2oH54,13896
5
5
  ogc/na/download.py,sha256=2afrLyl4WsAlxkCgXsl47fs9mNKfDmhVpeT2iwNSoq0,3354
6
6
  ogc/na/gsp.py,sha256=o_mwUG-FyDqLmA7Mx1eKkXqM7yX8BqxIwHuCS2eE1fo,5626
@@ -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=XLy6FLewjjoDj6N4ZLVza2_rk6TVuMTwTleEMSbnRnc,1083
17
- ogc_na-0.3.32.dist-info/METADATA,sha256=LWq2_iMaTpl0bk1MTIRUCpWRlDicNF6JIFqZKtvH0MU,3587
18
- ogc_na-0.3.32.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
- ogc_na-0.3.32.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
20
- ogc_na-0.3.32.dist-info/RECORD,,
17
+ ogc_na-0.3.33.dist-info/METADATA,sha256=BQKpLkCbUWe9PJB7RLX6Ywuh5WSK3_lc4nIQTAoHcXU,3587
18
+ ogc_na-0.3.33.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
+ ogc_na-0.3.33.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
20
+ ogc_na-0.3.33.dist-info/RECORD,,