pypeline-runner 1.10.0__py3-none-any.whl → 1.11.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.
- pypeline/__init__.py +1 -1
- pypeline/steps/create_venv.py +3 -0
- pypeline/steps/scoop_install.py +2 -0
- {pypeline_runner-1.10.0.dist-info → pypeline_runner-1.11.0.dist-info}/METADATA +2 -2
- {pypeline_runner-1.10.0.dist-info → pypeline_runner-1.11.0.dist-info}/RECORD +8 -8
- {pypeline_runner-1.10.0.dist-info → pypeline_runner-1.11.0.dist-info}/LICENSE +0 -0
- {pypeline_runner-1.10.0.dist-info → pypeline_runner-1.11.0.dist-info}/WHEEL +0 -0
- {pypeline_runner-1.10.0.dist-info → pypeline_runner-1.11.0.dist-info}/entry_points.txt +0 -0
pypeline/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.
|
|
1
|
+
__version__ = "1.11.0"
|
pypeline/steps/create_venv.py
CHANGED
pypeline/steps/scoop_install.py
CHANGED
|
@@ -68,7 +68,9 @@ class ScoopInstall(PipelineStep[ExecutionContext]):
|
|
|
68
68
|
def run(self) -> int:
|
|
69
69
|
self.logger.debug(f"Run {self.get_name()} step. Output dir: {self.output_dir}")
|
|
70
70
|
installed_apps = create_scoop_wrapper().install(self.scoop_file)
|
|
71
|
+
self.logger.debug("Installed apps:")
|
|
71
72
|
for app in installed_apps:
|
|
73
|
+
self.logger.debug(f" - {app.name} ({app.version})")
|
|
72
74
|
self.install_dirs.extend(app.get_all_required_paths())
|
|
73
75
|
self.execution_info.to_json_file(self.execution_info_file)
|
|
74
76
|
return 0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pypeline-runner
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.0
|
|
4
4
|
Summary: Configure and execute pipelines with Python (similar to GitHub workflows or Jenkins pipelines).
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: cuinixam
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries
|
|
20
|
-
Requires-Dist: py-app-dev (>=2.
|
|
20
|
+
Requires-Dist: py-app-dev (>=2.10,<3.0)
|
|
21
21
|
Requires-Dist: pyyaml (>=6.0,<7.0)
|
|
22
22
|
Requires-Dist: typer (>=0,<1)
|
|
23
23
|
Project-URL: Bug Tracker, https://github.com/cuinixam/pypeline/issues
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pypeline/__init__.py,sha256=
|
|
1
|
+
pypeline/__init__.py,sha256=uTVPjS5n_41_n-e8UW1W9n8Wt-3YLQI1WS0r4xGphOk,23
|
|
2
2
|
pypeline/__run.py,sha256=TCdaX05Qm3g8T4QYryKB25Xxf0L5Km7hFOHe1mK9vI0,350
|
|
3
3
|
pypeline/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pypeline/domain/artifacts.py,sha256=5k7cVfHhLmvWXNuHKxXb9ca4Lxu0JytGQqazENCeKEU,1404
|
|
@@ -22,12 +22,12 @@ pypeline/main.py,sha256=Xk92H0z7z-WnrC6qdSrD5xHlTN65WDc64lSs6M4Jn_g,3324
|
|
|
22
22
|
pypeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
pypeline/pypeline.py,sha256=-mquLfFlEvESk-HORhvjRMESIzdlVAgBLPjwUDOPLqg,7452
|
|
24
24
|
pypeline/steps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
pypeline/steps/create_venv.py,sha256=
|
|
25
|
+
pypeline/steps/create_venv.py,sha256=sajEl43Yqcd1f0BN9lZOhm93UIRXj4Qx4TdAOSxLkTU,2509
|
|
26
26
|
pypeline/steps/env_setup_script.py,sha256=j6wrrnZSXXu1fq01zUdgiFBTTlpR4XXl_uMWwVCcQSI,2221
|
|
27
|
-
pypeline/steps/scoop_install.py,sha256=
|
|
27
|
+
pypeline/steps/scoop_install.py,sha256=TIrU2hPCS3SzHc2_L2A2EgGFkTQIGdrconDUeNkMx64,3484
|
|
28
28
|
pypeline/steps/west_install.py,sha256=hPyr28ksdKsQ0tv0gMNytzupgk1IgjN9CpmaBdX5zps,1947
|
|
29
|
-
pypeline_runner-1.
|
|
30
|
-
pypeline_runner-1.
|
|
31
|
-
pypeline_runner-1.
|
|
32
|
-
pypeline_runner-1.
|
|
33
|
-
pypeline_runner-1.
|
|
29
|
+
pypeline_runner-1.11.0.dist-info/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
|
|
30
|
+
pypeline_runner-1.11.0.dist-info/METADATA,sha256=ggajX1hHht_OzArfOo-AskPyZN2aum8z6rExafdgYuw,7553
|
|
31
|
+
pypeline_runner-1.11.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
32
|
+
pypeline_runner-1.11.0.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
|
|
33
|
+
pypeline_runner-1.11.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|