azdev 0.1.96__tar.gz → 0.1.97__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.
- {azdev-0.1.96 → azdev-0.1.97}/HISTORY.rst +7 -0
- {azdev-0.1.96/azdev.egg-info → azdev-0.1.97}/PKG-INFO +10 -2
- {azdev-0.1.96 → azdev-0.1.97}/azdev/__init__.py +1 -1
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/breaking_change/__init__.py +10 -6
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/breaking_change/markdown_template.jinja2 +2 -2
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/command_change/__init__.py +2 -2
- {azdev-0.1.96 → azdev-0.1.97}/azdev/params.py +5 -1
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/display.py +2 -2
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/path.py +4 -4
- {azdev-0.1.96 → azdev-0.1.97/azdev.egg-info}/PKG-INFO +10 -2
- {azdev-0.1.96 → azdev-0.1.97}/LICENSE +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/MANIFEST.in +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/README.md +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/README.rst +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/__main__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/commands.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/completer.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/config/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/config/cli.flake8 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/config/cli_pylintrc +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/config/ext.flake8 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/config/ext_pylintrc +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/help.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/HISTORY.rst +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/README.rst +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/_client_factory.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/_help.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/_params.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/_validators.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/azext_metadata.json +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/blank__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/commands.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/custom.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/module__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/pkg_declare__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/setup.cfg +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/setup.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/mod_templates/test_service_scenario.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/_macros.j2 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/cmdcov.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/component.css +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/component.js +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/favicon.ico +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/index.j2 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/index2.j2 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/cmdcov/module.j2 +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/code_gen.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/command_change/custom.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/command_change/util.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/constant.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/extensions/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/extensions/util.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/extensions/version_upgrade.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/help/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/help/refdoc/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/help/refdoc/conf.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/legal.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/data/cmd_example_config.json +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/linter.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/pylint_checkers/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/pylint_checkers/show_command.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rule_decorators.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/ci_exclusions.yml +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/command_coverage_rules.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/command_group_rules.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/command_rules.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/help_rules.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/linter_exclusions.yml +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/rules/parameter_rules.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/linter/util.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/performance.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/pypi.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/python_sdk.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/regex.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/resource.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/secret.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/setup.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/statistics/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/statistics/util.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/style.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/testtool/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/testtool/incremental_strategy.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/testtool/profile_context.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/operations/testtool/pytest_runner.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/transformers.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/__init__.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/command.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/config.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/const.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/git_util.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/pypi.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/testing.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev/utilities/tools.py +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev.egg-info/SOURCES.txt +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev.egg-info/dependency_links.txt +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev.egg-info/entry_points.txt +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev.egg-info/requires.txt +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/azdev.egg-info/top_level.txt +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/pyproject.toml +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/setup.cfg +0 -0
- {azdev-0.1.96 → azdev-0.1.97}/setup.py +0 -0
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Release History
|
|
4
4
|
===============
|
|
5
|
+
0.1.97
|
|
6
|
+
++++++
|
|
7
|
+
* `azdev generate-breaking-change-report`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
8
|
+
* `azdev command-change tree-export`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
9
|
+
* `azdev generate-breaking-change-report`: Support collecting Breaking Change items from CLI core.
|
|
10
|
+
* `azdev generate-breaking-change-report`: Support trim the last newline in output with `--no-tail`.
|
|
11
|
+
|
|
5
12
|
0.1.96
|
|
6
13
|
++++++
|
|
7
14
|
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.97
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -48,6 +48,7 @@ Dynamic: description
|
|
|
48
48
|
Dynamic: home-page
|
|
49
49
|
Dynamic: keywords
|
|
50
50
|
Dynamic: license
|
|
51
|
+
Dynamic: license-file
|
|
51
52
|
Dynamic: requires-dist
|
|
52
53
|
Dynamic: requires-python
|
|
53
54
|
Dynamic: summary
|
|
@@ -158,6 +159,13 @@ License
|
|
|
158
159
|
|
|
159
160
|
Release History
|
|
160
161
|
===============
|
|
162
|
+
0.1.97
|
|
163
|
+
++++++
|
|
164
|
+
* `azdev generate-breaking-change-report`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
165
|
+
* `azdev command-change tree-export`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
166
|
+
* `azdev generate-breaking-change-report`: Support collecting Breaking Change items from CLI core.
|
|
167
|
+
* `azdev generate-breaking-change-report`: Support trim the last newline in output with `--no-tail`.
|
|
168
|
+
|
|
161
169
|
0.1.96
|
|
162
170
|
++++++
|
|
163
171
|
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
@@ -224,10 +224,12 @@ def _handle_module(module, loader, source):
|
|
|
224
224
|
start = time.time()
|
|
225
225
|
|
|
226
226
|
for command, command_info in loader.command_table.items():
|
|
227
|
-
|
|
227
|
+
if command:
|
|
228
|
+
yield from _handle_command_breaking_changes(module, command, command_info, source)
|
|
228
229
|
|
|
229
230
|
for command_group_name, command_group in loader.command_group_table.items():
|
|
230
|
-
|
|
231
|
+
if command_group_name:
|
|
232
|
+
yield from _handle_command_group_breaking_changes(module, command_group_name, command_group, source)
|
|
231
233
|
|
|
232
234
|
stop = time.time()
|
|
233
235
|
logger.info('Module %s finished in %i sec', module, stop - start)
|
|
@@ -244,7 +246,8 @@ def _handle_core(source):
|
|
|
244
246
|
except ImportError:
|
|
245
247
|
pass
|
|
246
248
|
|
|
247
|
-
yield from _handle_custom_breaking_changes('core', '
|
|
249
|
+
yield from _handle_custom_breaking_changes('core', '')
|
|
250
|
+
yield from _handle_custom_breaking_changes('core', '_core')
|
|
248
251
|
|
|
249
252
|
stop = time.time()
|
|
250
253
|
logger.info('Core finished in %i sec', stop - start)
|
|
@@ -304,7 +307,8 @@ def _group_breaking_change_items(iterator, group_by_version=False):
|
|
|
304
307
|
|
|
305
308
|
|
|
306
309
|
def collect_upcoming_breaking_changes(modules=None, target_version='NextWindow', source=None, group_by_version=None,
|
|
307
|
-
output_format='structure', no_head=False, no_tail=False
|
|
310
|
+
output_format='structure', no_head=False, no_tail=False,
|
|
311
|
+
include_whl_extensions=False):
|
|
308
312
|
if target_version == 'NextWindow':
|
|
309
313
|
from azure.cli.core.breaking_change import NEXT_BREAKING_CHANGE_RELEASE
|
|
310
314
|
target_version = NEXT_BREAKING_CHANGE_RELEASE
|
|
@@ -313,7 +317,7 @@ def collect_upcoming_breaking_changes(modules=None, target_version='NextWindow',
|
|
|
313
317
|
|
|
314
318
|
require_azure_cli()
|
|
315
319
|
|
|
316
|
-
selected_modules = calc_selected_modules(modules)
|
|
320
|
+
selected_modules = calc_selected_modules(modules, include_whl_extensions=include_whl_extensions)
|
|
317
321
|
cli_mod_names = list(selected_modules['core'].keys()) + list(selected_modules['mod'].keys())
|
|
318
322
|
ext_mod_names = list(selected_modules['ext'].keys())
|
|
319
323
|
|
|
@@ -343,5 +347,5 @@ def collect_upcoming_breaking_changes(modules=None, target_version='NextWindow',
|
|
|
343
347
|
'module_bc': breaking_changes,
|
|
344
348
|
'no_head': no_head,
|
|
345
349
|
'no_tail': no_tail,
|
|
346
|
-
}))
|
|
350
|
+
}), end='' if no_tail else '\n')
|
|
347
351
|
return None
|
|
@@ -8,7 +8,7 @@ The breaking changes listed in this article are planned for the next major relea
|
|
|
8
8
|
## {{ module }}
|
|
9
9
|
|
|
10
10
|
{% for command, multi_version_bcs in command_bc.items() -%}
|
|
11
|
-
{% if not
|
|
11
|
+
{% if not module == 'core' -%}
|
|
12
12
|
### `{{ command }}`
|
|
13
13
|
|
|
14
14
|
{% endif -%}
|
|
@@ -18,7 +18,7 @@ The breaking changes listed in this article are planned for the next major relea
|
|
|
18
18
|
{% endif -%}
|
|
19
19
|
{% if multi_version_bcs['items'] is mapping -%}
|
|
20
20
|
{% for version, bcs in multi_version_bcs['items'] | dictsort -%}
|
|
21
|
-
###{%- if not
|
|
21
|
+
###{%- if not module == 'core' -%}#{%- endif %} Deprecated in {{ version }}
|
|
22
22
|
|
|
23
23
|
{% for bc in bcs -%}
|
|
24
24
|
- {{ bc.detail }}
|
|
@@ -143,10 +143,10 @@ def cmp_command_meta(base_meta_file, diff_meta_file, only_break=False, output_ty
|
|
|
143
143
|
return azure_cli_diff_tool.meta_diff(base_meta_file, diff_meta_file, only_break, output_type, output_file)
|
|
144
144
|
|
|
145
145
|
|
|
146
|
-
def export_command_tree(modules, output_file=None):
|
|
146
|
+
def export_command_tree(modules, output_file=None, include_whl_extensions=False):
|
|
147
147
|
require_azure_cli()
|
|
148
148
|
|
|
149
|
-
selected_mod_names = calc_selected_mod_names(modules)
|
|
149
|
+
selected_mod_names = calc_selected_mod_names(modules, include_whl_extensions=include_whl_extensions)
|
|
150
150
|
|
|
151
151
|
if selected_mod_names:
|
|
152
152
|
display('Modules selected: {}\n'.format(', '.join(selected_mod_names)))
|
|
@@ -178,6 +178,8 @@ def load_arguments(self, _):
|
|
|
178
178
|
|
|
179
179
|
with ArgumentsContext(self, 'command-change tree-export') as c:
|
|
180
180
|
c.positional('modules', modules_type)
|
|
181
|
+
c.argument('include_whl_extensions', action='store_true',
|
|
182
|
+
help="Allow running cmd loader on extensions installed by `az extension add --source xxx.whl`.")
|
|
181
183
|
c.argument('output_file', help='command tree json file path to store')
|
|
182
184
|
|
|
183
185
|
# region cmdcov
|
|
@@ -271,10 +273,12 @@ def load_arguments(self, _):
|
|
|
271
273
|
c.argument('source', choices=['deprecate_info', 'pre_announce'], default='pre_announce',
|
|
272
274
|
help='The source of pre-announced breaking changes. `deprecate_info` represents all breaking changes '
|
|
273
275
|
'marked through `deprecation_info`; `pre_announce` represents the breaking changes announced in '
|
|
274
|
-
'`
|
|
276
|
+
'`_breaking_change.py` file.')
|
|
275
277
|
c.argument('group_by_version', action='store_true',
|
|
276
278
|
help='If specified, breaking changes would be grouped by their target version as well.')
|
|
277
279
|
c.argument('output_format', choices=['structure', 'markdown'], default='structure',
|
|
278
280
|
help='Output format of the collected breaking changes.')
|
|
279
281
|
c.argument('no_head', action='store_true', help='Skip head when displaying as markdown.')
|
|
280
282
|
c.argument('no_tail', action='store_true', help='Skip tail when displaying as markdown.')
|
|
283
|
+
c.argument('include_whl_extensions', action='store_true',
|
|
284
|
+
help="Allow scanning on extensions installed by `az extension add --source xxx.whl`.")
|
|
@@ -265,14 +265,14 @@ def get_path_table(include_only=None, include_whl_extensions=False):
|
|
|
265
265
|
return table
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
def calc_selected_modules(modules=None):
|
|
268
|
+
def calc_selected_modules(modules=None, include_whl_extensions=False):
|
|
269
269
|
# allow user to run only on CLI or extensions
|
|
270
270
|
cli_only = modules == ['CLI']
|
|
271
271
|
ext_only = modules == ['EXT']
|
|
272
272
|
if cli_only or ext_only:
|
|
273
273
|
modules = None
|
|
274
274
|
|
|
275
|
-
selected_modules = get_path_table(include_only=modules)
|
|
275
|
+
selected_modules = get_path_table(include_only=modules, include_whl_extensions=include_whl_extensions)
|
|
276
276
|
|
|
277
277
|
if cli_only:
|
|
278
278
|
selected_modules['ext'] = {}
|
|
@@ -283,8 +283,8 @@ def calc_selected_modules(modules=None):
|
|
|
283
283
|
return selected_modules
|
|
284
284
|
|
|
285
285
|
|
|
286
|
-
def calc_selected_mod_names(modules=None):
|
|
287
|
-
selected_modules = calc_selected_modules(modules)
|
|
286
|
+
def calc_selected_mod_names(modules=None, include_whl_extensions=False):
|
|
287
|
+
selected_modules = calc_selected_modules(modules, include_whl_extensions=include_whl_extensions)
|
|
288
288
|
|
|
289
289
|
if not any(selected_modules.values()):
|
|
290
290
|
logger.warning('No commands selected to check.')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.97
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -48,6 +48,7 @@ Dynamic: description
|
|
|
48
48
|
Dynamic: home-page
|
|
49
49
|
Dynamic: keywords
|
|
50
50
|
Dynamic: license
|
|
51
|
+
Dynamic: license-file
|
|
51
52
|
Dynamic: requires-dist
|
|
52
53
|
Dynamic: requires-python
|
|
53
54
|
Dynamic: summary
|
|
@@ -158,6 +159,13 @@ License
|
|
|
158
159
|
|
|
159
160
|
Release History
|
|
160
161
|
===============
|
|
162
|
+
0.1.97
|
|
163
|
+
++++++
|
|
164
|
+
* `azdev generate-breaking-change-report`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
165
|
+
* `azdev command-change tree-export`: Add `--include-whl-extensions` to support extensions installed through wheel.
|
|
166
|
+
* `azdev generate-breaking-change-report`: Support collecting Breaking Change items from CLI core.
|
|
167
|
+
* `azdev generate-breaking-change-report`: Support trim the last newline in output with `--no-tail`.
|
|
168
|
+
|
|
161
169
|
0.1.96
|
|
162
170
|
++++++
|
|
163
171
|
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|