ogc-na 0.2.30__py3-none-any.whl → 0.2.31__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/util.py CHANGED
@@ -186,8 +186,10 @@ def merge_dicts(src: dict, dst: dict) -> dict:
186
186
  if isinstance(v, dict):
187
187
  node = dst.setdefault(k, {})
188
188
  merge_dicts(v, node)
189
- else:
189
+ elif isinstance(dst, dict):
190
190
  dst[k] = v
191
+ else:
192
+ dst = { k: v }
191
193
  return dst
192
194
 
193
195
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ogc-na
3
- Version: 0.2.30
3
+ Version: 0.2.31
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/
@@ -7,11 +7,11 @@ ogc/na/ingest_json.py,sha256=CLcynrcftEAT4k8G9W2DFN29EYnljuvfYUwl2B-PiuE,34792
7
7
  ogc/na/profile.py,sha256=K8ylakfXdmp8mwB_jF06FGuANBvg8XtPQIm05LZ8wXM,16477
8
8
  ogc/na/provenance.py,sha256=zm3RwfnjISQfTekYXu1-GlgezGcUJSbmptTkLcitcfs,5446
9
9
  ogc/na/update_vocabs.py,sha256=zF1J7hel3iQ6n3NC3g1B_hZvVnpnzQ4diLb5oh0yA1w,18229
10
- ogc/na/util.py,sha256=gQj-dQAfVd53Xup56iDna4NvYI3SmR2S-6cc84eBWMM,7995
10
+ ogc/na/util.py,sha256=YWANw1xbhcKBsNRmlB6I1XF5HriXS0P_cyqbFq9CmMI,8058
11
11
  ogc/na/validation.py,sha256=4cbjNiVWZmHxDuS4fU5YPTHdgJyJkLKI8BNSj3d5ULI,4255
12
12
  ogc/na/input_filters/__init__.py,sha256=PvWEI-rj5NNR_Cl903wHtS08oTywjDYEfappY5JtVkI,1169
13
13
  ogc/na/input_filters/csv.py,sha256=O2E3ivjP9i5tGtyvb6UjmR4eM7toVkzP58EUm6bxvfw,2530
14
- ogc_na-0.2.30.dist-info/METADATA,sha256=U60qFaiTgv7wTKY0OOz7pQwB5kT53YNqypLKwy92rAI,3557
15
- ogc_na-0.2.30.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
16
- ogc_na-0.2.30.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
17
- ogc_na-0.2.30.dist-info/RECORD,,
14
+ ogc_na-0.2.31.dist-info/METADATA,sha256=0KK3l4Nb9DNNvc3z-rS5Nc0YRQZDbDPcnTTofbrgzaU,3557
15
+ ogc_na-0.2.31.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
16
+ ogc_na-0.2.31.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
17
+ ogc_na-0.2.31.dist-info/RECORD,,