Fedora Distro Aliases 1.4
FrostyX
released this
20 Aug 22:25
·
12 commits
to main
since this release
Added attribute with always numeric version, even for Rawhide, e.g.
>>> [x.version_number for x in aliases["fedora-all"]]
['38', '39', '40']
Compare this with:
>>> [x.version for x in aliases["fedora-all"]]
['38', '39', 'rawhide']