bioversions 0.5.530__tar.gz → 0.5.532__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.530/src/bioversions.egg-info → bioversions-0.5.532}/PKG-INFO +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/_data/versions.yml +26 -2
- bioversions-0.5.532/docs/failures.md +6 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532}/setup.cfg +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/resources/versions.json +42 -2
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/version.py +1 -1
- {bioversions-0.5.530 → bioversions-0.5.532/src/bioversions.egg-info}/PKG-INFO +1 -1
- bioversions-0.5.530/docs/failures.md +0 -5
- {bioversions-0.5.530 → bioversions-0.5.532}/LICENSE +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/MANIFEST.in +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/README.md +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/_config.yml +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/_includes/head.html +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/download.md +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/index.md +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/source/logo.png +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/docs/summary.md +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/pyproject.toml +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/hgnc.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/kegg.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.530 → bioversions-0.5.532}/tests/test_bioversions.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.532
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
@@ -1,7 +1,7 @@
|
|
1
1
|
annotations:
|
2
2
|
author: runner
|
3
|
-
date: '2024-
|
4
|
-
revision:
|
3
|
+
date: '2024-11-02'
|
4
|
+
revision: 831
|
5
5
|
database:
|
6
6
|
- name: A nomenclatural ontology for biological names
|
7
7
|
prefix: nomen
|
@@ -371,6 +371,9 @@ database:
|
|
371
371
|
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.238
|
372
372
|
retrieved: '2024-10-02'
|
373
373
|
version: 4.4.238
|
374
|
+
- homepage: https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.239
|
375
|
+
retrieved: '2024-11-02'
|
376
|
+
version: 4.4.239
|
374
377
|
vtype: semver
|
375
378
|
- name: Bioinformatics operations, data types, formats, identifiers and topics
|
376
379
|
prefix: edam
|
@@ -976,6 +979,8 @@ database:
|
|
976
979
|
version: 01-Sep-2024
|
977
980
|
- retrieved: '2024-10-01'
|
978
981
|
version: 01-Oct-2024
|
982
|
+
- retrieved: '2024-11-02'
|
983
|
+
version: 01-Nov-2024
|
979
984
|
vtype: date
|
980
985
|
- name: clinical LABoratory Ontology
|
981
986
|
prefix: labo
|
@@ -1575,6 +1580,10 @@ database:
|
|
1575
1580
|
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-09-27
|
1576
1581
|
retrieved: '2024-09-28'
|
1577
1582
|
version: '2024-09-27'
|
1583
|
+
- date: '2024-11-01'
|
1584
|
+
homepage: https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-11-01
|
1585
|
+
retrieved: '2024-11-02'
|
1586
|
+
version: '2024-11-01'
|
1578
1587
|
vtype: date
|
1579
1588
|
- name: DisGeNet
|
1580
1589
|
releases:
|
@@ -4878,6 +4887,12 @@ database:
|
|
4878
4887
|
- date: '2024-10-29'
|
4879
4888
|
retrieved: '2024-10-31'
|
4880
4889
|
version: October 29, 2024
|
4890
|
+
- date: '2024-10-30'
|
4891
|
+
retrieved: '2024-11-01'
|
4892
|
+
version: October 30, 2024
|
4893
|
+
- date: '2024-10-31'
|
4894
|
+
retrieved: '2024-11-02'
|
4895
|
+
version: October 31, 2024
|
4881
4896
|
vtype: date
|
4882
4897
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4883
4898
|
prefix: ontoavida
|
@@ -5845,6 +5860,10 @@ database:
|
|
5845
5860
|
homepage: https://www.pombase.org/data/releases/pombase-2024-10-01/
|
5846
5861
|
retrieved: '2024-10-02'
|
5847
5862
|
version: '2024-10-01'
|
5863
|
+
- date: '2024-11-01'
|
5864
|
+
homepage: https://www.pombase.org/data/releases/pombase-2024-11-01/
|
5865
|
+
retrieved: '2024-11-02'
|
5866
|
+
version: '2024-11-01'
|
5848
5867
|
vtype: date
|
5849
5868
|
- name: Population and Community Ontology
|
5850
5869
|
prefix: pco
|
@@ -6066,6 +6085,9 @@ database:
|
|
6066
6085
|
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-10-01
|
6067
6086
|
retrieved: '2024-10-01'
|
6068
6087
|
version: '2024-10-01'
|
6088
|
+
- homepage: https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-11-01
|
6089
|
+
retrieved: '2024-11-01'
|
6090
|
+
version: '2024-11-01'
|
6069
6091
|
vtype: date
|
6070
6092
|
- name: Radiation Biology Ontology
|
6071
6093
|
prefix: rbo
|
@@ -10410,6 +10432,8 @@ database:
|
|
10410
10432
|
version: '2024-10-28'
|
10411
10433
|
- retrieved: '2024-10-31'
|
10412
10434
|
version: '2024-10-29'
|
10435
|
+
- retrieved: '2024-11-02'
|
10436
|
+
version: '2024-10-31'
|
10413
10437
|
vtype: date
|
10414
10438
|
- name: Zebrafish Phenotype Ontology
|
10415
10439
|
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-
|
9
|
+
<dc:date>2024-11-02T01:00:50.608878</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-
|
9
|
+
<dc:date>2024-11-02T01:00:50.553527</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-
|
9
|
+
<dc:date>2024-11-02T01:00:50.467510</dc:date>
|
10
10
|
<dc:format>image/svg+xml</dc:format>
|
11
11
|
<dc:creator>
|
12
12
|
<cc:Agent>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"annotations": {
|
3
|
-
"revision":
|
4
|
-
"date": "2024-
|
3
|
+
"revision": 831,
|
4
|
+
"date": "2024-11-02",
|
5
5
|
"author": "runner"
|
6
6
|
},
|
7
7
|
"database": [
|
@@ -676,6 +676,11 @@
|
|
676
676
|
"retrieved": "2024-10-02",
|
677
677
|
"version": "4.4.238",
|
678
678
|
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.238"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"retrieved": "2024-11-02",
|
682
|
+
"version": "4.4.239",
|
683
|
+
"homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.239"
|
679
684
|
}
|
680
685
|
],
|
681
686
|
"vtype": "semver"
|
@@ -1788,6 +1793,10 @@
|
|
1788
1793
|
{
|
1789
1794
|
"retrieved": "2024-10-01",
|
1790
1795
|
"version": "01-Oct-2024"
|
1796
|
+
},
|
1797
|
+
{
|
1798
|
+
"retrieved": "2024-11-02",
|
1799
|
+
"version": "01-Nov-2024"
|
1791
1800
|
}
|
1792
1801
|
],
|
1793
1802
|
"name": "CiVIC",
|
@@ -2852,6 +2861,12 @@
|
|
2852
2861
|
"version": "2024-09-27",
|
2853
2862
|
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-09-27",
|
2854
2863
|
"date": "2024-09-27"
|
2864
|
+
},
|
2865
|
+
{
|
2866
|
+
"retrieved": "2024-11-02",
|
2867
|
+
"version": "2024-11-01",
|
2868
|
+
"homepage": "https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology/releases/2024-11-01",
|
2869
|
+
"date": "2024-11-01"
|
2855
2870
|
}
|
2856
2871
|
],
|
2857
2872
|
"vtype": "date"
|
@@ -8823,6 +8838,16 @@
|
|
8823
8838
|
"retrieved": "2024-10-31",
|
8824
8839
|
"version": "October 29, 2024",
|
8825
8840
|
"date": "2024-10-29"
|
8841
|
+
},
|
8842
|
+
{
|
8843
|
+
"retrieved": "2024-11-01",
|
8844
|
+
"version": "October 30, 2024",
|
8845
|
+
"date": "2024-10-30"
|
8846
|
+
},
|
8847
|
+
{
|
8848
|
+
"retrieved": "2024-11-02",
|
8849
|
+
"version": "October 31, 2024",
|
8850
|
+
"date": "2024-10-31"
|
8826
8851
|
}
|
8827
8852
|
],
|
8828
8853
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -10576,6 +10601,12 @@
|
|
10576
10601
|
"version": "2024-10-01",
|
10577
10602
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-10-01/",
|
10578
10603
|
"date": "2024-10-01"
|
10604
|
+
},
|
10605
|
+
{
|
10606
|
+
"retrieved": "2024-11-02",
|
10607
|
+
"version": "2024-11-01",
|
10608
|
+
"homepage": "https://www.pombase.org/data/releases/pombase-2024-11-01/",
|
10609
|
+
"date": "2024-11-01"
|
10579
10610
|
}
|
10580
10611
|
],
|
10581
10612
|
"name": "PomBase",
|
@@ -10969,6 +11000,11 @@
|
|
10969
11000
|
"retrieved": "2024-10-01",
|
10970
11001
|
"version": "2024-10-01",
|
10971
11002
|
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-10-01"
|
11003
|
+
},
|
11004
|
+
{
|
11005
|
+
"retrieved": "2024-11-01",
|
11006
|
+
"version": "2024-11-01",
|
11007
|
+
"homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2024-11-01"
|
10972
11008
|
}
|
10973
11009
|
],
|
10974
11010
|
"name": "PubChem",
|
@@ -19117,6 +19153,10 @@
|
|
19117
19153
|
{
|
19118
19154
|
"retrieved": "2024-10-31",
|
19119
19155
|
"version": "2024-10-29"
|
19156
|
+
},
|
19157
|
+
{
|
19158
|
+
"retrieved": "2024-11-02",
|
19159
|
+
"version": "2024-10-31"
|
19120
19160
|
}
|
19121
19161
|
],
|
19122
19162
|
"name": "Zebrafish Information Network",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.532
|
4
4
|
Summary: What's the current version for each biological database?
|
5
5
|
Home-page: https://github.com/biopragmatics/bioversions
|
6
6
|
Download-URL: https://github.com/biopragmatics/bioversions/releases
|
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
|