agr-opentui 0.3.2__tar.gz → 0.3.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.
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/renovate.json5 +6 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/workflows/bump-version.yml +1 -1
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/workflows/publish-pypi.yml +10 -2
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/Makefile +5 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/PKG-INFO +3 -3
- agr_opentui-0.3.3/agr_opentui/bin/agr-opentui +0 -0
- agr_opentui-0.3.3/agr_opentui/cli.py +28 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/pyproject.toml +11 -3
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/uv.lock +16 -2
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/CODEOWNERS +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/workflows/build-bin.yml +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.github/workflows/ci.yml +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/.gitignore +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/README.md +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/agr_opentui/__init__.py +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/agr_opentui/bridge.py +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/bun.lock +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/bunfig.toml +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/package.json +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/skills.json +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/app.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/app_logic.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/commands.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/deps.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/main.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/runtime/doctor.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/runtime/handlers.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/runtime/modal_input_handler.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/add_flow.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/agr.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/agr_actions.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/clipboard.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/data.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/discover_filter.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/discover_labels.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/feedback.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/handle_match.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/input_mode.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/navigation.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/preview.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_actions.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_all.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_details.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_footer.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_help.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_list.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_missing_config.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_preview.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_run_modal.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_run_options.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_tabs.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_update_confirm.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/render_verify.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/runtime_ops.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/selection.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/skills_file.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/skills_source.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/ui_feedback.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/update.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/verify.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/verify_coordinator.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/services/visible_items.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/state.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/ui/controller.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/ui/layout.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/ui/render.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/ui/rows_render.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/src/ui.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/add_flow_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/agr_actions.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/agr_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/app_logic.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/clipboard_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/commands_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/data_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/discover_filter_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/discover_labels.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/feedback_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/handle_match_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/input_mode_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/navigation_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/preview_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_actions_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_all_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_details_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_footer_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_help_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_list_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_missing_config_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_preview_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_run_modal_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_run_options_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_tabs_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_update_confirm_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/render_verify_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/rows_render.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/runtime_doctor.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/runtime_handlers.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/runtime_ops_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/selection_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/skills_file_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/skills_source.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/ui_controller.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/ui_feedback_adapter.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/update_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/verify_coordinator_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/verify_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/test/visible_items_service.test.ts +0 -0
- {agr_opentui-0.3.2 → agr_opentui-0.3.3}/tsconfig.json +0 -0
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
schedule: ["before 6am on monday"],
|
|
10
10
|
labels: ["dependencies"],
|
|
11
11
|
rangeStrategy: "bump",
|
|
12
|
+
ignoreDeps: ["python"],
|
|
12
13
|
packageRules: [
|
|
14
|
+
{
|
|
15
|
+
description: "Never auto-update declared Python runtime constraints",
|
|
16
|
+
matchDepNames: ["python"],
|
|
17
|
+
enabled: false
|
|
18
|
+
},
|
|
13
19
|
{
|
|
14
20
|
matchCategories: ["python"],
|
|
15
21
|
groupName: "all python dependencies",
|
|
@@ -61,12 +61,20 @@ jobs:
|
|
|
61
61
|
- name: Setup Python
|
|
62
62
|
uses: actions/setup-python@v6
|
|
63
63
|
with:
|
|
64
|
-
python-version: "3.
|
|
64
|
+
python-version: "3.10"
|
|
65
|
+
|
|
66
|
+
- name: Setup Bun
|
|
67
|
+
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
|
|
68
|
+
with:
|
|
69
|
+
bun-version: "1.3.8"
|
|
70
|
+
|
|
71
|
+
- name: Install Bun dependencies
|
|
72
|
+
run: bun install
|
|
65
73
|
|
|
66
74
|
- name: Build package
|
|
67
75
|
run: |
|
|
68
76
|
python -m pip install --upgrade pip build
|
|
69
|
-
|
|
77
|
+
make py-build
|
|
70
78
|
|
|
71
79
|
- name: Upload dist artifacts
|
|
72
80
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
|
@@ -22,6 +22,11 @@ check:
|
|
|
22
22
|
|
|
23
23
|
py-build:
|
|
24
24
|
rm -rf $(DIST_DIR)
|
|
25
|
+
mkdir -p agr_opentui/bin
|
|
26
|
+
rm -f agr_opentui/bin/agr-opentui
|
|
27
|
+
$(BUN) run build
|
|
28
|
+
cp $(OUT) agr_opentui/bin/agr-opentui
|
|
29
|
+
chmod +x agr_opentui/bin/agr-opentui
|
|
25
30
|
$(PYTHON) -m build
|
|
26
31
|
|
|
27
32
|
py-publish: py-build
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agr-opentui
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: OpenTUI frontend for agr
|
|
5
5
|
Project-URL: Homepage, https://github.com/RelativeSure/agr-opentui
|
|
6
6
|
Project-URL: Repository, https://github.com/RelativeSure/agr-opentui
|
|
@@ -14,10 +14,10 @@ Classifier: Intended Audience :: Developers
|
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
18
|
Classifier: Topic :: Software Development :: Build Tools
|
|
19
19
|
Classifier: Topic :: Utilities
|
|
20
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.10
|
|
21
21
|
Requires-Dist: agr>=0.7.4
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
Binary file
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""CLI launcher for the packaged OpenTUI binary."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
import os
|
|
6
|
+
import sys
|
|
7
|
+
from pathlib import Path
|
|
8
|
+
|
|
9
|
+
_BINARY_NAME = "agr-opentui"
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def _binary_path() -> Path:
|
|
13
|
+
return Path(__file__).resolve().parent / "bin" / _BINARY_NAME
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def main() -> None:
|
|
17
|
+
binary = _binary_path()
|
|
18
|
+
if not binary.exists():
|
|
19
|
+
raise SystemExit(
|
|
20
|
+
"agr-opentui binary is not bundled in this build. "
|
|
21
|
+
"Install a wheel that includes the binary for your platform."
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
os.execv(str(binary), [str(binary), *sys.argv[1:]])
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
if __name__ == "__main__":
|
|
28
|
+
main()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "agr-opentui"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.3"
|
|
4
4
|
description = "OpenTUI frontend for agr"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -15,15 +15,18 @@ classifiers = [
|
|
|
15
15
|
"License :: OSI Approved :: MIT License",
|
|
16
16
|
"Operating System :: OS Independent",
|
|
17
17
|
"Programming Language :: Python :: 3",
|
|
18
|
-
"Programming Language :: Python :: 3.
|
|
18
|
+
"Programming Language :: Python :: 3.10",
|
|
19
19
|
"Topic :: Software Development :: Build Tools",
|
|
20
20
|
"Topic :: Utilities",
|
|
21
21
|
]
|
|
22
|
-
requires-python = ">=3.
|
|
22
|
+
requires-python = ">=3.10"
|
|
23
23
|
dependencies = [
|
|
24
24
|
"agr>=0.7.4",
|
|
25
25
|
]
|
|
26
26
|
|
|
27
|
+
[project.scripts]
|
|
28
|
+
agr-opentui = "agr_opentui.cli:main"
|
|
29
|
+
|
|
27
30
|
[project.urls]
|
|
28
31
|
Homepage = "https://github.com/RelativeSure/agr-opentui"
|
|
29
32
|
Repository = "https://github.com/RelativeSure/agr-opentui"
|
|
@@ -32,3 +35,8 @@ Issues = "https://github.com/RelativeSure/agr-opentui/issues"
|
|
|
32
35
|
[build-system]
|
|
33
36
|
requires = ["hatchling"]
|
|
34
37
|
build-backend = "hatchling.build"
|
|
38
|
+
|
|
39
|
+
[tool.hatch.build]
|
|
40
|
+
artifacts = [
|
|
41
|
+
"agr_opentui/bin/agr-opentui",
|
|
42
|
+
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
revision = 3
|
|
3
|
-
requires-python = ">=3.
|
|
3
|
+
requires-python = ">=3.10"
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "agr"
|
|
@@ -19,7 +19,7 @@ wheels = [
|
|
|
19
19
|
|
|
20
20
|
[[package]]
|
|
21
21
|
name = "agr-opentui"
|
|
22
|
-
version = "0.3.
|
|
22
|
+
version = "0.3.3"
|
|
23
23
|
source = { editable = "." }
|
|
24
24
|
dependencies = [
|
|
25
25
|
{ name = "agr" },
|
|
@@ -33,7 +33,9 @@ name = "anyio"
|
|
|
33
33
|
version = "4.12.1"
|
|
34
34
|
source = { registry = "https://pypi.org/simple" }
|
|
35
35
|
dependencies = [
|
|
36
|
+
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
|
|
36
37
|
{ name = "idna" },
|
|
38
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
37
39
|
]
|
|
38
40
|
sdist = { url = "https://files.pythonhosted.org/packages/96/f0/5eb65b2bb0d09ac6776f2eb54adee6abe8228ea05b20a5ad0e4945de8aac/anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703", size = 228685, upload-time = "2026-01-06T11:45:21.246Z" }
|
|
39
41
|
wheels = [
|
|
@@ -70,6 +72,18 @@ wheels = [
|
|
|
70
72
|
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
|
71
73
|
]
|
|
72
74
|
|
|
75
|
+
[[package]]
|
|
76
|
+
name = "exceptiongroup"
|
|
77
|
+
version = "1.3.1"
|
|
78
|
+
source = { registry = "https://pypi.org/simple" }
|
|
79
|
+
dependencies = [
|
|
80
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
81
|
+
]
|
|
82
|
+
sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" }
|
|
83
|
+
wheels = [
|
|
84
|
+
{ url = "https://files.pythonhosted.org/packages/8a/0e/97c33bf5009bdbac74fd2beace167cab3f978feb69cc36f1ef79360d6c4e/exceptiongroup-1.3.1-py3-none-any.whl", hash = "sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598", size = 16740, upload-time = "2025-11-21T23:01:53.443Z" },
|
|
85
|
+
]
|
|
86
|
+
|
|
73
87
|
[[package]]
|
|
74
88
|
name = "h11"
|
|
75
89
|
version = "0.16.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|