From db18f32096ffc8b47ce0e8172e36c8afbbce27c5 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:13:45 +0200 Subject: [PATCH 1/4] ThermoSysPro moved to gitlab.pam-retd.fr - New address: https://gitlab.pam-retd.fr/thermosysproandco/ThermoSysPro --- repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.json b/repos.json index 809ae421..5ef2fe76 100644 --- a/repos.json +++ b/repos.json @@ -1451,7 +1451,7 @@ }, "ThermoSysPro": { "names": ["ThermoSysPro"], - "github": "ThermoSysPro/ThermoSysPro", + "git": "https://gitlab.pam-retd.fr/thermosysproandco/ThermoSysPro.git", "branches": {"master": "master"}, "support": [ ["prerelease", "noSupport"], From c063ad7c72d9492c348481fb1909c50ec6af5909 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:20:35 +0200 Subject: [PATCH 2/4] Updating rawdata.json --- rawdata.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/rawdata.json b/rawdata.json index f9113c00..2c689814 100644 --- a/rawdata.json +++ b/rawdata.json @@ -13971,10 +13971,10 @@ "libs": { "ThermoSysPro": { "path": "ThermoSysPro", - "version": "4.0.0-master" + "version": "4.1.0-master" } }, - "sha": "629cd07eaa494df493856777be19fa24ec861683" + "sha": "d3d2cc3b84b8a030c61907756c263e7140061f41" }, "v3.2": { "libs": { @@ -14000,6 +14000,15 @@ } }, "sha": "dfe1168ad22d0364dfd2b129b2931efb5ab4dcf5" + }, + "v4.1": { + "libs": { + "ThermoSysPro": { + "path": "ThermoSysPro", + "version": "4.1.0" + } + }, + "sha": "25100ea924673e6a524b3218618756508e197fd4" } } }, From 5dad074bf4081fe0d7e7762c68e7c18ac0a2b5bd Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:24:07 +0200 Subject: [PATCH 3/4] Update test check-missing --- tests/test_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_main.py b/tests/test_main.py index 6a132de0..910ebf63 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -26,6 +26,7 @@ def test_run_check_missing(self): modelica-3rdparty/OpenHydraulics modelica-3rdparty/ShipSIM modelica-3rdparty/SMEHV +modelica-3rdparty/ThermoSysPro modelica-3rdparty/urdfmodelica ''', out.getvalue()) finally: From 910e705c88dfcebb84ae2765d59086ba9fe4c245 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:27:22 +0200 Subject: [PATCH 4/4] Adding zipfile for GitLab --- repos.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repos.json b/repos.json index 5ef2fe76..d42e102a 100644 --- a/repos.json +++ b/repos.json @@ -1452,6 +1452,7 @@ "ThermoSysPro": { "names": ["ThermoSysPro"], "git": "https://gitlab.pam-retd.fr/thermosysproandco/ThermoSysPro.git", + "zipfile": "https://gitlab.pam-retd.fr/thermosysproandco/ThermoSysPro/-/archive/{0}/ThermoSysPro-{0}.zip", "branches": {"master": "master"}, "support": [ ["prerelease", "noSupport"],