ScriptCollection 3.5.145__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.
@@ -33,7 +33,7 @@ from .ProgramRunnerPopen import ProgramRunnerPopen
33
33
  from .ProgramRunnerEpew import ProgramRunnerEpew, CustomEpewArgument
34
34
  from .SCLog import SCLog, LogLevel
35
35
 
36
- version = "3.5.145"
36
+ version = "3.5.146"
37
37
  __version__ = version
38
38
 
39
39
 
@@ -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
- version_file = os.path.join(codeunit_folder, "Other", "Resources", "Dependencies", "OpenAPIGenerator", "Version.txt")
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.145
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
@@ -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=tOq9F-M67dtxpYGys5EfRdSoPmF-pz8jB6I4_c9ERIk,136482
11
- ScriptCollection/TasksForCommonProjectStructure.py,sha256=AP-hy9fvAZsXvd90r9fhG1wNAL248Rbh7KkmdKg8eJg,240506
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.145.dist-info/METADATA,sha256=2PyBdaKO6Hjd3veste7PWqvAYDjB_7sbWl3_DbRwUsM,7694
14
- scriptcollection-3.5.145.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- scriptcollection-3.5.145.dist-info/entry_points.txt,sha256=AvmVO9iyWImExpvzL3YYQ9AOEiUIN9guPRRG_W_VNWY,4116
16
- scriptcollection-3.5.145.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
17
- scriptcollection-3.5.145.dist-info/RECORD,,
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,,