ScriptCollection 3.5.115__py3-none-any.whl → 3.5.116__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 +4 -2
- {scriptcollection-3.5.115.dist-info → scriptcollection-3.5.116.dist-info}/METADATA +1 -1
- {scriptcollection-3.5.115.dist-info → scriptcollection-3.5.116.dist-info}/RECORD +7 -7
- {scriptcollection-3.5.115.dist-info → scriptcollection-3.5.116.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.115.dist-info → scriptcollection-3.5.116.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.115.dist-info → scriptcollection-3.5.116.dist-info}/top_level.txt +0 -0
@@ -1457,9 +1457,11 @@ class TasksForCommonProjectStructure:
|
|
1457
1457
|
sc.run_program("docker-pushrm", f"{repo}", codeunit_folder, verbosity=verbosity)
|
1458
1458
|
|
1459
1459
|
@GeneralUtilities.check_arguments
|
1460
|
-
def get_dependent_code_units(self, codeunit_file: str) ->
|
1460
|
+
def get_dependent_code_units(self, codeunit_file: str) -> list[str]:
|
1461
1461
|
root: etree._ElementTree = etree.parse(codeunit_file)
|
1462
|
-
|
1462
|
+
result = set(root.xpath('//cps:dependentcodeunit/text()', namespaces={'cps': 'https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/tree/main/Conventions/RepositoryStructure/CommonProjectStructure'}))
|
1463
|
+
result = sorted(result)
|
1464
|
+
return result
|
1463
1465
|
|
1464
1466
|
@GeneralUtilities.check_arguments
|
1465
1467
|
def dependent_codeunit_exists(self, repository: str, codeunit: str) -> None:
|
@@ -6,11 +6,11 @@ ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4b
|
|
6
6
|
ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
|
7
7
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
8
8
|
ScriptCollection/SCLog.py,sha256=5qjOBYiliyHV57GY8Y5dgUek512EVI8AzBF288R4fn4,2377
|
9
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
10
|
-
ScriptCollection/TasksForCommonProjectStructure.py,sha256=
|
9
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=mxwraw6MzY2MridnXdqNMIJhyQwKDbmYfioLT23wVlA,131500
|
10
|
+
ScriptCollection/TasksForCommonProjectStructure.py,sha256=OfCJsg-FLdde6Duhy4FjBcfwLr-9iLhQAimRa1ZgRyE,234045
|
11
11
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
scriptcollection-3.5.
|
13
|
-
scriptcollection-3.5.
|
14
|
-
scriptcollection-3.5.
|
15
|
-
scriptcollection-3.5.
|
16
|
-
scriptcollection-3.5.
|
12
|
+
scriptcollection-3.5.116.dist-info/METADATA,sha256=EEs50mvJLrn5UXelfeULknJPrW5f-qN8e-KnF81hNew,7694
|
13
|
+
scriptcollection-3.5.116.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
14
|
+
scriptcollection-3.5.116.dist-info/entry_points.txt,sha256=3qMbfZEMhc_VTJj-bcLwB8AWcn9iXSB3l0AWpuu52Bs,3689
|
15
|
+
scriptcollection-3.5.116.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
16
|
+
scriptcollection-3.5.116.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|