From d0f6acb360c21eb84c5115251bab4bf1e112ab48 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:47:13 +0200 Subject: [PATCH 1/2] Adding LEPSE library - Added library from https://github.com/AndrejFlorinskii/LEPSE - Marked library as experimental --- rawdata.json | 23 ++++++++++++++++++++++- repos.json | 12 ++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/rawdata.json b/rawdata.json index 3bc63b87..a6045583 100644 --- a/rawdata.json +++ b/rawdata.json @@ -6054,6 +6054,10 @@ "master": { "libs": { "IDEAS": { + "convertFromVersion": [ + "0.2.0", + "2.2.1" + ], "path": "IDEAS", "uses": { "Modelica": "4.0.0" @@ -6061,7 +6065,7 @@ "version": "4.0.0-master" } }, - "sha": "24eea8ff8c67d1b32d53429eaaec9c6a3fbaac84" + "sha": "a9cc4fd988fdc2e8d7dbec9b1f8b97f599f57c8b" }, "v1.0.0": { "libs": { @@ -6477,6 +6481,23 @@ } } }, + "LEPSE": { + "refs": { + "v1.1": {}, + "v1.2": { + "libs": { + "LEPSE": { + "path": "LEPSE", + "uses": { + "Modelica": "4.0.0" + }, + "version": "1.2.0" + } + }, + "sha": "c63c76470fe2ef8139c9851eb98be72f5a8d5edf" + } + } + }, "LibRAS": { "refs": { "master": { diff --git a/repos.json b/repos.json index bfc6cc0f..34e30c88 100644 --- a/repos.json +++ b/repos.json @@ -705,6 +705,18 @@ ["*", "obsolete"] ] }, + "LEPSE": { + "branches": { + "v1.1": "v1.1", + "v1.2": "v1.2" + }, + "names": ["LEPSE"], + "github": "AndrejFlorinskii/LEPSE", + "support": [ + ["prerelease", "noSupport"], + ["*", "experimental"] + ] + }, "LibRAS": { "branches": {"master": "master"}, "names": ["LibRAS"], From 1c19d45d81272c20e9c345542699b7244d64645c Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:10:33 +0200 Subject: [PATCH 2/2] Remove v1.1 --- rawdata.json | 3 +-- repos.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/rawdata.json b/rawdata.json index a6045583..8765a5c6 100644 --- a/rawdata.json +++ b/rawdata.json @@ -6483,7 +6483,6 @@ }, "LEPSE": { "refs": { - "v1.1": {}, "v1.2": { "libs": { "LEPSE": { @@ -14351,4 +14350,4 @@ } } } -} \ No newline at end of file +} diff --git a/repos.json b/repos.json index 34e30c88..14b168fd 100644 --- a/repos.json +++ b/repos.json @@ -707,7 +707,6 @@ }, "LEPSE": { "branches": { - "v1.1": "v1.1", "v1.2": "v1.2" }, "names": ["LEPSE"],