bioversions 0.5.531__tar.gz → 0.5.533__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.531/src/bioversions.egg-info → bioversions-0.5.533}/PKG-INFO +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/_data/versions.yml +20 -2
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/failures.md +1 -2
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/img/has_release_url.svg +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/img/version_date_types.svg +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/img/version_types.svg +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/setup.cfg +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/resources/versions.json +32 -2
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/hgnc.py +7 -3
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/kegg.py +2 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/version.py +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533/src/bioversions.egg-info}/PKG-INFO +1 -1
- {bioversions-0.5.531 → bioversions-0.5.533}/LICENSE +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/MANIFEST.in +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/README.md +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/_config.yml +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/_includes/footer.html +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/_includes/head.html +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/download.md +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/index.md +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/source/logo.png +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/docs/summary.md +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/pyproject.toml +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/__init__.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/__main__.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/charts.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/cli.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/py.typed +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/resources/__init__.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/resources/update.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/slack_client.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/__init__.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/antibodyregistry.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/bigg.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/biogrid.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/cellosaurus.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/chebi.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/chembl.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/chemidplus.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/civic.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/complexportal.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/daily.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/depmap.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/dgi.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/disgenet.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/drugbank.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/drugcentral.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/ensembl.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/expasy.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/flybase.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/guidetopharmacology.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/homologene.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/icd10.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/icd11.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/icf.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/intact.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/interpro.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/itis.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/mesh.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/mgi.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/mirbase.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/moalmanac.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/msigdb.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/ncit.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/npass.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/obo.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/ols.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/omim.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/oncotree.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pathbank.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pathwaycommons.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pfam.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pombase.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pr.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/pubchem.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/reactome.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/rfam.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/rgd.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/rhea.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/rxnorm.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/sgd.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/slm.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/stringdb.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/umls.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/uniprot.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/unversioned.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/wikipathways.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/sources/zfin.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/templates/base.html +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/templates/home.html +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/twitter_client.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/utils.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions/wsgi.py +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/SOURCES.txt +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/dependency_links.txt +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/entry_points.txt +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/not-zip-safe +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/requires.txt +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/src/bioversions.egg-info/top_level.txt +0 -0
- {bioversions-0.5.531 → bioversions-0.5.533}/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.533
|
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-11-
|
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:
|
@@ -4881,6 +4890,9 @@ database:
|
|
4881
4890
|
- date: '2024-10-30'
|
4882
4891
|
retrieved: '2024-11-01'
|
4883
4892
|
version: October 30, 2024
|
4893
|
+
- date: '2024-10-31'
|
4894
|
+
retrieved: '2024-11-02'
|
4895
|
+
version: October 31, 2024
|
4884
4896
|
vtype: date
|
4885
4897
|
- name: 'OntoAvida: ontology for Avida digital evolution platform'
|
4886
4898
|
prefix: ontoavida
|
@@ -5848,6 +5860,10 @@ database:
|
|
5848
5860
|
homepage: https://www.pombase.org/data/releases/pombase-2024-10-01/
|
5849
5861
|
retrieved: '2024-10-02'
|
5850
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'
|
5851
5867
|
vtype: date
|
5852
5868
|
- name: Population and Community Ontology
|
5853
5869
|
prefix: pco
|
@@ -10416,6 +10432,8 @@ database:
|
|
10416
10432
|
version: '2024-10-28'
|
10417
10433
|
- retrieved: '2024-10-31'
|
10418
10434
|
version: '2024-10-29'
|
10435
|
+
- retrieved: '2024-11-02'
|
10436
|
+
version: '2024-10-31'
|
10419
10437
|
vtype: date
|
10420
10438
|
- name: Zebrafish Phenotype Ontology
|
10421
10439
|
prefix: zp
|
@@ -3,5 +3,4 @@
|
|
3
3
|
- failed to resolve DisGeNet
|
4
4
|
- failed to resolve Antibody Registry
|
5
5
|
- issue parsing HGNC: HGNC hasn't posted new data for this month under version 2024-11-01
|
6
|
-
- failed to resolve SwissLipids
|
7
|
-
- failed to resolve Zebrafish Information Network
|
6
|
+
- failed to resolve SwissLipids
|
@@ -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-11-
|
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-11-
|
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-11-
|
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-11-
|
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"
|
@@ -8828,6 +8843,11 @@
|
|
8828
8843
|
"retrieved": "2024-11-01",
|
8829
8844
|
"version": "October 30, 2024",
|
8830
8845
|
"date": "2024-10-30"
|
8846
|
+
},
|
8847
|
+
{
|
8848
|
+
"retrieved": "2024-11-02",
|
8849
|
+
"version": "October 31, 2024",
|
8850
|
+
"date": "2024-10-31"
|
8831
8851
|
}
|
8832
8852
|
],
|
8833
8853
|
"name": "Online Mendelian Inheritance in Man",
|
@@ -10581,6 +10601,12 @@
|
|
10581
10601
|
"version": "2024-10-01",
|
10582
10602
|
"homepage": "https://www.pombase.org/data/releases/pombase-2024-10-01/",
|
10583
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"
|
10584
10610
|
}
|
10585
10611
|
],
|
10586
10612
|
"name": "PomBase",
|
@@ -19127,6 +19153,10 @@
|
|
19127
19153
|
{
|
19128
19154
|
"retrieved": "2024-10-31",
|
19129
19155
|
"version": "2024-10-29"
|
19156
|
+
},
|
19157
|
+
{
|
19158
|
+
"retrieved": "2024-11-02",
|
19159
|
+
"version": "2024-10-31"
|
19130
19160
|
}
|
19131
19161
|
],
|
19132
19162
|
"name": "Zebrafish Information Network",
|
@@ -1,5 +1,3 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
|
3
1
|
"""A getter for HGNC."""
|
4
2
|
|
5
3
|
import datetime
|
@@ -32,11 +30,17 @@ class HGNCGetter(Getter):
|
|
32
30
|
def get(self) -> str:
|
33
31
|
"""Get the latest HGNC version number."""
|
34
32
|
today = datetime.date.today()
|
33
|
+
this_year = int(today.strftime("%Y"))
|
34
|
+
this_month = int(today.strftime("%m"))
|
35
35
|
maybe = today.strftime("%Y-%m-01")
|
36
36
|
res = requests.head(self.homepage_fmt.format(version=maybe))
|
37
37
|
if res.status_code == 200:
|
38
38
|
return maybe
|
39
|
-
|
39
|
+
if this_month == 1:
|
40
|
+
maybe_last_month = f"{this_year - 1}-12-01"
|
41
|
+
else:
|
42
|
+
maybe_last_month = f"{this_year}-{this_month - 1}-01"
|
43
|
+
return maybe_last_month
|
40
44
|
|
41
45
|
|
42
46
|
if __name__ == "__main__":
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bioversions
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.533
|
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
|