GeoAlchemy2 0.14.6__tar.gz → 0.14.7__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.
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/CHANGES.txt +7 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7/GeoAlchemy2.egg-info}/PKG-INFO +4 -1
- {GeoAlchemy2-0.14.6/GeoAlchemy2.egg-info → GeoAlchemy2-0.14.7}/PKG-INFO +4 -1
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/README.rst +3 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/index.rst +8 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/__init__.py +4 -4
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tox.ini +1 -1
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.codespellrc +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.coveragerc +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.flake8 +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/ISSUE_TEMPLATE/how_to_use.yaml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/dependabot.yml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/pull_request_template.md +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.github/workflows/test_and_publish.yml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.gitignore +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.pre-commit-config.yaml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/.readthedocs.yaml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/COPYING.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/SOURCES.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/dependency_links.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/not-zip-safe +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/requires.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2.egg-info/top_level.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/GeoAlchemy2_dev.yml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/MANIFEST.in +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/RELEASE.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/TEST.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/Makefile +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy.png +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy.svg +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy_small.png +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_static/geoalchemy_small.svg +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-about.html +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-links.html +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_templates/sidebar-logo.html +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/LICENSE +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/README +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/flask/layout.html +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/flask/relations.html +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/flask/static/flasky.css_t +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/flask/static/small_flask.css +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/_themes/flask/theme.conf +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/admin.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/alembic.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/alembic_helpers.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/changelog.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/conf.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/core_tutorial.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/elements.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/make.bat +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/migrate.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/orm_tutorial.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/shape.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/spatial_functions.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/spatial_operators.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/spatialite_tutorial.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/doc/types.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/generate_type_stubs.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/_functions.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/_functions_helpers.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/common.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/geopackage.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/mysql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/postgresql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/admin/dialects/sqlite.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/alembic_helpers.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/comparator.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/elements.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/exc.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/functions.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/functions.pyi +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/py.typed +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/shape.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/common.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/geopackage.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/mysql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/postgresql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/types/dialects/sqlite.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/geoalchemy2/utils.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/pyproject.toml +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/requirements-doc.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/requirements-mypy.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/requirements-rtd.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/requirements.txt +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/setup.cfg +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/setup.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/.dockerignore +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/.gitignore +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/Dockerfile +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/build.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/helpers/entrypoint.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/helpers/init_mysql.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/helpers/init_postgres.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/helpers/install_requirements.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/test_container/run.sh +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/alembic_config/alembic.ini +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/conftest.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/data/spatialite_ge_4.sqlite +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/data/spatialite_geopackage.gpkg +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/data/spatialite_lt_4.sqlite +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/README.rst +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/__init__.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_decipher_raster.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_disable_wrapping.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_insert_raster.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_length_at_insert.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_orm_mapped_v2.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_raster_transform.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_specific_compilation.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_summarystatsagg.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/gallery/test_type_decorator.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/schema_fixtures.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_alembic_migrations.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_comparator.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_elements.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functional.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functional_geopackage.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functional_mysql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functional_postgresql.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functional_sqlite.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_functions.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_pickle.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_shape.py +0 -0
- {GeoAlchemy2-0.14.6 → GeoAlchemy2-0.14.7}/tests/test_types.py +0 -0
@@ -1,6 +1,13 @@
|
|
1
1
|
GeoAlchemy 2 Changelog
|
2
2
|
======================
|
3
3
|
|
4
|
+
0.14.7
|
5
|
+
------
|
6
|
+
|
7
|
+
* Allow geometry_type to be None at the type level to match documentation @logankaser (#500)
|
8
|
+
* CI: Fix Py312 job in tox @adrien-berchet (#501)
|
9
|
+
* Docs: Add Zenodo badge on the main page @adrien-berchet (#498)
|
10
|
+
|
4
11
|
0.14.6
|
5
12
|
------
|
6
13
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: GeoAlchemy2
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.7
|
4
4
|
Summary: Using SQLAlchemy with Spatial Databases
|
5
5
|
Home-page: https://geoalchemy-2.readthedocs.io/en/stable/
|
6
6
|
Author: Eric Lemoine
|
@@ -43,6 +43,9 @@ GeoAlchemy 2
|
|
43
43
|
:target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
|
44
44
|
:alt: Documentation Status
|
45
45
|
|
46
|
+
.. image:: https://zenodo.org/badge/5638538.svg
|
47
|
+
:target: https://zenodo.org/doi/10.5281/zenodo.10808783
|
48
|
+
|
46
49
|
GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
|
47
50
|
based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
|
48
51
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: GeoAlchemy2
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.7
|
4
4
|
Summary: Using SQLAlchemy with Spatial Databases
|
5
5
|
Home-page: https://geoalchemy-2.readthedocs.io/en/stable/
|
6
6
|
Author: Eric Lemoine
|
@@ -43,6 +43,9 @@ GeoAlchemy 2
|
|
43
43
|
:target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
|
44
44
|
:alt: Documentation Status
|
45
45
|
|
46
|
+
.. image:: https://zenodo.org/badge/5638538.svg
|
47
|
+
:target: https://zenodo.org/doi/10.5281/zenodo.10808783
|
48
|
+
|
46
49
|
GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
|
47
50
|
based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
|
48
51
|
|
@@ -12,6 +12,9 @@ GeoAlchemy 2
|
|
12
12
|
:target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
|
13
13
|
:alt: Documentation Status
|
14
14
|
|
15
|
+
.. image:: https://zenodo.org/badge/5638538.svg
|
16
|
+
:target: https://zenodo.org/doi/10.5281/zenodo.10808783
|
17
|
+
|
15
18
|
GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
|
16
19
|
based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.
|
17
20
|
|
@@ -152,6 +152,14 @@ Many thanks to Mike Bayer for his guidance and support! He also `fostered
|
|
152
152
|
<https://groups.google.com/forum/?fromgroups=#!topic/geoalchemy/k3PmQOB_FX4>`_
|
153
153
|
the birth of GeoAlchemy 2.
|
154
154
|
|
155
|
+
Citation
|
156
|
+
--------
|
157
|
+
|
158
|
+
When you use this software, we kindly ask you to cite the following DOI:
|
159
|
+
|
160
|
+
.. image:: https://zenodo.org/badge/5638538.svg
|
161
|
+
:target: https://zenodo.org/doi/10.5281/zenodo.10808783
|
162
|
+
|
155
163
|
|
156
164
|
Indices and tables
|
157
165
|
------------------
|
@@ -114,14 +114,14 @@ class _GISType(UserDefinedType):
|
|
114
114
|
|
115
115
|
def __init__(
|
116
116
|
self,
|
117
|
-
geometry_type="GEOMETRY",
|
117
|
+
geometry_type: Optional[str] = "GEOMETRY",
|
118
118
|
srid=-1,
|
119
119
|
dimension=2,
|
120
120
|
spatial_index=True,
|
121
121
|
use_N_D_index=False,
|
122
|
-
use_typmod=None,
|
123
|
-
from_text=None,
|
124
|
-
name=None,
|
122
|
+
use_typmod: Optional[bool] = None,
|
123
|
+
from_text: Optional[str] = None,
|
124
|
+
name: Optional[str] = None,
|
125
125
|
nullable=True,
|
126
126
|
_spatial_index_reflected=None,
|
127
127
|
) -> None:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|