ScriptCollection 3.4.30__py3-none-any.whl → 3.4.31__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.
@@ -29,7 +29,7 @@ from .ProgramRunnerPopen import ProgramRunnerPopen
29
29
  from .ProgramRunnerEpew import ProgramRunnerEpew, CustomEpewArgument
30
30
 
31
31
 
32
- version = "3.4.30"
32
+ version = "3.4.31"
33
33
  __version__ = version
34
34
 
35
35
 
@@ -499,7 +499,7 @@ class TasksForCommonProjectStructure:
499
499
 
500
500
  def __standardized_task_verify_standard_format_for_project_csproj_file(self, csproj_file: str, codeunit_folder: str, codeunit_name: str, codeunit_version: str) -> bool:
501
501
  codeunit_name_regex = re.escape(codeunit_name)
502
- codeunit_file = os.path.join(codeunit_folder, codeunit_name, f"{codeunit_name}.codeunit.xml")
502
+ codeunit_file = os.path.join(codeunit_folder, f"{codeunit_name}.codeunit.xml")
503
503
  codeunit_description = self.get_codeunit_description(codeunit_file)
504
504
  codeunit_version_regex = re.escape(codeunit_version)
505
505
  codeunit_description_regex = re.escape(codeunit_description)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ScriptCollection
3
- Version: 3.4.30
3
+ Version: 3.4.31
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
@@ -3,12 +3,12 @@ ScriptCollection/GeneralUtilities.py,sha256=W2yLSQrksFFCUFd6JzO-UV2EDIMireFvmyLv
3
3
  ScriptCollection/ProgramRunnerBase.py,sha256=2kyOuoM3oFjBfLc9Q5t5RTz7Ya2CjUxFtB1rBBDmnjU,1937
4
4
  ScriptCollection/ProgramRunnerEpew.py,sha256=nIzY4dG6W-xEpkeoTbozwNZtFSIo-bU_W6t6u1AZKtE,6275
5
5
  ScriptCollection/ProgramRunnerPopen.py,sha256=veDNRg2Z0u0vd4iKWAycVFKbTm_uWYfuK6NTiwlbgrM,3230
6
- ScriptCollection/ScriptCollectionCore.py,sha256=V9kP7J15U4V0mlle_6ZGSmI4AAKD3OCQ9eutJg-FLbU,95301
7
- ScriptCollection/TasksForCommonProjectStructure.py,sha256=D2XuzdvegO4n-KbXbAhiEHLstf5RklAgigk-8Lpw0DQ,157220
6
+ ScriptCollection/ScriptCollectionCore.py,sha256=DPlqKV0R49v7YbAylB-rpGxOKLbEv5QjpSk3i8hCFlA,95301
7
+ ScriptCollection/TasksForCommonProjectStructure.py,sha256=easVujlsxl-Tl2W4tUa_KWj6DdFIiUJbP2xxK2JV-hQ,157205
8
8
  ScriptCollection/UpdateCertificates.py,sha256=Go-JJK-YTi7aBB1phlLxypa8GHkmFHBEPB0_TT9G-bw,7918
9
9
  ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- ScriptCollection-3.4.30.dist-info/METADATA,sha256=Sz1ETI5cUGxXZzqOe-POOGVQo0eugk035opw23cnKq0,7645
11
- ScriptCollection-3.4.30.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
12
- ScriptCollection-3.4.30.dist-info/entry_points.txt,sha256=dJKdWcH41owxlKx_khj4P7DItr9lhxWP9JU2Dq8GSsQ,2088
13
- ScriptCollection-3.4.30.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
14
- ScriptCollection-3.4.30.dist-info/RECORD,,
10
+ ScriptCollection-3.4.31.dist-info/METADATA,sha256=LpeNkynxvZzWZZIp47BDG-FadCUjQzfWpq6VTsJzjys,7645
11
+ ScriptCollection-3.4.31.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
12
+ ScriptCollection-3.4.31.dist-info/entry_points.txt,sha256=dJKdWcH41owxlKx_khj4P7DItr9lhxWP9JU2Dq8GSsQ,2088
13
+ ScriptCollection-3.4.31.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
14
+ ScriptCollection-3.4.31.dist-info/RECORD,,