Skip to content

Commit

Permalink
Merge pull request #48 from rpm-software-management/remove-leap-15_5
Browse files Browse the repository at this point in the history
Remove leap 15.5
  • Loading branch information
dcermak authored Jan 1, 2025
2 parents 864895c + f68945e commit cb7d0cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
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.2"
version = "0.2.3"
description = "Aliases for active openSUSE releases"
authors = ["Dan Čermák <[email protected]>"]
license = "MIT"
Expand Down
6 changes: 0 additions & 6 deletions src/opensuse_distro_aliases/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ def get_distro_aliases(include_eol: bool = False) -> Dict[str, List[Distro]]:
namever="opensuse-leap-15.6",
obs_project_name="openSUSE:Leap:15.6",
),
Distro(
name="openSUSE Leap",
version="15.5",
namever="opensuse-leap-15.5",
obs_project_name="openSUSE:Leap:15.5",
),
]
),
"opensuse-leap-micro-all": (
Expand Down

0 comments on commit cb7d0cb

Please sign in to comment.