Skip to content

Releases: srossross/rpmfile

1.0.2 Release

20 Apr 18:12
Compare
Choose a tag to compare

Support for zstd compressed RPMs

1.0.1 Release

02 Apr 19:05
Compare
Choose a tag to compare
  • Moved some of the testing to GitHub Actions
    • Faster response time than travis
  • Include changes from #24 (ping @bubalazi)
    • travis no longer supports Python 2.6 so that was not carried over
    • Added classifiers as recommend by @fruch
  • Added a test to verify that issue #19 is fixed
  • Fixed an issue in 5e8d151 where calling extractfile again after calling close on a subfile returned by a previous call to extractfile caused an ioerror (more logs)
  • Bumped version to 1.0.1 for release on PyPi
  • Python 3 support (and Python 2.6 support)