bioversions 0.7.58__py3-none-any.whl → 0.7.60__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.
@@ -101,7 +101,7 @@ def _update(force: bool): # noqa:C901
101
101
  click.secho(f"Writing failure summary to {FAILURES_PATH}")
102
102
  text = "# Summary of Errors\n\n"
103
103
  for t in failure_tuples:
104
- text += f"- {t.name} - {t.message}\n"
104
+ text += f"- **{t.name}**\n `{t.message}`\n"
105
105
  text += "\n"
106
106
  for t in failure_tuples:
107
107
  text += f"## {t.name}\n\nUsing class: `{t.clstype}`\n\n"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "annotations": {
3
- "revision": 959,
4
- "date": "2025-04-06",
3
+ "revision": 961,
4
+ "date": "2025-04-07",
5
5
  "author": "runner"
6
6
  },
7
7
  "database": [
@@ -16586,6 +16586,10 @@
16586
16586
  {
16587
16587
  "retrieved": "2025-04-06",
16588
16588
  "version": "2025-04-06"
16589
+ },
16590
+ {
16591
+ "retrieved": "2025-04-07",
16592
+ "version": "2025-04-07"
16589
16593
  }
16590
16594
  ],
16591
16595
  "name": "SwissLipids",
@@ -21994,6 +21998,10 @@
21994
21998
  {
21995
21999
  "retrieved": "2025-04-06",
21996
22000
  "version": "2025-04-04"
22001
+ },
22002
+ {
22003
+ "retrieved": "2025-04-06",
22004
+ "version": "2025-04-05"
21997
22005
  }
21998
22006
  ],
21999
22007
  "name": "Zebrafish Information Network",
bioversions/version.py CHANGED
@@ -8,7 +8,7 @@ __all__ = [
8
8
  "get_git_hash",
9
9
  ]
10
10
 
11
- VERSION = "0.7.58"
11
+ VERSION = "0.7.60"
12
12
 
13
13
 
14
14
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bioversions
3
- Version: 0.7.58
3
+ Version: 0.7.60
4
4
  Summary: Get the current version for biological databases
5
5
  Keywords: snekpack,cookiecutter,databases,biological databases,biomedical databases
6
6
  Author: Charles Tapley Hoyt
@@ -1,6 +1,6 @@
1
1
  bioversions/charts.py,sha256=be29a2fde227a4bd02611112f1cbe58a00e261e435fc8f00e82104a15dadbdfe,2457
2
2
  bioversions/__main__.py,sha256=0e97cd1eac70162293fb809292e2cba2464218394244001f3f9e0c74b8f71351,128
3
- bioversions/version.py,sha256=a69d61cdb2bd169f74b32729c6504f90e1f09e94a17d76ff9ae10ee65b194c60,606
3
+ bioversions/version.py,sha256=0acdfb3d950cfc9f0ae85edce32adb79f3d7ecb1f9cc534ed707a443fa949148,606
4
4
  bioversions/sources/interpro.py,sha256=1fa75923bd60517a3b2f661e7c24e2243e2ab90440bf2621e670c36e1da2baf1,1238
5
5
  bioversions/sources/uniprot.py,sha256=c3e16b68fc8a65e12d9a3b3288fedbd9a8e0e7b47f0a69f0fb032fb072c68a1b,924
6
6
  bioversions/sources/itis.py,sha256=99a480060d52ac6e06404be347080c28af56e984e80cc4763f0a98266212a1df,582
@@ -66,16 +66,16 @@ bioversions/sources/zfin.py,sha256=dcea33de50f1f09e36380a3253c78923e7d19cc462632
66
66
  bioversions/slack_client.py,sha256=bda7d71401bc03f7dc19fec98d7d5abad5083285cb5c97b5b575b1f9459a1285,1293
67
67
  bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
68
68
  bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
69
- bioversions/resources/update.py,sha256=610e47d0ca8a475740237911e32c146b186b31f3b1ca22501bf099cca07de9d3,3521
70
- bioversions/resources/versions.json,sha256=6753ab0dc38c9a9d0a2b16ec6695472be9ff65390975de7b044bd17bb46e7b8f,538333
69
+ bioversions/resources/update.py,sha256=0eb75cb5c2cf5fe6d5506d6badf01de1b7fcc33d6f4b7ac49feb5e5c7416049e,3528
70
+ bioversions/resources/versions.json,sha256=0a16ec5237c7539c45af5042d37fad30e96e0d523870da7b116ae9a085990346,538517
71
71
  bioversions/utils.py,sha256=65760e94607996df0ef32e6d946b03b1b2a2faa8ff9bee37d1822fe9136bf4fa,10706
72
72
  bioversions/wsgi.py,sha256=b611913189165699cd67480f3d17308344ac935e31c693017aabea89bd0ba8ab,825
73
73
  bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
74
74
  bioversions/cli.py,sha256=75eaa237668bef45ef6f16b5c5a20036aef228995b872dda224a54dcb30ad2d5,1639
75
75
  bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
76
76
  bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
77
- bioversions-0.7.58.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
- bioversions-0.7.58.dist-info/WHEEL,sha256=cc91631a13a9bd5542cd6b97a6df1d73211ec601f7a0c346ece2cc76057d076e,79
79
- bioversions-0.7.58.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
- bioversions-0.7.58.dist-info/METADATA,sha256=b099152a071e64afa0e10b3b80cf21c58a15782bba6bd2f52ba7d5b25254e70f,18673
81
- bioversions-0.7.58.dist-info/RECORD,,
77
+ bioversions-0.7.60.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
+ bioversions-0.7.60.dist-info/WHEEL,sha256=cc91631a13a9bd5542cd6b97a6df1d73211ec601f7a0c346ece2cc76057d076e,79
79
+ bioversions-0.7.60.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
+ bioversions-0.7.60.dist-info/METADATA,sha256=55477bf33ec93232c0b4cc601546d77a79606553e6edc85b7961bbb65b58f81d,18673
81
+ bioversions-0.7.60.dist-info/RECORD,,