From ee0d5a3bce3b42d162bd610b6c48f5019acbf70b99d3c80dd355931604a47b30 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 22 Aug 2025 09:34:38 +0200 Subject: [PATCH 1/2] .gitmodules: add python-Routes (bsc#1248489) Signed-off-by: Nathan Cutler --- .gitmodules | 4 ++++ python-Routes | 1 + 2 files changed, 5 insertions(+) create mode 160000 python-Routes diff --git a/.gitmodules b/.gitmodules index bf636f1..f407fad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26266,3 +26266,7 @@ path = python-cmd2 url = ../../pool/python-cmd2 branch = leap-16.0 +[submodule "python-Routes"] + path = python-Routes + url = ../../pool/python-Routes + branch = leap-16.0 diff --git a/python-Routes b/python-Routes new file mode 160000 index 0000000..9e68681 --- /dev/null +++ b/python-Routes @@ -0,0 +1 @@ +Subproject commit 9e68681b9f5373caba5c4f2a68eaf8b9fe24af026dfd0108bf21a50829b0e458 -- 2.51.1 From d377d8ed3de7c206b7e309e737d646c2dbe748e9adf071807512ccf301f1b79d Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 22 Aug 2025 11:01:52 +0200 Subject: [PATCH 2/2] .gitmodules: add python-repoze.lru (bsc#1248489) Signed-off-by: Nathan Cutler --- .gitmodules | 4 ++++ python-repoze.lru | 1 + 2 files changed, 5 insertions(+) create mode 160000 python-repoze.lru diff --git a/.gitmodules b/.gitmodules index f407fad..af86838 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26270,3 +26270,7 @@ path = python-Routes url = ../../pool/python-Routes branch = leap-16.0 +[submodule "python-repoze.lru"] + path = python-repoze.lru + url = ../../pool/python-repoze.lru + branch = leap-16.0 diff --git a/python-repoze.lru b/python-repoze.lru new file mode 160000 index 0000000..6749440 --- /dev/null +++ b/python-repoze.lru @@ -0,0 +1 @@ +Subproject commit 6749440ecd8b2d27b6a04a14e8b11000321e5fab9d29b14c41e0ebf7df050c31 -- 2.51.1