From 46b55e6c0e159714f2abf6415de28df8b29bb7af Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 27 Apr 2026 20:47:59 +0000 Subject: [PATCH 1/2] New version: SpeedyWeather v0.17.5 UUID: 9e226e20-d153-4fed-8a5b-493def4f21a9 Repo: https://github.com/SpeedyWeather/SpeedyWeather.jl.git Tree: b7bd868f82a0ff6f36ab72ad5f7cf994b792edfb Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3 --- S/SpeedyWeather/Compat.toml | 8 ++++++++ S/SpeedyWeather/Package.toml | 1 - S/SpeedyWeather/Versions.toml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/S/SpeedyWeather/Compat.toml b/S/SpeedyWeather/Compat.toml index 54c5374d1b77a2b..41d3286cd6d0e8a 100644 --- a/S/SpeedyWeather/Compat.toml +++ b/S/SpeedyWeather/Compat.toml @@ -86,8 +86,16 @@ ConstructionBase = "1" MacroTools = "0.5" ModelParameters = "0.4" +["0.17 - 0.17.4"] +SpeedyWeatherInternals = "0.1" + ["0.17 - 0.18"] DomainSets = "0.7" + +["0.17.5 - 0.17"] +SpeedyWeatherInternals = "0.1.2 - 0.1" + +["0.18"] SpeedyWeatherInternals = "0.1" ["0.18 - 0"] diff --git a/S/SpeedyWeather/Package.toml b/S/SpeedyWeather/Package.toml index c631de5445d766a..8f8f728bf4fa59e 100644 --- a/S/SpeedyWeather/Package.toml +++ b/S/SpeedyWeather/Package.toml @@ -1,4 +1,3 @@ name = "SpeedyWeather" uuid = "9e226e20-d153-4fed-8a5b-493def4f21a9" repo = "https://github.com/SpeedyWeather/SpeedyWeather.jl.git" -subdir = "SpeedyWeather" diff --git a/S/SpeedyWeather/Versions.toml b/S/SpeedyWeather/Versions.toml index 6ca68bfc5f18dcf..ebec9c194cc601c 100644 --- a/S/SpeedyWeather/Versions.toml +++ b/S/SpeedyWeather/Versions.toml @@ -73,6 +73,9 @@ git-tree-sha1 = "8e6112568323a9d70c918742c69101db644b86f7" ["0.17.4"] git-tree-sha1 = "f59944897672d7fdc8bef0d47f7ec2d1d28793bf" +["0.17.5"] +git-tree-sha1 = "b7bd868f82a0ff6f36ab72ad5f7cf994b792edfb" + ["0.18.0"] git-tree-sha1 = "c5d72933177b1f908efd27ea8e086c88e40e5f7d" From 83c9b96b07fab8625c69e4855e333ed1827ef55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:14:16 +0100 Subject: [PATCH 2/2] [SpeedyWeather] Restore subdir --- S/SpeedyWeather/Package.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/S/SpeedyWeather/Package.toml b/S/SpeedyWeather/Package.toml index 8f8f728bf4fa59e..c631de5445d766a 100644 --- a/S/SpeedyWeather/Package.toml +++ b/S/SpeedyWeather/Package.toml @@ -1,3 +1,4 @@ name = "SpeedyWeather" uuid = "9e226e20-d153-4fed-8a5b-493def4f21a9" repo = "https://github.com/SpeedyWeather/SpeedyWeather.jl.git" +subdir = "SpeedyWeather"