Skip to content

Commit

Permalink
Merge pull request #28 from rpm-software-management/add-leap-16
Browse files Browse the repository at this point in the history
Add Leap 16
  • Loading branch information
dcermak authored Oct 9, 2024
2 parents 322eaef + b7b518a commit 9fd28fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensuse-distro-aliases"
version = "0.2.0"
version = "0.2.1"
description = "Aliases for active openSUSE releases"
authors = ["Dan Čermák <[email protected]>"]
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions src/opensuse_distro_aliases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ def get_distro_aliases(include_eol: bool = False) -> Dict[str, List[Distro]]:
CACHED_ACTIVE_DISTRIBUTION_ALIASES: Dict[str, List[Distro]] = {
"opensuse-leap-all": (
_leap_all := [
Distro(
name="openSUSE Leap",
version="16.0",
namever="opensuse-leap-16.0",
obs_project_name=None,
active=True,
),
Distro(
name="openSUSE Leap",
version="15.6",
Expand Down

0 comments on commit 9fd28fc

Please sign in to comment.