Releases: rpm-software-management/fedora-distro-aliases
Releases · rpm-software-management/fedora-distro-aliases
Fedora Distro Aliases 1.5
- Implement a caching mechanism as a fallback for when Bodhi is down (Fix #11)
- Add CLI tool, see
resolve-fedora-aliases --help
for more information - Combine all previous HTTP requests to Bodhi into just one
Thank you for contributing to this release @mfocko and @carlwgeorge
Fedora Distro Aliases 1.4
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']
Fedora Distro Aliases 1.3
- Fix rpm-software-management/tito#491 - The correct Fedora versions are now returned during the time period from branching to the final release.
Fedora Distro Aliases 1.2
- Fix #3 - Don't depend on the
bodhi-client
package. As a result, a lot of transitive dependencies are now gone.
Fedora Distro Aliases 1.1
- The repository is now REUSE compliant
Fedora Distro Aliases 1.0
- Initial release based on Packit and Tito code