Releases: packit/rpm-shim
Releases · packit/rpm-shim
Release list
0.4.0
0.3.1
- Ignore extension suffixes if the interpreter is Python 2. (#18)
0.3.0
- rpm-shim now tries to directly import binary extensions with incompatible suffixes,
for instance_rpm.cpython-39-x86_64-linux-gnu.so, that would normally fail to be imported
automatically while importingrpm. (#15)
0.2.0
- rpm-shim now considers also system Python interpreter called
python{majorver}.{minorver}when gathering the list of paths to try importing the systemrpmmodule from. Peviously onlypython{majorver}andplatform-pythonwere considered. (#11)