Closed praiskup closed 6 months ago
In [1]: from fedora_distro_aliases import get_distro_aliases In [2]: get_distro_aliases()["fedora-all"] Out[2]: [Distro({'name': 'F39', 'long_name': 'Fedora 39', 'version': '39', 'state': 'current', 'branch': 'f39', 'id_prefix': 'FEDORA', 'version_number': '39'}), Distro({'name': 'F40', 'long_name': 'Fedora 40', 'version': '40', 'state': 'current', 'branch': 'f40', 'id_prefix': 'FEDORA', 'version_number': '40'}), Distro({'name': 'Rawhide', 'long_name': 'Fedora Rawhide', 'version': 'rawhide', 'state': 'pending', 'branch': 'rawhide', 'id_prefix': 'FEDORA', 'version_number': '41'})]
Thanks for looking; good catch - let's move the test suite from F38 to F40. Updated.
Merging (and ignoring the failed tests as it fails with rhel7 config that is not relevant)
In [1]: from fedora_distro_aliases import get_distro_aliases In [2]: get_distro_aliases()["fedora-all"] Out[2]: [Distro({'name': 'F39', 'long_name': 'Fedora 39', 'version': '39', 'state': 'current', 'branch': 'f39', 'id_prefix': 'FEDORA', 'version_number': '39'}), Distro({'name': 'F40', 'long_name': 'Fedora 40', 'version': '40', 'state': 'current', 'branch': 'f40', 'id_prefix': 'FEDORA', 'version_number': '40'}), Distro({'name': 'Rawhide', 'long_name': 'Fedora Rawhide', 'version': 'rawhide', 'state': 'pending', 'branch': 'rawhide', 'id_prefix': 'FEDORA', 'version_number': '41'})]