bioversions 0.7.72__tar.gz → 0.7.74__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.
- {bioversions-0.7.72 → bioversions-0.7.74}/PKG-INFO +1 -1
- {bioversions-0.7.72 → bioversions-0.7.74}/pyproject.toml +2 -2
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/resources/versions.json +94 -2
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/version.py +1 -1
- {bioversions-0.7.72 → bioversions-0.7.74}/LICENSE +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/README.md +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/__init__.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/__main__.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/charts.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/cli.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/py.typed +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/gtdb.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/signor.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/silva.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/utils.py +0 -0
- {bioversions-0.7.72 → bioversions-0.7.74}/src/bioversions/wsgi.py +0 -0
@@ -4,7 +4,7 @@ build-backend = "uv_build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "bioversions"
|
7
|
-
version = "0.7.
|
7
|
+
version = "0.7.74"
|
8
8
|
description = "Get the current version for biological databases"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [
|
@@ -260,7 +260,7 @@ known-first-party = [
|
|
260
260
|
docstring-code-format = true
|
261
261
|
|
262
262
|
[tool.bumpversion]
|
263
|
-
current_version = "0.7.
|
263
|
+
current_version = "0.7.74"
|
264
264
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?(?:\\+(?P<build>[0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?"
|
265
265
|
serialize = [
|
266
266
|
"{major}.{minor}.{patch}-{release}+{build}",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2025-04-
|
3
|
+
"revision": 975,
|
4
|
+
"date": "2025-04-21",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -94,6 +94,10 @@
|
|
94
94
|
{
|
95
95
|
"retrieved": "2024-12-29",
|
96
96
|
"version": "2024/12"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"retrieved": "2025-04-20",
|
100
|
+
"version": "2025/03"
|
97
101
|
}
|
98
102
|
],
|
99
103
|
"vtype": "date"
|
@@ -763,6 +767,10 @@
|
|
763
767
|
{
|
764
768
|
"retrieved": "2025-04-03",
|
765
769
|
"version": "2.8.13"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"retrieved": "2025-04-20",
|
773
|
+
"version": "2.8.14"
|
766
774
|
}
|
767
775
|
],
|
768
776
|
"vtype": "semver"
|
@@ -1271,6 +1279,10 @@
|
|
1271
1279
|
{
|
1272
1280
|
"retrieved": "2025-01-12",
|
1273
1281
|
"version": "2025-01-04"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"retrieved": "2025-04-20",
|
1285
|
+
"version": "2025-04-01"
|
1274
1286
|
}
|
1275
1287
|
],
|
1276
1288
|
"name": "C. elegans development ontology",
|
@@ -1441,6 +1453,10 @@
|
|
1441
1453
|
{
|
1442
1454
|
"retrieved": "2025-01-12",
|
1443
1455
|
"version": "2025-01-02"
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
"retrieved": "2025-04-20",
|
1459
|
+
"version": "2025-04-01"
|
1444
1460
|
}
|
1445
1461
|
],
|
1446
1462
|
"name": "C. elegans phenotype",
|
@@ -1666,6 +1682,10 @@
|
|
1666
1682
|
{
|
1667
1683
|
"retrieved": "2025-02-27",
|
1668
1684
|
"version": "2025-02-13"
|
1685
|
+
},
|
1686
|
+
{
|
1687
|
+
"retrieved": "2025-04-20",
|
1688
|
+
"version": "2025-04-10"
|
1669
1689
|
}
|
1670
1690
|
],
|
1671
1691
|
"prefix": "cl",
|
@@ -2364,6 +2384,10 @@
|
|
2364
2384
|
{
|
2365
2385
|
"retrieved": "2025-03-23",
|
2366
2386
|
"version": "2.241"
|
2387
|
+
},
|
2388
|
+
{
|
2389
|
+
"retrieved": "2025-04-20",
|
2390
|
+
"version": "2.242"
|
2367
2391
|
}
|
2368
2392
|
],
|
2369
2393
|
"vtype": "date"
|
@@ -3040,6 +3064,10 @@
|
|
3040
3064
|
{
|
3041
3065
|
"retrieved": "2025-02-27",
|
3042
3066
|
"version": "2025a_20250221"
|
3067
|
+
},
|
3068
|
+
{
|
3069
|
+
"retrieved": "2025-04-20",
|
3070
|
+
"version": "2025b_20250411"
|
3043
3071
|
}
|
3044
3072
|
],
|
3045
3073
|
"vtype": "other"
|
@@ -4556,6 +4584,10 @@
|
|
4556
4584
|
{
|
4557
4585
|
"retrieved": "2025-04-03",
|
4558
4586
|
"version": "4.198"
|
4587
|
+
},
|
4588
|
+
{
|
4589
|
+
"retrieved": "2025-04-20",
|
4590
|
+
"version": "4.199"
|
4559
4591
|
}
|
4560
4592
|
],
|
4561
4593
|
"vtype": "date"
|
@@ -4743,6 +4775,10 @@
|
|
4743
4775
|
{
|
4744
4776
|
"retrieved": "2025-04-03",
|
4745
4777
|
"version": "3.76.1"
|
4778
|
+
},
|
4779
|
+
{
|
4780
|
+
"retrieved": "2025-04-20",
|
4781
|
+
"version": "3.77.0"
|
4746
4782
|
}
|
4747
4783
|
],
|
4748
4784
|
"vtype": "semver"
|
@@ -5083,6 +5119,10 @@
|
|
5083
5119
|
{
|
5084
5120
|
"retrieved": "2025-04-03",
|
5085
5121
|
"version": "2025-03-24"
|
5122
|
+
},
|
5123
|
+
{
|
5124
|
+
"retrieved": "2025-04-20",
|
5125
|
+
"version": "2025-04-07"
|
5086
5126
|
}
|
5087
5127
|
],
|
5088
5128
|
"vtype": "date"
|
@@ -6259,6 +6299,10 @@
|
|
6259
6299
|
{
|
6260
6300
|
"retrieved": "2025-03-20",
|
6261
6301
|
"version": "2025-02-24"
|
6302
|
+
},
|
6303
|
+
{
|
6304
|
+
"retrieved": "2025-04-20",
|
6305
|
+
"version": "2025-04-01"
|
6262
6306
|
}
|
6263
6307
|
],
|
6264
6308
|
"vtype": "semver"
|
@@ -7653,6 +7697,10 @@
|
|
7653
7697
|
{
|
7654
7698
|
"retrieved": "2025-01-28",
|
7655
7699
|
"version": "2.146"
|
7700
|
+
},
|
7701
|
+
{
|
7702
|
+
"retrieved": "2025-04-20",
|
7703
|
+
"version": "2.147"
|
7656
7704
|
}
|
7657
7705
|
],
|
7658
7706
|
"vtype": "date"
|
@@ -8413,6 +8461,10 @@
|
|
8413
8461
|
{
|
8414
8462
|
"retrieved": "2025-03-23",
|
8415
8463
|
"version": "2025-03-04"
|
8464
|
+
},
|
8465
|
+
{
|
8466
|
+
"retrieved": "2025-04-20",
|
8467
|
+
"version": "2025-04-01"
|
8416
8468
|
}
|
8417
8469
|
],
|
8418
8470
|
"vtype": "date"
|
@@ -10328,6 +10380,10 @@
|
|
10328
10380
|
{
|
10329
10381
|
"retrieved": "2025-04-19",
|
10330
10382
|
"version": "2025-04-17"
|
10383
|
+
},
|
10384
|
+
{
|
10385
|
+
"retrieved": "2025-04-20",
|
10386
|
+
"version": "2025-04-18"
|
10331
10387
|
}
|
10332
10388
|
],
|
10333
10389
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -11531,6 +11587,10 @@
|
|
11531
11587
|
{
|
11532
11588
|
"retrieved": "2025-04-03",
|
11533
11589
|
"version": "7.89"
|
11590
|
+
},
|
11591
|
+
{
|
11592
|
+
"retrieved": "2025-04-20",
|
11593
|
+
"version": "7.90"
|
11534
11594
|
}
|
11535
11595
|
],
|
11536
11596
|
"name": "Pathway ontology",
|
@@ -12734,6 +12794,10 @@
|
|
12734
12794
|
{
|
12735
12795
|
"retrieved": "2025-03-23",
|
12736
12796
|
"version": "2025-02-28"
|
12797
|
+
},
|
12798
|
+
{
|
12799
|
+
"retrieved": "2025-04-20",
|
12800
|
+
"version": "2025-03-20"
|
12737
12801
|
}
|
12738
12802
|
],
|
12739
12803
|
"vtype": "date"
|
@@ -13152,6 +13216,10 @@
|
|
13152
13216
|
{
|
13153
13217
|
"retrieved": "2025-04-03",
|
13154
13218
|
"version": "6.245"
|
13219
|
+
},
|
13220
|
+
{
|
13221
|
+
"retrieved": "2025-04-20",
|
13222
|
+
"version": "6.246"
|
13155
13223
|
}
|
13156
13224
|
],
|
13157
13225
|
"vtype": "date"
|
@@ -16764,6 +16832,14 @@
|
|
16764
16832
|
{
|
16765
16833
|
"retrieved": "2025-04-19",
|
16766
16834
|
"version": "2025-04-19"
|
16835
|
+
},
|
16836
|
+
{
|
16837
|
+
"retrieved": "2025-04-20",
|
16838
|
+
"version": "2025-04-20"
|
16839
|
+
},
|
16840
|
+
{
|
16841
|
+
"retrieved": "2025-04-21",
|
16842
|
+
"version": "2025-04-21"
|
16767
16843
|
}
|
16768
16844
|
],
|
16769
16845
|
"name": "SwissLipids",
|
@@ -17022,6 +17098,10 @@
|
|
17022
17098
|
{
|
17023
17099
|
"retrieved": "2024-10-16",
|
17024
17100
|
"version": "2024-09-17"
|
17101
|
+
},
|
17102
|
+
{
|
17103
|
+
"retrieved": "2025-04-20",
|
17104
|
+
"version": "2025-03-28"
|
17025
17105
|
}
|
17026
17106
|
],
|
17027
17107
|
"vtype": "date"
|
@@ -17450,6 +17530,10 @@
|
|
17450
17530
|
{
|
17451
17531
|
"retrieved": "2025-02-27",
|
17452
17532
|
"version": "2025-01-15"
|
17533
|
+
},
|
17534
|
+
{
|
17535
|
+
"retrieved": "2025-04-20",
|
17536
|
+
"version": "2025-04-09"
|
17453
17537
|
}
|
17454
17538
|
],
|
17455
17539
|
"name": "Uber Anatomy Ontology",
|
@@ -18062,6 +18146,10 @@
|
|
18062
18146
|
{
|
18063
18147
|
"retrieved": "2025-04-03",
|
18064
18148
|
"version": "2025-03-25"
|
18149
|
+
},
|
18150
|
+
{
|
18151
|
+
"retrieved": "2025-04-20",
|
18152
|
+
"version": "2025-04-15"
|
18065
18153
|
}
|
18066
18154
|
],
|
18067
18155
|
"vtype": "date"
|
@@ -22222,6 +22310,10 @@
|
|
22222
22310
|
{
|
22223
22311
|
"retrieved": "2025-04-19",
|
22224
22312
|
"version": "2025-04-17"
|
22313
|
+
},
|
22314
|
+
{
|
22315
|
+
"retrieved": "2025-04-21",
|
22316
|
+
"version": "2025-04-19"
|
22225
22317
|
}
|
22226
22318
|
],
|
22227
22319
|
"name": "Zebrafish Information Network",
|
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
|
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
|
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
|