wexample-wex-addon-dev-flutter 6.7.2__tar.gz → 6.8.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.
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/PKG-INFO +6 -6
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/README.md +3 -3
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/pyproject.toml +3 -3
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/workdir/flutter_workdir.py +1 -1
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/__init__.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/config_value/flutter_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/file/__init__.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/file/flutter_pubspec_yaml_file.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/flutter_addon_manager.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/py.typed +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/workdir/flutter_package_workdir.py +0 -0
- {wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/src/wexample_wex_addon_dev_flutter/workdir/flutter_packages_suite_workdir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-flutter
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.8.0
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,8 +12,8 @@ Requires-Python: >=3.10
|
|
|
12
12
|
Requires-Dist: attrs>=23.1.0
|
|
13
13
|
Requires-Dist: cattrs>=23.1.0
|
|
14
14
|
Requires-Dist: wexample-filestate-flutter>=6.6.0
|
|
15
|
-
Requires-Dist: wexample-wex-addon-ai>=
|
|
16
|
-
Requires-Dist: wexample-wex-addon-app>=
|
|
15
|
+
Requires-Dist: wexample-wex-addon-ai>=12.0.0
|
|
16
|
+
Requires-Dist: wexample-wex-addon-app>=28.0.0
|
|
17
17
|
Provides-Extra: dev
|
|
18
18
|
Requires-Dist: pytest; extra == "dev"
|
|
19
19
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
|
|
22
22
|
# wex_addon_dev_flutter
|
|
23
23
|
|
|
24
|
-
Version: 6.
|
|
24
|
+
Version: 6.8.0
|
|
25
25
|
|
|
26
26
|
Python dev addon for wex
|
|
27
27
|
|
|
@@ -104,8 +104,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
104
104
|
- attrs: >=23.1.0
|
|
105
105
|
- cattrs: >=23.1.0
|
|
106
106
|
- wexample-filestate-flutter: >=6.6.0
|
|
107
|
-
- wexample-wex-addon-ai: >=
|
|
108
|
-
- wexample-wex-addon-app: >=
|
|
107
|
+
- wexample-wex-addon-ai: >=12.0.0
|
|
108
|
+
- wexample-wex-addon-app: >=28.0.0
|
|
109
109
|
|
|
110
110
|
## Versioning & Compatibility Policy
|
|
111
111
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_flutter
|
|
2
2
|
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.8.0
|
|
4
4
|
|
|
5
5
|
Python dev addon for wex
|
|
6
6
|
|
|
@@ -83,8 +83,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
83
83
|
- attrs: >=23.1.0
|
|
84
84
|
- cattrs: >=23.1.0
|
|
85
85
|
- wexample-filestate-flutter: >=6.6.0
|
|
86
|
-
- wexample-wex-addon-ai: >=
|
|
87
|
-
- wexample-wex-addon-app: >=
|
|
86
|
+
- wexample-wex-addon-ai: >=12.0.0
|
|
87
|
+
- wexample-wex-addon-app: >=28.0.0
|
|
88
88
|
|
|
89
89
|
## Versioning & Compatibility Policy
|
|
90
90
|
|
{wexample_wex_addon_dev_flutter-6.7.2 → wexample_wex_addon_dev_flutter-6.8.0}/pyproject.toml
RENAMED
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "wexample-wex-addon-dev-flutter"
|
|
9
|
-
version = "6.
|
|
9
|
+
version = "6.8.0"
|
|
10
10
|
description = "Python dev addon for wex"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "weeger", email = "contact@wexample.com" },
|
|
@@ -21,8 +21,8 @@ dependencies = [
|
|
|
21
21
|
"attrs>=23.1.0",
|
|
22
22
|
"cattrs>=23.1.0",
|
|
23
23
|
"wexample-filestate-flutter>=6.6.0",
|
|
24
|
-
"wexample-wex-addon-ai>=
|
|
25
|
-
"wexample-wex-addon-app>=
|
|
24
|
+
"wexample-wex-addon-ai>=12.0.0",
|
|
25
|
+
"wexample-wex-addon-app>=28.0.0",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.readme]
|
|
@@ -153,7 +153,7 @@ class FlutterWorkdir(WithAiWorkdirMixin, WithLicenseWorkdirMixin, CodeBaseWorkdi
|
|
|
153
153
|
def _safe_shell(self, cmd, cwd) -> None:
|
|
154
154
|
import subprocess
|
|
155
155
|
|
|
156
|
-
from wexample_helpers.
|
|
156
|
+
from wexample_helpers.helper.shell import shell_run
|
|
157
157
|
|
|
158
158
|
try:
|
|
159
159
|
shell_run(cmd, inherit_stdio=True, cwd=cwd)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|