Skip to content

Releases: packit/rpm-shim

0.4.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 08 Apr 08:57
17db05e
  • rpm-shim now prefers the current interpreter for searching for the rpm module. (#22)

0.3.1

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 07 Nov 08:19
dc6f7eb
  • Ignore extension suffixes if the interpreter is Python 2. (#18)

0.3.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 28 Oct 17:00
1ef19df
  • 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 importing rpm. (#15)

0.2.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 13 Aug 10:59
e2c4c95
  • rpm-shim now considers also system Python interpreter called python{majorver}.{minorver} when gathering the list of paths to try importing the system rpm module from. Peviously only python{majorver} and platform-python were considered. (#11)

0.1.0

Choose a tag to compare

@nforro nforro released this 20 Feb 17:08
27b932c

Initial release.