ogc-na 0.3.49__tar.gz → 0.3.50__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.

Potentially problematic release.


This version of ogc-na might be problematic. Click here for more details.

Files changed (54) hide show
  1. {ogc_na-0.3.49 → ogc_na-0.3.50}/PKG-INFO +1 -1
  2. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/_version.py +2 -2
  3. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/annotate_schema.py +6 -1
  4. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc_na.egg-info/PKG-INFO +1 -1
  5. {ogc_na-0.3.49 → ogc_na-0.3.50}/.github/workflows/mkdocs.yml +0 -0
  6. {ogc_na-0.3.49 → ogc_na-0.3.50}/.github/workflows/python-publish.yml +0 -0
  7. {ogc_na-0.3.49 → ogc_na-0.3.50}/.gitignore +0 -0
  8. {ogc_na-0.3.49 → ogc_na-0.3.50}/MANIFEST.in +0 -0
  9. {ogc_na-0.3.49 → ogc_na-0.3.50}/README.md +0 -0
  10. {ogc_na-0.3.49 → ogc_na-0.3.50}/docs/examples.md +0 -0
  11. {ogc_na-0.3.49 → ogc_na-0.3.50}/docs/gen_ref_pages.py +0 -0
  12. {ogc_na-0.3.49 → ogc_na-0.3.50}/docs/index.md +0 -0
  13. {ogc_na-0.3.49 → ogc_na-0.3.50}/docs/jsonld-uplift.md +0 -0
  14. {ogc_na-0.3.49 → ogc_na-0.3.50}/docs/tutorials.md +0 -0
  15. {ogc_na-0.3.49 → ogc_na-0.3.50}/mkdocs.yml +0 -0
  16. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/__init__.py +0 -0
  17. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/domain_config.py +0 -0
  18. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/download.py +0 -0
  19. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/gsp.py +0 -0
  20. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/ingest_json.py +0 -0
  21. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/input_filters/__init__.py +0 -0
  22. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/input_filters/csv.py +0 -0
  23. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/input_filters/xml.py +0 -0
  24. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/models.py +0 -0
  25. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/profile.py +0 -0
  26. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/provenance.py +0 -0
  27. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/update_vocabs.py +0 -0
  28. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/util.py +0 -0
  29. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc/na/validation.py +0 -0
  30. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc_na.egg-info/SOURCES.txt +0 -0
  31. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc_na.egg-info/dependency_links.txt +0 -0
  32. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc_na.egg-info/requires.txt +0 -0
  33. {ogc_na-0.3.49 → ogc_na-0.3.50}/ogc_na.egg-info/top_level.txt +0 -0
  34. {ogc_na-0.3.49 → ogc_na-0.3.50}/pyproject.toml +0 -0
  35. {ogc_na-0.3.49 → ogc_na-0.3.50}/rdf/catalog-v001.xml +0 -0
  36. {ogc_na-0.3.49 → ogc_na-0.3.50}/rdf/domaincfg.vocab.ttl +0 -0
  37. {ogc_na-0.3.49 → ogc_na-0.3.50}/requirements.txt +0 -0
  38. {ogc_na-0.3.49 → ogc_na-0.3.50}/setup.cfg +0 -0
  39. {ogc_na-0.3.49 → ogc_na-0.3.50}/setup.py +0 -0
  40. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/__init__.py +0 -0
  41. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/empty.ttl +0 -0
  42. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/headers.csv +0 -0
  43. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/no-headers.csv +0 -0
  44. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/profile_tree.ttl +0 -0
  45. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/profile_tree_cyclic.ttl +0 -0
  46. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/sample-context.jsonld +0 -0
  47. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/sample-schema-prop-c.yml +0 -0
  48. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/sample-schema.yml +0 -0
  49. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/schema-vocab.yml +0 -0
  50. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/data/uplift_context_valid.yml +0 -0
  51. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/test_annotate_schema.py +0 -0
  52. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/test_ingest_json.py +0 -0
  53. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/test_input_filters_csv.py +0 -0
  54. {ogc_na-0.3.49 → ogc_na-0.3.50}/test/test_profile.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ogc_na
3
- Version: 0.3.49
3
+ Version: 0.3.50
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/
@@ -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.49'
16
- __version_tuple__ = version_tuple = (0, 3, 49)
15
+ __version__ = version = '0.3.50'
16
+ __version_tuple__ = version_tuple = (0, 3, 50)
@@ -148,7 +148,12 @@ ANNOTATION_IGNORE_EXPAND = [ANNOTATION_CONTEXT, ANNOTATION_EXTRA_TERMS, ANNOTATI
148
148
 
149
149
  CURIE_TERMS = '@id', '@type', '@index'
150
150
 
151
- UNDEFINED = object()
151
+ class Undefined:
152
+
153
+ def __bool__(self):
154
+ return False
155
+
156
+ UNDEFINED = Undefined()
152
157
 
153
158
  context_term_cache = LRUCache(maxsize=20)
154
159
  requests_session = requests_cache.CachedSession('ogc.na.annotate_schema', backend='memory', expire_after=180)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ogc_na
3
- Version: 0.3.49
3
+ Version: 0.3.50
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/
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