diff-cover 9.2.2__tar.gz → 9.2.3__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.
- diff_cover-9.2.3/NOTICE +5 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/PKG-INFO +4 -4
- {diff_cover-9.2.2 → diff_cover-9.2.3}/pyproject.toml +4 -4
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pycodestyle_violations_report_external_css.html +2 -2
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet.css +2 -2
- {diff_cover-9.2.2 → diff_cover-9.2.3}/LICENSE +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/README.rst +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/__init__.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/command_runner.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/config_parser.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/diff_cover_tool.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/diff_quality_tool.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/diff_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/git_diff.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/git_path.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/hook.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/hookspecs.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/report_generator.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/snippets.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/console_coverage_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/console_quality_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/external_style.css +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/html_coverage_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/html_quality_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/markdown_coverage_report.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/markdown_quality_report.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/snippet_content.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/snippet_content.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/snippet_content.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/templates/snippet_style.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/util.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/violationsreporters/__init__.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/violationsreporters/base.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/violationsreporters/java_violations_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/violationsreporters/violations_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/__init__.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/add_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/add_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/changed_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/changed_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/coverage.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/coverage1.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/coverage2.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/coverage_missing_lines.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/delete_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/delete_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/dotnet_coverage.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/dotnet_coverage_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/empty.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/empty_pycodestyle_violations.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/expand_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/external_css_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/external_style.css +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_add.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_changed.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_code_dupe.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_delete.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_dotnet.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_external_css.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_lua.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_moved.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_mult.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_subdir.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_unicode.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_violations.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/git_diff_violations_two_files.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/hello.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/hi.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/html_report_empty.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/html_report_one_snippet.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/html_report_two_snippets.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/lcov.info +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/lua_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/luacoverage.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/markdown_report_one_snippet.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/markdown_report_two_snippets.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/moved_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/moved_coverage.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/moved_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/mult_inputs_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/mult_inputs_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pycodestyle_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pycodestyle_violations_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pycodestyle_violations_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pyflakes_two_files.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pyflakes_violations_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pyflakes_violations_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_dupe.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_dupe_violations_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_violations_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_violations_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylint_violations_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pylintrc +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/show_uncovered_lines_console.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_8859.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_arabic_output.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_default.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_invalid_violations.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_list.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_list.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_list2.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_list3.md +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_no_filename_ext.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_src.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_src2.cpp +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_src3.cpp +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_unicode.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_unicode.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/snippet_unicode_html_output.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/subdir_coverage_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/subdir_coverage_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/test_src.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/unicode_console_report.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/unicode_coverage.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/unicode_html_report.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/unicode_test_src.txt +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/violations_test_file.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/helpers.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/snippet_list_unicode.html +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_clover_violations_reporter/test.xml +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_clover_violations_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_config_parser.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_diff_cover_main.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_diff_cover_tool.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_diff_quality_main.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_diff_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_git_diff.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_git_diff_file.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_git_path.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_integration.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_java_violations_reporter.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_report_generator.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_snippets.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_util.py +0 -0
- {diff_cover-9.2.2 → diff_cover-9.2.3}/tests/test_violations_reporter.py +0 -0
diff_cover-9.2.3/NOTICE
ADDED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: diff_cover
|
|
3
|
-
Version: 9.2.
|
|
3
|
+
Version: 9.2.3
|
|
4
4
|
Summary: Run coverage and linting reports on diffs
|
|
5
|
-
Home-page: https://github.com/Bachmann1234/diff-cover
|
|
6
5
|
License: Apache-2.0
|
|
7
6
|
Author: See Contributors
|
|
8
7
|
Requires-Python: >=3.9.17,<4.0.0
|
|
@@ -23,11 +22,12 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
23
22
|
Classifier: Topic :: Software Development :: Testing
|
|
24
23
|
Provides-Extra: toml
|
|
25
24
|
Requires-Dist: Jinja2 (>=2.7.1)
|
|
26
|
-
Requires-Dist: Pygments (>=2.
|
|
25
|
+
Requires-Dist: Pygments (>=2.19.1,<3.0.0)
|
|
27
26
|
Requires-Dist: chardet (>=3.0.0)
|
|
28
27
|
Requires-Dist: pluggy (>=0.13.1,<2)
|
|
29
28
|
Requires-Dist: setuptools (>=17.0.0) ; python_version < "3.8"
|
|
30
29
|
Requires-Dist: tomli (>=1.2.1) ; extra == "toml"
|
|
30
|
+
Project-URL: Homepage, https://github.com/Bachmann1234/diff-cover
|
|
31
31
|
Project-URL: Repository, https://github.com/Bachmann1234/diff-cover
|
|
32
32
|
Description-Content-Type: text/x-rst
|
|
33
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "diff_cover"
|
|
3
|
-
version = "9.2.
|
|
3
|
+
version = "9.2.3"
|
|
4
4
|
description = "Run coverage and linting reports on diffs"
|
|
5
5
|
authors = ["See Contributors"]
|
|
6
6
|
homepage = "https://github.com/Bachmann1234/diff-cover"
|
|
@@ -41,7 +41,7 @@ diff-quality = 'diff_cover.diff_quality_tool:main'
|
|
|
41
41
|
|
|
42
42
|
[tool.poetry.dependencies]
|
|
43
43
|
python = "^3.9.17"
|
|
44
|
-
Pygments = "^2.
|
|
44
|
+
Pygments = "^2.19.1"
|
|
45
45
|
Jinja2 = ">=2.7.1"
|
|
46
46
|
pluggy = ">=0.13.1,<2"
|
|
47
47
|
chardet = ">=3.0.0"
|
|
@@ -55,10 +55,10 @@ pytest-mock = "^3.14.0"
|
|
|
55
55
|
pycodestyle = ">=2.9.1"
|
|
56
56
|
flake8 = "^5.0.4"
|
|
57
57
|
pyflakes = "^2.5.0"
|
|
58
|
-
pylint = "^3.3.
|
|
58
|
+
pylint = "^3.3.4"
|
|
59
59
|
pylint-pytest = "^1.1.8"
|
|
60
60
|
pydocstyle = "^6.1.1"
|
|
61
|
-
black = "^
|
|
61
|
+
black = "^25.1.0"
|
|
62
62
|
isort = "^5.13.2"
|
|
63
63
|
doc8 = "1.1.2"
|
|
64
64
|
|
{diff_cover-9.2.2 → diff_cover-9.2.3}/tests/fixtures/pycodestyle_violations_report_external_css.html
RENAMED
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
<span class="normal"> 9</span>
|
|
47
47
|
<span class="normal">10</span>
|
|
48
48
|
<span class="normal">11</span>
|
|
49
|
-
<span class="normal">12</span></pre></div></td><td class="code"><div><pre><span></span><a id="violations_test_file.py-1" name="violations_test_file.py-1"></a><span class="k">def</span>
|
|
49
|
+
<span class="normal">12</span></pre></div></td><td class="code"><div><pre><span></span><a id="violations_test_file.py-1" name="violations_test_file.py-1"></a><span class="k">def</span><span class="w"> </span><span class="nf">func_1</span><span class="p">(</span><span class="n">apple</span><span class="p">,</span> <span class="n">my_list</span><span class="p">):</span>
|
|
50
50
|
<a id="violations_test_file.py-2" name="violations_test_file.py-2"></a><span class="hll"> <span class="k">if</span> <span class="n">apple</span><span class="o"><</span><span class="mi">10</span><span class="p">:</span>
|
|
51
51
|
</span><a id="violations_test_file.py-3" name="violations_test_file.py-3"></a> <span class="c1"># Do something </span>
|
|
52
52
|
<a id="violations_test_file.py-4" name="violations_test_file.py-4"></a> <span class="n">my_list</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">apple</span><span class="p">)</span>
|
|
53
53
|
<a id="violations_test_file.py-5" name="violations_test_file.py-5"></a> <span class="k">return</span> <span class="n">my_list</span><span class="p">[</span><span class="mi">1</span><span class="p">:]</span>
|
|
54
|
-
<a id="violations_test_file.py-6" name="violations_test_file.py-6"></a><span class="hll"><span class="k">def</span>
|
|
54
|
+
<a id="violations_test_file.py-6" name="violations_test_file.py-6"></a><span class="hll"><span class="k">def</span><span class="w"> </span><span class="nf">func_2</span><span class="p">(</span><span class="n">spongebob</span><span class="p">,</span> <span class="n">squarepants</span><span class="p">):</span>
|
|
55
55
|
</span><a id="violations_test_file.py-7" name="violations_test_file.py-7"></a><span class="w"> </span><span class="sd">"""A less messy function"""</span>
|
|
56
56
|
<a id="violations_test_file.py-8" name="violations_test_file.py-8"></a> <span class="k">for</span> <span class="n">char</span> <span class="ow">in</span> <span class="n">spongebob</span><span class="p">:</span>
|
|
57
57
|
<a id="violations_test_file.py-9" name="violations_test_file.py-9"></a> <span class="k">if</span> <span class="n">char</span> <span class="ow">in</span> <span class="n">squarepants</span><span class="p">:</span>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.hll { background-color: #ffcccc }
|
|
2
2
|
.c { color: #3D7B7B; font-style: italic } /* Comment */
|
|
3
3
|
.k { color: #008000; font-weight: bold } /* Keyword */
|
|
4
|
-
.o { color: #
|
|
5
|
-
.m { color: #
|
|
4
|
+
.o { color: #666 } /* Operator */
|
|
5
|
+
.m { color: #666 } /* Literal.Number */
|
|
6
6
|
.s { color: #BA2121 } /* Literal.String */
|
|
7
7
|
.na { color: #687822 } /* Name.Attribute */
|
|
8
8
|
.nb { color: #008000 } /* Name.Builtin */
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{diff_cover-9.2.2 → diff_cover-9.2.3}/diff_cover/violationsreporters/java_violations_reporter.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|