bioversions 0.5.567__tar.gz → 0.6.0__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.5.567 → bioversions-0.6.0}/PKG-INFO +2 -3
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/_data/versions.yml +3 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/conf.py +1 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/pyproject.toml +3 -4
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/resources/versions.json +5 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/version.py +1 -1
- {bioversions-0.5.567 → bioversions-0.6.0}/.cruft.json +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/CODE_OF_CONDUCT.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/CONTRIBUTING.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/codecov.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/workflows/cruft.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/workflows/tests.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.github/workflows/update.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.gitignore +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/.readthedocs.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/LICENSE +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/MANIFEST.in +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/README.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/_config.yml +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/_includes/head.html +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/download.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/failures.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/index.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/cli.rst +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/index.rst +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/installation.rst +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/logo.png +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/source/usage.rst +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/docs/summary.md +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/gtdb.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/tests/test_bioversions.py +0 -0
- {bioversions-0.5.567 → bioversions-0.6.0}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.0
|
4
4
|
Summary: Get the current version for biological databases
|
5
5
|
Project-URL: Bug Tracker, https://github.com/biopragmatics/bioversions/issues
|
6
6
|
Project-URL: Homepage, https://github.com/biopragmatics/bioversions
|
@@ -41,13 +41,12 @@ Classifier: Natural Language :: English
|
|
41
41
|
Classifier: Operating System :: OS Independent
|
42
42
|
Classifier: Programming Language :: Python
|
43
43
|
Classifier: Programming Language :: Python :: 3 :: Only
|
44
|
-
Classifier: Programming Language :: Python :: 3.9
|
45
44
|
Classifier: Programming Language :: Python :: 3.10
|
46
45
|
Classifier: Programming Language :: Python :: 3.11
|
47
46
|
Classifier: Programming Language :: Python :: 3.12
|
48
47
|
Classifier: Programming Language :: Python :: 3.13
|
49
48
|
Classifier: Typing :: Typed
|
50
|
-
Requires-Python: >=3.
|
49
|
+
Requires-Python: >=3.10
|
51
50
|
Requires-Dist: beautifulsoup4
|
52
51
|
Requires-Dist: bioregistry[align]>=0.10.0
|
53
52
|
Requires-Dist: cachier>=2.2.1
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
3
|
date: '2024-12-08'
|
4
|
-
revision:
|
4
|
+
revision: 864
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -10790,6 +10790,8 @@ database:
|
|
10790
10790
|
version: '2024-12-05'
|
10791
10791
|
- retrieved: '2024-12-08'
|
10792
10792
|
version: '2024-12-06'
|
10793
|
+
- retrieved: '2024-12-08'
|
10794
|
+
version: '2024-12-07'
|
10793
10795
|
vtype: date
|
10794
10796
|
- name: Zebrafish Phenotype Ontology
|
10795
10797
|
prefix: zp
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-12-
|
9
|
+
<dc:date>2024-12-08T20:49:19.605329</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-12-
|
9
|
+
<dc:date>2024-12-08T20:49:19.553264</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
7
7
|
<cc:Work>
|
8
8
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
9
|
-
<dc:date>2024-12-
|
9
|
+
<dc:date>2024-12-08T20:49:19.417755</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "bioversions"
|
7
|
-
version = "0.
|
7
|
+
version = "0.6.0"
|
8
8
|
description = "Get the current version for biological databases"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [
|
@@ -28,7 +28,6 @@ classifiers = [
|
|
28
28
|
"Natural Language :: English",
|
29
29
|
"Programming Language :: Python",
|
30
30
|
"Programming Language :: Python :: 3.10",
|
31
|
-
"Programming Language :: Python :: 3.9",
|
32
31
|
"Programming Language :: Python :: 3.11",
|
33
32
|
"Programming Language :: Python :: 3.12",
|
34
33
|
"Programming Language :: Python :: 3.13",
|
@@ -48,7 +47,7 @@ keywords = [
|
|
48
47
|
# See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
|
49
48
|
license = { file = "LICENSE" }
|
50
49
|
|
51
|
-
requires-python = ">=3.
|
50
|
+
requires-python = ">=3.10"
|
52
51
|
dependencies = [
|
53
52
|
"requests",
|
54
53
|
"beautifulsoup4",
|
@@ -223,7 +222,7 @@ known-first-party = [
|
|
223
222
|
docstring-code-format = true
|
224
223
|
|
225
224
|
[tool.bumpversion]
|
226
|
-
current_version = "0.
|
225
|
+
current_version = "0.6.0"
|
227
226
|
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-]+)*))?"
|
228
227
|
serialize = [
|
229
228
|
"{major}.{minor}.{patch}-{release}+{build}",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
3
|
+
"revision": 864,
|
4
4
|
"date": "2024-12-08",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
@@ -19812,6 +19812,10 @@
|
|
19812
19812
|
{
|
19813
19813
|
"retrieved": "2024-12-08",
|
19814
19814
|
"version": "2024-12-06"
|
19815
|
+
},
|
19816
|
+
{
|
19817
|
+
"retrieved": "2024-12-08",
|
19818
|
+
"version": "2024-12-07"
|
19815
19819
|
}
|
19816
19820
|
],
|
19817
19821
|
"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
|
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
|