google-api-core 2.25.2__tar.gz → 2.26.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.
- {google_api_core-2.25.2/google_api_core.egg-info → google_api_core-2.26.0}/PKG-INFO +4 -1
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/version.py +1 -1
- {google_api_core-2.25.2 → google_api_core-2.26.0/google_api_core.egg-info}/PKG-INFO +4 -1
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google_api_core.egg-info/requires.txt +4 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/pyproject.toml +3 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/LICENSE +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/MANIFEST.in +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/README.rst +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/_rest_streaming_base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/bidi.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/client_info.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/client_logging.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/client_options.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/datetime_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/exceptions.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/extended_operation.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/future/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/future/_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/future/async_future.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/future/base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/future/polling.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/client_info.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/config.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/config_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/method.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/method_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/routing_header.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/general_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/grpc_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/grpc_helpers_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/iam.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operation.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operation_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/abstract_operations_base_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/abstract_operations_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/operations_async_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/operations_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/operations_client_config.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/operations_rest_client_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/pagers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/pagers_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/pagers_base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/rest.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/rest_asyncio.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/page_iterator.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/page_iterator_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/path_template.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/protobuf_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/py.typed +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/rest_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/rest_streaming.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/rest_streaming_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_streaming.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_streaming_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_unary.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_unary_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/timeout.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/universe.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/version_header.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google_api_core.egg-info/SOURCES.txt +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google_api_core.egg-info/dependency_links.txt +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/google_api_core.egg-info/top_level.txt +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/setup.cfg +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/setup.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/future/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/future/test_async_future.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/gapic/test_config_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/gapic/test_method_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/operations_v1/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/operations_v1/test_operations_async_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/retry/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/retry/test_retry_streaming_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/retry/test_retry_unary_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/test_grpc_helpers_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/test_operation_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/test_page_iterator_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/test_rest_streaming_async.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/future/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/future/test__helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/future/test_polling.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/gapic/test_client_info.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/gapic/test_config.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/gapic/test_method.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/gapic/test_routing_header.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/operations_v1/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/operations_v1/test_operations_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/operations_v1/test_operations_rest_client.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/retry/__init__.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/retry/test_retry_base.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/retry/test_retry_imports.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/retry/test_retry_streaming.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/retry/test_retry_unary.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_bidi.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_client_info.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_client_logging.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_client_options.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_datetime_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_exceptions.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_extended_operation.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_grpc_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_iam.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_operation.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_packaging.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_page_iterator.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_path_template.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_protobuf_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_rest_helpers.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_rest_streaming.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_timeout.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_universe.py +0 -0
- {google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/test_version_header.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: google-api-core
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.26.0
|
|
4
4
|
Summary: Google API client core library
|
|
5
5
|
Author-email: Google LLC <googleapis-packages@google.com>
|
|
6
6
|
License: Apache 2.0
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Operating System :: OS Independent
|
|
22
23
|
Classifier: Topic :: Internet
|
|
23
24
|
Requires-Python: >=3.7
|
|
@@ -34,8 +35,10 @@ Requires-Dist: google-auth[aiohttp]<3.0.0,>=2.35.0; extra == "async-rest"
|
|
|
34
35
|
Provides-Extra: grpc
|
|
35
36
|
Requires-Dist: grpcio<2.0.0,>=1.33.2; extra == "grpc"
|
|
36
37
|
Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
|
|
38
|
+
Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
|
|
37
39
|
Requires-Dist: grpcio-status<2.0.0,>=1.33.2; extra == "grpc"
|
|
38
40
|
Requires-Dist: grpcio-status<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
|
|
41
|
+
Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
|
|
39
42
|
Provides-Extra: grpcgcp
|
|
40
43
|
Requires-Dist: grpcio-gcp<1.0.0,>=0.2.2; extra == "grpcgcp"
|
|
41
44
|
Provides-Extra: grpcio-gcp
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: google-api-core
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.26.0
|
|
4
4
|
Summary: Google API client core library
|
|
5
5
|
Author-email: Google LLC <googleapis-packages@google.com>
|
|
6
6
|
License: Apache 2.0
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Operating System :: OS Independent
|
|
22
23
|
Classifier: Topic :: Internet
|
|
23
24
|
Requires-Python: >=3.7
|
|
@@ -34,8 +35,10 @@ Requires-Dist: google-auth[aiohttp]<3.0.0,>=2.35.0; extra == "async-rest"
|
|
|
34
35
|
Provides-Extra: grpc
|
|
35
36
|
Requires-Dist: grpcio<2.0.0,>=1.33.2; extra == "grpc"
|
|
36
37
|
Requires-Dist: grpcio<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
|
|
38
|
+
Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
|
|
37
39
|
Requires-Dist: grpcio-status<2.0.0,>=1.33.2; extra == "grpc"
|
|
38
40
|
Requires-Dist: grpcio-status<2.0.0,>=1.49.1; python_version >= "3.11" and extra == "grpc"
|
|
41
|
+
Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14" and extra == "grpc"
|
|
39
42
|
Provides-Extra: grpcgcp
|
|
40
43
|
Requires-Dist: grpcio-gcp<1.0.0,>=0.2.2; extra == "grpcgcp"
|
|
41
44
|
Provides-Extra: grpcio-gcp
|
|
@@ -40,6 +40,7 @@ classifiers = [
|
|
|
40
40
|
"Programming Language :: Python :: 3.11",
|
|
41
41
|
"Programming Language :: Python :: 3.12",
|
|
42
42
|
"Programming Language :: Python :: 3.13",
|
|
43
|
+
"Programming Language :: Python :: 3.14",
|
|
43
44
|
"Operating System :: OS Independent",
|
|
44
45
|
"Topic :: Internet",
|
|
45
46
|
]
|
|
@@ -62,8 +63,10 @@ async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
|
|
|
62
63
|
grpc = [
|
|
63
64
|
"grpcio >= 1.33.2, < 2.0.0",
|
|
64
65
|
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
|
|
66
|
+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
|
|
65
67
|
"grpcio-status >= 1.33.2, < 2.0.0",
|
|
66
68
|
"grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
|
|
69
|
+
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
|
|
67
70
|
]
|
|
68
71
|
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
|
|
69
72
|
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/gapic_v1/routing_header.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/operations_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/pagers_async.py
RENAMED
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/pagers_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/base.py
RENAMED
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/operations_v1/transports/rest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_streaming_async.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google/api_core/retry/retry_unary_async.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/google_api_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/retry/test_retry_streaming_async.py
RENAMED
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/retry/test_retry_unary_async.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/tests/asyncio/test_rest_streaming_async.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_api_core-2.25.2 → google_api_core-2.26.0}/tests/unit/operations_v1/test_operations_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|