Add epel-z-10 template#1568
Merged
praiskup merged 1 commit intorpm-software-management:mainfrom Apr 28, 2025
Merged
Conversation
Contributor
Author
|
The test failure on Python 3.8 seems unrelated to this change. Locally I can get the tests to pass on Python 3.8 if I downgrade pyroute2 to 0.8.1. Edit: It seems that pyroute2 0.9.1 dropped support for Python 3.8, but doesn't specify this with |
Member
|
Ouch, I overlooked this one. Thank you for the PR!
Indeed, Tox testing is broken. |
Member
|
File extension for the snippet needs to be |
EPEL 10 "floating target" repo names have been implemented. This adds a new epel-z-10 template that uses the names for the minor version tracking RHEL 10, and makes minor adjustments to the epel-10 template to use the names for the minor version tracking CentOS Stream 10. Relates: rpm-software-management#1427
ac334c1 to
d83e81c
Compare
Conan-Kudo
approved these changes
Apr 27, 2025
a03ab4d
into
rpm-software-management:main
22 of 25 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EPEL 10 "floating target" repo names have been implemented. This adds a new epel-z-10 template that uses the names for the minor version tracking RHEL 10, and makes minor adjustments to the epel-10 template to use the names for the minor version tracking CentOS Stream 10.
Relates: #1427