ScriptCollection 3.5.144__py3-none-any.whl → 3.5.146__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.
- ScriptCollection/ScriptCollectionCore.py +1 -1
- ScriptCollection/TasksForCommonProjectStructure.py +3 -1
- {scriptcollection-3.5.144.dist-info → scriptcollection-3.5.146.dist-info}/METADATA +3 -3
- {scriptcollection-3.5.144.dist-info → scriptcollection-3.5.146.dist-info}/RECORD +7 -7
- {scriptcollection-3.5.144.dist-info → scriptcollection-3.5.146.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.144.dist-info → scriptcollection-3.5.146.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.144.dist-info → scriptcollection-3.5.146.dist-info}/top_level.txt +0 -0
@@ -2149,9 +2149,11 @@ class TasksForCommonProjectStructure:
|
|
2149
2149
|
|
2150
2150
|
@GeneralUtilities.check_arguments
|
2151
2151
|
def set_version_of_openapigenerator(self, codeunit_folder: str, used_version: str = None) -> None:
|
2152
|
-
|
2152
|
+
target_folder: str = os.path.join(codeunit_folder, "Other", "Resources", "Dependencies", "OpenAPIGenerator")
|
2153
|
+
version_file = os.path.join(target_folder, "Version.txt")
|
2153
2154
|
if used_version is None:
|
2154
2155
|
used_version = self.get_latest_version_of_openapigenerator()
|
2156
|
+
GeneralUtilities.ensure_directory_exists(target_folder)
|
2155
2157
|
GeneralUtilities.ensure_file_exists(version_file)
|
2156
2158
|
GeneralUtilities.write_text_to_file(version_file, used_version)
|
2157
2159
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ScriptCollection
|
3
|
-
Version: 3.5.
|
3
|
+
Version: 3.5.146
|
4
4
|
Summary: The ScriptCollection is the place for reusable scripts.
|
5
5
|
Home-page: https://github.com/anionDev/ScriptCollection
|
6
6
|
Author: Marius Göcke
|
@@ -24,11 +24,11 @@ Requires-Python: >=3.10
|
|
24
24
|
Description-Content-Type: text/markdown
|
25
25
|
Requires-Dist: build>=1.2.2.post1
|
26
26
|
Requires-Dist: coverage>=7.9.1
|
27
|
-
Requires-Dist: cyclonedx-bom>=6.1.
|
27
|
+
Requires-Dist: cyclonedx-bom>=6.1.1
|
28
28
|
Requires-Dist: defusedxml>=0.7.1
|
29
29
|
Requires-Dist: keyboard>=0.13.5
|
30
30
|
Requires-Dist: lcov-cobertura>=2.1.1
|
31
|
-
Requires-Dist: lxml>=
|
31
|
+
Requires-Dist: lxml>=5.4.0
|
32
32
|
Requires-Dist: ntplib>=0.4.0
|
33
33
|
Requires-Dist: Pillow>=11.2.1
|
34
34
|
Requires-Dist: psutil>=7.0.0
|
@@ -7,11 +7,11 @@ ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4b
|
|
7
7
|
ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
|
8
8
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
9
9
|
ScriptCollection/SCLog.py,sha256=Dd2P8vH2PA830wAv6bchlMHHdGE_7At-F4WQY5w4XdA,4016
|
10
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
11
|
-
ScriptCollection/TasksForCommonProjectStructure.py,sha256=
|
10
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=4NaR1RMkWdhaYd8z2XpgsCoMSnK57xXm-d3qfxRgZlo,136482
|
11
|
+
ScriptCollection/TasksForCommonProjectStructure.py,sha256=4EfcaVh1az8YXyedjlGvEwakAgVJ6Qq0NoYFJPDSbRM,240627
|
12
12
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
scriptcollection-3.5.
|
14
|
-
scriptcollection-3.5.
|
15
|
-
scriptcollection-3.5.
|
16
|
-
scriptcollection-3.5.
|
17
|
-
scriptcollection-3.5.
|
13
|
+
scriptcollection-3.5.146.dist-info/METADATA,sha256=oyQjQJEN2N-60yQLQUHOJyw_n268J_6-k9lPhYh1iB8,7694
|
14
|
+
scriptcollection-3.5.146.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
15
|
+
scriptcollection-3.5.146.dist-info/entry_points.txt,sha256=AvmVO9iyWImExpvzL3YYQ9AOEiUIN9guPRRG_W_VNWY,4116
|
16
|
+
scriptcollection-3.5.146.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
17
|
+
scriptcollection-3.5.146.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|