wexample-wex-addon-dev-python 8.0.0__py3-none-any.whl → 8.1.0__py3-none-any.whl
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_python/file/python_pyproject_toml_file.py +1 -1
- wexample_wex_addon_dev_python/workdir/python_package_workdir.py +2 -2
- {wexample_wex_addon_dev_python-8.0.0.dist-info → wexample_wex_addon_dev_python-8.1.0.dist-info}/METADATA +4 -4
- {wexample_wex_addon_dev_python-8.0.0.dist-info → wexample_wex_addon_dev_python-8.1.0.dist-info}/RECORD +6 -6
- {wexample_wex_addon_dev_python-8.0.0.dist-info → wexample_wex_addon_dev_python-8.1.0.dist-info}/WHEEL +0 -0
- {wexample_wex_addon_dev_python-8.0.0.dist-info → wexample_wex_addon_dev_python-8.1.0.dist-info}/entry_points.txt +0 -0
|
@@ -81,7 +81,7 @@ class PythonPyprojectTomlFile(AppDependenciesConfigFileMixin, TomlFile):
|
|
|
81
81
|
workdir = self.get_parent_item()
|
|
82
82
|
import_name = workdir.get_package_import_name()
|
|
83
83
|
project_name = workdir.get_package_name()
|
|
84
|
-
project_version = workdir.
|
|
84
|
+
project_version = workdir.get_setup_version()
|
|
85
85
|
|
|
86
86
|
self._enforce_build_system(content)
|
|
87
87
|
self._enforce_pdm_build(content, import_name)
|
|
@@ -402,7 +402,7 @@ class PythonPackageWorkdir(PythonWorkdir):
|
|
|
402
402
|
).get_str_or_none()
|
|
403
403
|
|
|
404
404
|
package_name = self.get_package_name()
|
|
405
|
-
version = self.
|
|
405
|
+
version = self.get_setup_version()
|
|
406
406
|
|
|
407
407
|
# Private GitLab registry: trigger CI by pushing a git tag
|
|
408
408
|
if repository_url:
|
|
@@ -477,7 +477,7 @@ class PythonPackageWorkdir(PythonWorkdir):
|
|
|
477
477
|
)
|
|
478
478
|
|
|
479
479
|
package = self.get_package_name()
|
|
480
|
-
version = self.
|
|
480
|
+
version = self.get_setup_version()
|
|
481
481
|
|
|
482
482
|
base = repository_url.rstrip("/")
|
|
483
483
|
url = f"{base}/simple/{package}/"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-python
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.1.0
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -16,7 +16,7 @@ Requires-Dist: networkx
|
|
|
16
16
|
Requires-Dist: pylint
|
|
17
17
|
Requires-Dist: pyright
|
|
18
18
|
Requires-Dist: wexample-filestate-python>=6.4.0
|
|
19
|
-
Requires-Dist: wexample-wex-addon-app>=
|
|
19
|
+
Requires-Dist: wexample-wex-addon-app>=16.2.0
|
|
20
20
|
Provides-Extra: dev
|
|
21
21
|
Requires-Dist: pytest; extra == "dev"
|
|
22
22
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
|
|
25
25
|
# wex_addon_dev_python
|
|
26
26
|
|
|
27
|
-
Version: 8.
|
|
27
|
+
Version: 8.1.0
|
|
28
28
|
|
|
29
29
|
Python dev addon for wex
|
|
30
30
|
|
|
@@ -111,7 +111,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
111
111
|
- pylint:
|
|
112
112
|
- pyright:
|
|
113
113
|
- wexample-filestate-python: >=6.4.0
|
|
114
|
-
- wexample-wex-addon-app: >=
|
|
114
|
+
- wexample-wex-addon-app: >=16.2.0
|
|
115
115
|
|
|
116
116
|
## Versioning & Compatibility Policy
|
|
117
117
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
wexample_wex_addon_dev_python-8.
|
|
2
|
-
wexample_wex_addon_dev_python-8.
|
|
3
|
-
wexample_wex_addon_dev_python-8.
|
|
1
|
+
wexample_wex_addon_dev_python-8.1.0.dist-info/METADATA,sha256=fYcWZYdNO6mUghq-n8R4FD13xC_4GDxmmljfp6vvsjo,11755
|
|
2
|
+
wexample_wex_addon_dev_python-8.1.0.dist-info/WHEEL,sha256=Z36eTX6lG3PITRleSd5hAZHCcz52yg3c0JQVxKBbLW0,90
|
|
3
|
+
wexample_wex_addon_dev_python-8.1.0.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
4
4
|
wexample_wex_addon_dev_python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
wexample_wex_addon_dev_python/__pycache__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
wexample_wex_addon_dev_python/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -29,7 +29,7 @@ wexample_wex_addon_dev_python/const/python.py,sha256=jxdPt5CnD0dcp4SmobEc_c7XcCk
|
|
|
29
29
|
wexample_wex_addon_dev_python/file/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
wexample_wex_addon_dev_python/file/__pycache__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
wexample_wex_addon_dev_python/file/python_app_iml_file.py,sha256=l6YHEILxSGFjOvYWY20zIyAODjOIfuyHsuCfSMw0jVE,1201
|
|
32
|
-
wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py,sha256=
|
|
32
|
+
wexample_wex_addon_dev_python/file/python_pyproject_toml_file.py,sha256=kXFnAcLfkj0dgNUCAnano_1N-z_uvgHYRiUdewn7JCY,15950
|
|
33
33
|
wexample_wex_addon_dev_python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
wexample_wex_addon_dev_python/helpers/pdm.py,sha256=s2j7qs7S2OBKjRuXM5URfPrzqksqKZceKgUR2kHmMCk,479
|
|
35
35
|
wexample_wex_addon_dev_python/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -62,7 +62,7 @@ wexample_wex_addon_dev_python/workdir/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
62
62
|
wexample_wex_addon_dev_python/workdir/__pycache__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
wexample_wex_addon_dev_python/workdir/mixin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
64
|
wexample_wex_addon_dev_python/workdir/mixin/with_profiling_python_workdir_mixin.py,sha256=rWf_AMq4YM_vvKYZiXyhFeAz2xg0KMt_u-1FJACtvjc,3042
|
|
65
|
-
wexample_wex_addon_dev_python/workdir/python_package_workdir.py,sha256=
|
|
65
|
+
wexample_wex_addon_dev_python/workdir/python_package_workdir.py,sha256=Bl3Jf2NqawSCUkH3Fi59QInF3JJVWpkaBzfQ86WFf6I,18835
|
|
66
66
|
wexample_wex_addon_dev_python/workdir/python_packages_suite_workdir.py,sha256=ICHHewLpsXiheYzGDEahphBryH98ZVezWzSAy6A5w5I,2874
|
|
67
67
|
wexample_wex_addon_dev_python/workdir/python_workdir.py,sha256=BCFARcJAAU8pidcB_3m4OIgIC0nmWYvwBW6FBT25HsM,19154
|
|
68
|
-
wexample_wex_addon_dev_python-8.
|
|
68
|
+
wexample_wex_addon_dev_python-8.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|