1
0
Fork 0

Merging upstream version 0.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:50:35 +01:00
parent 5bb53e823c
commit 5145e72015
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 21 additions and 15 deletions

View file

@ -137,8 +137,7 @@ class EOSDownloader(ObjectDownloader):
selected_branch = EosVersion.from_str(BASE_BRANCH_STR)
for branch in self._get_branches(with_rtype=rtype):
branch = EosVersion.from_str(branch)
if branch > selected_branch:
selected_branch = branch
selected_branch = max(selected_branch, branch)
return selected_branch
def get_eos_versions(