spl-core 4.4.0__py3-none-any.whl → 4.5.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.
- spl_core/__init__.py +1 -1
- spl_core/common/command_line_executor.py +3 -0
- {spl_core-4.4.0.dist-info → spl_core-4.5.0.dist-info}/METADATA +6 -2
- {spl_core-4.4.0.dist-info → spl_core-4.5.0.dist-info}/RECORD +7 -7
- {spl_core-4.4.0.dist-info → spl_core-4.5.0.dist-info}/LICENSE +0 -0
- {spl_core-4.4.0.dist-info → spl_core-4.5.0.dist-info}/WHEEL +0 -0
- {spl_core-4.4.0.dist-info → spl_core-4.5.0.dist-info}/entry_points.txt +0 -0
spl_core/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "4.
|
|
1
|
+
__version__ = "4.5.0"
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import locale
|
|
1
2
|
import subprocess
|
|
3
|
+
import sys
|
|
2
4
|
from pathlib import Path
|
|
3
5
|
from typing import Dict, List, Optional
|
|
4
6
|
|
|
@@ -42,6 +44,7 @@ class CommandLineExecutor:
|
|
|
42
44
|
text=True,
|
|
43
45
|
env=self.env,
|
|
44
46
|
universal_newlines=True,
|
|
47
|
+
encoding="cp850" if (locale.getlocale()[0] == "de_DE" and sys.platform == "win32") else "utf-8",
|
|
45
48
|
) as process:
|
|
46
49
|
if process.stdout:
|
|
47
50
|
for line in process.stdout:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: spl-core
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.5.0
|
|
4
4
|
Summary: Software Product Line Support for CMake
|
|
5
5
|
Home-page: https://github.com/avengineers/spl-core
|
|
6
6
|
License: MIT
|
|
@@ -21,9 +21,13 @@ Requires-Dist: doxysphinx (>=3.3.7,<4.0.0)
|
|
|
21
21
|
Requires-Dist: gcovr
|
|
22
22
|
Requires-Dist: hammocking
|
|
23
23
|
Requires-Dist: kconfiglib
|
|
24
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: mlx-traceability (>=10.0.0,<11.0.0)
|
|
25
|
+
Requires-Dist: myst-parser (>=0.16)
|
|
26
|
+
Requires-Dist: py-app-dev (>=2.1,<3.0)
|
|
25
27
|
Requires-Dist: sphinx (>=7.3.5,<8.0.0)
|
|
28
|
+
Requires-Dist: sphinx-book-theme (>=1.1.2,<2.0.0)
|
|
26
29
|
Requires-Dist: sphinx-copybutton (>=0.5.2,<0.6.0)
|
|
30
|
+
Requires-Dist: sphinx-design (>=0.5.0,<0.6.0)
|
|
27
31
|
Requires-Dist: sphinx-needs (>=2.0.0,<3.0.0)
|
|
28
32
|
Requires-Dist: sphinx-new-tab-link (>=0.4.0,<0.5.0)
|
|
29
33
|
Requires-Dist: sphinx-rtd-size (>=0.2.0,<0.3.0)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
spl_core/__init__.py,sha256=
|
|
1
|
+
spl_core/__init__.py,sha256=kasr7b-vOsk9-oG-TlLAfGiJiloadombYp2VxAPe1ck,22
|
|
2
2
|
spl_core/__run.py,sha256=DphnN7_Bjiw_mOOztsHxTDHS8snz1g2MMWAaJpZxPKM,361
|
|
3
3
|
spl_core/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
spl_core/common/command_line_executor.py,sha256=
|
|
4
|
+
spl_core/common/command_line_executor.py,sha256=GHIMpNiMD_eP44vq7L_HiC08aKt7lgW_wn_omU6REwQ,2217
|
|
5
5
|
spl_core/common/path.py,sha256=sDujd3n4XP1XGjHc7ImXEdjihO6A8BOIDbKCf7HgQ0Y,462
|
|
6
6
|
spl_core/gcov_maid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
spl_core/gcov_maid/gcov_maid.py,sha256=5rPIeL9daQDm5ad9xzaIhlDf_0H5g6r2zHo8WN8T4-8,1455
|
|
@@ -55,8 +55,8 @@ spl_core/kickstart/templates/project/tools/toolchains/gcc/toolchain.cmake,sha256
|
|
|
55
55
|
spl_core/main.py,sha256=_hL4j155WZMXog_755bgAH1PeUwvTdJZvVdVw9EWhvo,1225
|
|
56
56
|
spl_core/test_utils/base_variant_test_runner.py,sha256=4ugideRMJqj1oaSboMSK7qZnAwg3O8Ysk23SdIi_t1o,3221
|
|
57
57
|
spl_core/test_utils/spl_build.py,sha256=TtYFTY94Fa9eXdtY9NavrCulx-NEONRm81GSLHGB_yQ,5599
|
|
58
|
-
spl_core-4.
|
|
59
|
-
spl_core-4.
|
|
60
|
-
spl_core-4.
|
|
61
|
-
spl_core-4.
|
|
62
|
-
spl_core-4.
|
|
58
|
+
spl_core-4.5.0.dist-info/LICENSE,sha256=UjjA0o8f5tT3wVm7qodTLAhPWLl6kgVyn9FPAd1VeYY,1099
|
|
59
|
+
spl_core-4.5.0.dist-info/METADATA,sha256=THU-H9NuQY4OqpfJCazc0RIP0riZy5k8RBLbEyPy4y8,5233
|
|
60
|
+
spl_core-4.5.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
61
|
+
spl_core-4.5.0.dist-info/entry_points.txt,sha256=18_sdVY93N1GVBiAHxQ_F9ZM-bBvOmVMOMn7PNe2EqU,45
|
|
62
|
+
spl_core-4.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|