pyobo 0.12.3__py3-none-any.whl → 0.12.4__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.
pyobo/api/names.py CHANGED
@@ -166,7 +166,14 @@ def get_references(prefix: str, **kwargs: Unpack[GetOntologyKwargs]) -> set[Refe
166
166
  ontology = get_ontology(prefix, **kwargs)
167
167
  return sorted(ontology.iterate_references())
168
168
 
169
- return set(_get_references())
169
+ try:
170
+ return set(_get_references())
171
+ except NoBuildError:
172
+ logger.debug("[%s] no build", prefix)
173
+ return set()
174
+ except (Exception, subprocess.CalledProcessError) as e:
175
+ logger.exception("[%s v%s] could not load: %s", prefix, version, e)
176
+ return set()
170
177
 
171
178
 
172
179
  @lru_cache
pyobo/version.py CHANGED
@@ -12,7 +12,7 @@ __all__ = [
12
12
  "get_version",
13
13
  ]
14
14
 
15
- VERSION = "0.12.3"
15
+ VERSION = "0.12.4"
16
16
 
17
17
 
18
18
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobo
3
- Version: 0.12.3
3
+ Version: 0.12.4
4
4
  Summary: A python package for handling and generating OBO
5
5
  Keywords: snekpack,cookiecutter,ontologies,biomedical ontologies,life sciences,natural sciences,bioinformatics,cheminformatics,Open Biomedical Ontologies,OBO
6
6
  Author: Charles Tapley Hoyt
@@ -7,7 +7,7 @@ pyobo/api/combine.py,sha256=ed3f108fc5b5c164352a0289b0ed641511d9c6441cadf28cd610
7
7
  pyobo/api/edges.py,sha256=4849b6809c7a2e83a48571a3d75578dae2e0e0589d15af6326a5bd1f39e57f09,1974
8
8
  pyobo/api/hierarchy.py,sha256=37f27381f08a3c859adb4a1d46132fa60889a5ccce8867620db2e4353aa5a69f,10314
9
9
  pyobo/api/metadata.py,sha256=b2d25a897fe5ef1d11d55efb4cdc07bcfb6892e67e128a9bf473112fbd0d896b,1029
10
- pyobo/api/names.py,sha256=2f620187285c1fccbeac23708d624bc374ec1e9d6abce65ebf5eb4f9c63070b8,10673
10
+ pyobo/api/names.py,sha256=674d2fb91794ec218a2f7f4466f300310bb75462ca625245ccc0474f8915e310,10935
11
11
  pyobo/api/properties.py,sha256=6d85af1ebd5b7f4c5d232323faab9d8f8a11a419eab0a86eca36052b22b2f778,6914
12
12
  pyobo/api/relations.py,sha256=6dfda59d8ae2c3addb816d7dad2b97856916c6f2e6114f7a774bfcaff1c25747,5859
13
13
  pyobo/api/species.py,sha256=631cc978295fb8a23ea6360ba6ee7bf7b8dd0dec93917a6340381d99cf4c2b0a,2376
@@ -194,9 +194,9 @@ pyobo/utils/iter.py,sha256=ad845b6da1491f131a134c94fab419a026a0608aed7afd3db98d2
194
194
  pyobo/utils/misc.py,sha256=99d1f6e88b48d3f0cdbd7fff8a908556bf949278fcf0ef639e5cc8a421d0f4db,2684
195
195
  pyobo/utils/ndex_utils.py,sha256=128902592d345ab93fe32f2575e42e53269a0bac8dcc18370da81497e2767336,2326
196
196
  pyobo/utils/path.py,sha256=cc37f10de8e0ef90a6063cc2b1c5d1b0993e41649536f04bfddc892d61a3bc4f,3398
197
- pyobo/version.py,sha256=058efa6160d82b428d446de28699dffcaf1ff92245abfe4d7849ad166827adae,926
198
- pyobo-0.12.3.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
199
- pyobo-0.12.3.dist-info/WHEEL,sha256=ec89e25a684ec3ad8fb2a9be806e47666a27f7dcdcf9b55bff3f1d3ed5e60e0a,78
200
- pyobo-0.12.3.dist-info/entry_points.txt,sha256=00d833beec05ffdff58a90a8c49b5b04ce80e22d8c92ddfd80c3f340eea1bc6b,42
201
- pyobo-0.12.3.dist-info/METADATA,sha256=42859807092f3325348ae45ae2592887162b287a77d360b0d7220527e0ff4a51,21658
202
- pyobo-0.12.3.dist-info/RECORD,,
197
+ pyobo/version.py,sha256=a57d58ec84e8181d4fa5ab4ce8c6fbd23ae0a3be23927e993efd3b67d3cc6966,926
198
+ pyobo-0.12.4.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
199
+ pyobo-0.12.4.dist-info/WHEEL,sha256=ec89e25a684ec3ad8fb2a9be806e47666a27f7dcdcf9b55bff3f1d3ed5e60e0a,78
200
+ pyobo-0.12.4.dist-info/entry_points.txt,sha256=00d833beec05ffdff58a90a8c49b5b04ce80e22d8c92ddfd80c3f340eea1bc6b,42
201
+ pyobo-0.12.4.dist-info/METADATA,sha256=6a63fea373d80648846c0e7a0885c887f9597e27d5c2c84302cd49427bf90d09,21658
202
+ pyobo-0.12.4.dist-info/RECORD,,
File without changes