Now that oci-cli is packaged in F38/rawhide, let's get it going in EPEL 9. Will obviously need python-oci and python-circuitbreaker brought back, but we need some extras for oci-cli: No matching package to install: 'python3dist(arrow) >= 1' No matching package to install: 'python3dist(click) >= 8.0.4' No matching package to install: 'python3dist(jmespath) >= 0.10' click and jmespath work fine with the older versions, but arrow is missing from EPEL 9. It has a few missing deps: No matching package to install: 'python3-chai' No matching package to install: 'python3-dateparser' No matching package to install: 'python3-mock' Mock might be able to be avoided via a find/replace.
https://copr.fedorainfracloud.org/coprs/mhayden/oci/monitor/ python-arrow's deps: > python-chai: clean backport to rhel > python-dateparser: /usr/bin/xindy for PDF docs generation, but that could be skipped on EPEL > Dependency: python-tzlocal looks like a clean backport > python-mock isn't needed at all
Removing mock dependency for python-arrow: https://src.fedoraproject.org/rpms/python-arrow/pull-request/2 Removing xindy dependency in EPEL 9 for python-dateparser: https://src.fedoraproject.org/rpms/python-dateparser/pull-request/2
FEDORA-EPEL-2023-e958e62053 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e958e62053
FEDORA-EPEL-2023-e958e62053 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-e958e62053 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2023-e958e62053 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39.
FEDORA-EPEL-2024-35bf78b85d (oci-cli 3.37.10 first release into EPEL 9! 🎉) has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-35bf78b85d
Closing this effort for now. There are still too many remaining dependencies.