Releases: srossross/rpmfile
Releases · srossross/rpmfile
1.0.2 Release
Support for zstd compressed RPMs
1.0.1 Release
- 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 toextractfile
caused an ioerror (more logs) - Bumped version to 1.0.1 for release on PyPi
- Python 3 support (and Python 2.6 support)