Rpmfile

Latest version: v2.1.0

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.6

For the command line interface, only print file paths when extracting if `-v/--verbose` is given

1.0.5

Extract rpm files from the command line

You can use `rpmfile` via it's module invocation or via `rpmfile` command if
your `PATH` environment variable is configured correctly. Pass `--help` for all
options.

List RPM contents

conosle
curl -sfL 'https://example.com/some.rpm.gz' | gzip -d - | python -m rpmfile -l -
./path/to/file


Extract files

conosle
curl -sfL 'https://example.com/some.rpm.gz' | gzip -d - | rpmfile -x -
./path/to/file


Extract files to directory

conosle
curl -sfL 'https://example.com/some.rpm.gz' | gzip -d - | rpmfile -xC /tmp -
/tmp/path/to/file

1.0.4

Include LICENSE in sdist.

Fix 404ing URL in the tests.

1.0.3

headers: Add more tags

According to http://ftp.rpm.org/api/4.15.1/rpmtag_8h.html

Related: 32

1.0.2

Support for zstd compressed RPMs

1.0.1

- 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](https://github.com/pdxjohnny/rpmfile/commit/aafc7fc8351b2baad13912d80404231002375e1c/checks/369434660/logs) ([more logs](https://github.com/pdxjohnny/rpmfile/runs/369434676))
- Bumped version to 1.0.1 for release on PyPi
- Python 3 support (and Python 2.6 support)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.