ScriptCollection 3.5.154__py3-none-any.whl → 3.5.155__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/GeneralUtilities.py +2 -3
- ScriptCollection/ScriptCollectionCore.py +1 -1
- ScriptCollection/TasksForCommonProjectStructure.py +2 -2
- {scriptcollection-3.5.154.dist-info → scriptcollection-3.5.155.dist-info}/METADATA +1 -1
- {scriptcollection-3.5.154.dist-info → scriptcollection-3.5.155.dist-info}/RECORD +8 -8
- {scriptcollection-3.5.154.dist-info → scriptcollection-3.5.155.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.154.dist-info → scriptcollection-3.5.155.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.154.dist-info → scriptcollection-3.5.155.dist-info}/top_level.txt +0 -0
@@ -368,11 +368,10 @@ class GeneralUtilities:
|
|
368
368
|
@staticmethod
|
369
369
|
@check_arguments
|
370
370
|
def datetime_to_string_for_logfile_entry(datetime_object: datetime, add_timezone_info_to_log: bool = True) -> str:
|
371
|
-
base_pattern: str = "%Y-%m-%d %H:%M:%S"
|
372
371
|
if add_timezone_info_to_log:
|
373
|
-
return datetime_object.
|
372
|
+
return datetime_object.isoformat()
|
374
373
|
else:
|
375
|
-
return datetime_object.strftime(
|
374
|
+
return datetime_object.strftime("%Y-%m-%d %H:%M:%S")
|
376
375
|
|
377
376
|
@staticmethod
|
378
377
|
@check_arguments
|
@@ -2677,7 +2677,7 @@ class TasksForCommonProjectStructure:
|
|
2677
2677
|
sorted_codeunits = [codeunit for codeunit in sorted_codeunits if codeunit in codeunits]
|
2678
2678
|
project_version = self.get_version_of_project(repository_folder)
|
2679
2679
|
|
2680
|
-
message = f"Build codeunits in product {repository_name}... (Started: {GeneralUtilities.
|
2680
|
+
message = f"Build codeunits in product {repository_name}... (Started: {GeneralUtilities.datetime_to_string_for_logfile_entry(now_begin)})"
|
2681
2681
|
if note is not None:
|
2682
2682
|
message = f"{message} ({note})"
|
2683
2683
|
GeneralUtilities.write_message_to_stdout(message)
|
@@ -2720,7 +2720,7 @@ class TasksForCommonProjectStructure:
|
|
2720
2720
|
shutil.move(archive_file, target_folder)
|
2721
2721
|
|
2722
2722
|
now_end: datetime = datetime.now()
|
2723
|
-
message2 = f"Finished build codeunits in product {repository_name}. (Finished: {GeneralUtilities.
|
2723
|
+
message2 = f"Finished build codeunits in product {repository_name}. (Finished: {GeneralUtilities.datetime_to_string_for_logfile_entry(now_end)})"
|
2724
2724
|
if note is not None:
|
2725
2725
|
message2 = f"{message2} ({note})"
|
2726
2726
|
GeneralUtilities.write_message_to_stdout(message2)
|
@@ -1,17 +1,17 @@
|
|
1
1
|
ScriptCollection/CertificateUpdater.py,sha256=OAxrG21k_o3W3niOOGNSZzUPJlvolOWc1lRB2dMhc3g,9212
|
2
2
|
ScriptCollection/Executables.py,sha256=BojgHGBYn5QqpsdIgn8r8raxb8bE_BUyb-fZ_rCEN0A,37050
|
3
|
-
ScriptCollection/GeneralUtilities.py,sha256=
|
3
|
+
ScriptCollection/GeneralUtilities.py,sha256=E1Jjgf_Vdc8G4KhCSg7FnyP6R3jRNPpsUiZnjSQ-2zk,47962
|
4
4
|
ScriptCollection/ImageUpdater.py,sha256=qTe3yoqzQJY7LZdXBbjbWvrsSQaeHy1VwmOxaRzU2ig,29305
|
5
5
|
ScriptCollection/ProcessesRunner.py,sha256=3mu4ZxzZleQo0Op6o9EYTCFiJfb6kx5ov2YfZfT89mU,1395
|
6
6
|
ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4bQNM6RV6Y,2480
|
7
7
|
ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
|
8
8
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
9
9
|
ScriptCollection/SCLog.py,sha256=49NlLEmK_f-icw_uEPq9U3qv-oBTMRcIqSg3jaO8VsA,4360
|
10
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
11
|
-
ScriptCollection/TasksForCommonProjectStructure.py,sha256=
|
10
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=yLDK7zuBIW0K3y9tK53Bjt2zjEkLgEyKnDq4v0eo78k,139260
|
11
|
+
ScriptCollection/TasksForCommonProjectStructure.py,sha256=BGmhrkHPbSxo9CQYo1URbERROiDnJSEt5V-b1emX-wQ,247266
|
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.155.dist-info/METADATA,sha256=Y0a-2LHPG_-uCQpwJgXZjMu5rJczHCqu_IXRpLhguxU,7689
|
14
|
+
scriptcollection-3.5.155.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
15
|
+
scriptcollection-3.5.155.dist-info/entry_points.txt,sha256=yZlEK0r5Ie7xrSLdlWZgFqzLZiIctsIAUJvDCgrYBRo,4193
|
16
|
+
scriptcollection-3.5.155.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
17
|
+
scriptcollection-3.5.155.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|