| Name: | python3-fedora-distro-aliases |
|---|---|
| Version: | 1.8 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 40903 |
| License: | GPL-2.0-or-later |
| RPM: | python3-fedora-distro-aliases-1.8-1.el9.noarch.rpm |
| Source RPM: | fedora-distro-aliases-1.8-1.el9.src.rpm |
| Build Date: | Mon Nov 03 2025 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/rpm-software-management/fedora-distro-aliases |
| Summary: | Aliases for active Fedora releases |
| Description: | Some projects such as Tito, Packit, Fedora Review Service, etc operate over currently active Fedora releases. They can use this package to find their version numbers instead of manually defining a list. This package queries Bodhi to find the active releases and therefore requires an internet connection. |
- Implement a filter_distro helper function (frostyx@email.cz) - Test EPEL minor version aliases after 10.1 branching (nforro@redhat.com)
- Exclude archived releases (nforro@redhat.com) - Generate aliases for minor versions of EPEL (nforro@redhat.com)
- Account for `frozen` release state (nforro@redhat.com)
- Implement a caching mechanism (frostyx@email.cz) - Return bodhi releases as simple dicts (frostyx@email.cz) - Add CLI (mfocko@redhat.com) - Use pagination for bodhi's API (carlwgeorge@gmail.com) - Combine HTTP calls in bodhi_active_releases (carlwgeorge@gmail.com)
- Add an attribute with always numeric version number (frostyx@email.cz)
- Make sure everything behaves correctly during the branching window (frostyx@email.cz) - Add releasers.conf (frostyx@email.cz)
- Drop bodhi-client dependency (frostyx@email.cz) - Add installation instructions (frostyx@email.cz) - Show how to get only version numbers (frostyx@email.cz)
- Fix Source URL (frostyx@email.cz) - Unify descriptions and mention querying bodhi (frostyx@email.cz) - Link fedfind project (frostyx@email.cz) - make repository REUSE compliant (msuchy@redhat.com)
- Initial package