From caaf74f8a73524b9909b807939f7330a352ad499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 15 Jul 2024 15:40:05 +0200 Subject: [PATCH] Add missing Leap Micro 5.5 & 6.0 projects --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7d6d78b..ba3bea7 100644 --- a/README.rst +++ b/README.rst @@ -29,5 +29,5 @@ Get the corresponding main development project in the `Open Build Service .. code-block:: python-console - >>> [f"{d.name}: {d.obs_project_name}" for d in aliases["opensuse-all"] if d.obs_project_name] - ['openSUSE Leap: openSUSE:Leap:15.6', 'openSUSE Leap: openSUSE:Leap:15.5', 'openSUSE Tumbleweed: openSUSE:Factory'] + >>> [f"{d.name}: {d.obs_project_name}" for d in aliases["opensuse-all"]] + ['openSUSE Leap: openSUSE:Leap:15.6', 'openSUSE Leap: openSUSE:Leap:15.5', 'openSUSE Leap Micro: openSUSE:Leap:Micro:6.0', 'openSUSE Leap Micro: openSUSE:Leap:Micro:5.5', 'openSUSE Tumbleweed: openSUSE:Factory']