14
0
Commit Graph

3 Commits

Author SHA256 Message Date
29177c8a7f - update to 2.1.0:
* Unpack integer header data values as unsigned
  * Fixing incorrect parsing of first headers block (a.k.a.
    "signature headers")
  * added new tags
- update to 2.0.0:
  * Store only one version of i18n strings
  * Fix rpmfile fails to load localized RPM headers
- update to 1.1.0:
  * bz2 support, thank you @OneMoreByte!
- update to 1.0.8:
  * If a CPIO archive contained an entry for a directory we
    attempted to identify it via nlinks. Since it should have at
    least two nlinks if it's a directory.
    However, We stumbled across a case where this is not true. By
    using the mode bits we should be able to correctly identify
    directories without relying on nlinks.
    We're now using mode bits.
- update to 1.0.7:
  * Use setup.cfg and setuptools_scm for version
- update to 1.0.6:
  * For the command line interface, only print file paths when
    extracting if `-v/--verbose` is given
- update to 1.0.5:
  * Extract rpm files from the command line
- Initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpmfile?expand=0&rev=5
2025-04-17 17:00:45 +00:00
236d0eba2a Accepting request 849340 from home:jayvdb:branches:devel:languages:python
- Tidy spec
- Use PyPI sdist with upstream LICENSE
- Activate test suite, partially disabled
- Update to v1.0.4

OBS-URL: https://build.opensuse.org/request/show/849340
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpmfile?expand=0&rev=3
2020-11-19 13:22:13 +00:00
Thomas Bechtold
8c4eed5c89 Accepting request 713587 from home:cbosdonnat
Python module to read rpm file.

OBS-URL: https://build.opensuse.org/request/show/713587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpmfile?expand=0&rev=1
2019-07-05 10:54:11 +00:00