fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

Add RHEL 8 and RHEL 9, discard RHEL 6 special options #289

Open nkadel opened 1 year ago

nkadel commented 1 year ago

Stop publishing python2 builds for RHEL 6 and 7. Add python3 builds for RHEL 8 and RHEL 9.

RHEL 6 is deprecated, and before its discard had support for python3 form EPEL before its obsolescence.

nkadel commented 1 year ago

Is anyone maintaining this at all? I hesitate to do it myself, because I debug much better than I add new features in python. But if needed to get commits like this merged, I could take it.