pypeline-runner 1.16.0__py3-none-any.whl → 1.16.1__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 -2
- {pypeline_runner-1.16.0.dist-info → pypeline_runner-1.16.1.dist-info}/METADATA +1 -1
- {pypeline_runner-1.16.0.dist-info → pypeline_runner-1.16.1.dist-info}/RECORD +7 -7
- {pypeline_runner-1.16.0.dist-info → pypeline_runner-1.16.1.dist-info}/LICENSE +0 -0
- {pypeline_runner-1.16.0.dist-info → pypeline_runner-1.16.1.dist-info}/WHEEL +0 -0
- {pypeline_runner-1.16.0.dist-info → pypeline_runner-1.16.1.dist-info}/entry_points.txt +0 -0
pypeline/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.16.
|
|
1
|
+
__version__ = "1.16.1"
|
pypeline/steps/create_venv.py
CHANGED
|
@@ -8,6 +8,7 @@ from mashumaro import DataClassDictMixin
|
|
|
8
8
|
from py_app_dev.core.exceptions import UserNotificationException
|
|
9
9
|
from py_app_dev.core.logging import logger
|
|
10
10
|
|
|
11
|
+
from pypeline import __version__
|
|
11
12
|
from pypeline.bootstrap.run import get_bootstrap_script
|
|
12
13
|
|
|
13
14
|
from ..domain.execution_context import ExecutionContext
|
|
@@ -91,14 +92,14 @@ class CreateVEnv(PipelineStep[ExecutionContext]):
|
|
|
91
92
|
|
|
92
93
|
def get_inputs(self) -> List[Path]:
|
|
93
94
|
package_manager_relevant_file = self.SUPPORTED_PACKAGE_MANAGERS.get(self.package_manager_name, [])
|
|
94
|
-
return [self.project_root_dir / file for file in package_manager_relevant_file]
|
|
95
|
+
return [self.project_root_dir / file for file in package_manager_relevant_file]
|
|
95
96
|
|
|
96
97
|
def get_outputs(self) -> List[Path]:
|
|
97
98
|
return [self.venv_dir]
|
|
98
99
|
|
|
99
100
|
def get_config(self) -> Optional[dict[str, str]]:
|
|
100
101
|
return {
|
|
101
|
-
"
|
|
102
|
+
"version": __version__,
|
|
102
103
|
"python_executable": self.python_executable,
|
|
103
104
|
"package_manager": self.package_manager,
|
|
104
105
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pypeline/__init__.py,sha256=
|
|
1
|
+
pypeline/__init__.py,sha256=vhCVkOpP49QwhvqtIDpwI9syYbmxe72X2L37kPeYGao,23
|
|
2
2
|
pypeline/__run.py,sha256=TCdaX05Qm3g8T4QYryKB25Xxf0L5Km7hFOHe1mK9vI0,350
|
|
3
3
|
pypeline/bootstrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
pypeline/bootstrap/run.py,sha256=iZS-VZGk2KnMRVOb3QuYPrTeINQqVdWkvgjEDpl8oQA,15927
|
|
@@ -21,12 +21,12 @@ pypeline/main.py,sha256=2mC2BDB1OWIXhaijBXG6Y1vfT8_yMZ4Dj55w5u7g7-w,4158
|
|
|
21
21
|
pypeline/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
pypeline/pypeline.py,sha256=-mquLfFlEvESk-HORhvjRMESIzdlVAgBLPjwUDOPLqg,7452
|
|
23
23
|
pypeline/steps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
-
pypeline/steps/create_venv.py,sha256=
|
|
24
|
+
pypeline/steps/create_venv.py,sha256=ydRZ0gu7AKopWT1XkUBQw4kbepfgW9pj5a8P45hlob4,4839
|
|
25
25
|
pypeline/steps/env_setup_script.py,sha256=u08A6pvMccFQbcnU0xruFvpU30PbDrttnbOjl1gDqog,2340
|
|
26
26
|
pypeline/steps/scoop_install.py,sha256=DDXBD-5TVaT-u6Yf7A85uWoCgBVmLvj9nPGrZ8OQCz0,3853
|
|
27
27
|
pypeline/steps/west_install.py,sha256=hPyr28ksdKsQ0tv0gMNytzupgk1IgjN9CpmaBdX5zps,1947
|
|
28
|
-
pypeline_runner-1.16.
|
|
29
|
-
pypeline_runner-1.16.
|
|
30
|
-
pypeline_runner-1.16.
|
|
31
|
-
pypeline_runner-1.16.
|
|
32
|
-
pypeline_runner-1.16.
|
|
28
|
+
pypeline_runner-1.16.1.dist-info/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
|
|
29
|
+
pypeline_runner-1.16.1.dist-info/METADATA,sha256=MSmrSBNOgckKxcKnnf3_P1GLG6z-XpBvyqANvVOabIU,7553
|
|
30
|
+
pypeline_runner-1.16.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
31
|
+
pypeline_runner-1.16.1.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
|
|
32
|
+
pypeline_runner-1.16.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|