Package python3-module-rpm: Information

Binary package: python3-module-rpm
Version: 4.13.0.1-alt7.1
Architecture: aarch64
Build time:  Jun 5, 2019, 06:17 PM in the task #231539
Source package: rpm
Report package bug
License: GPLv2+
Summary: Python 3 bindings for apps which will manipulate RPM packages
Description: 
The rpm-python3 package contains a module that permits applications
written in the Python programming language to use the interface
supplied by RPM Package Manager libraries.

This package should be installed if you want to develop Python 3
programs that will manipulate RPM packages and databases.

Maintainer: Ivan Zakharyaschev


Last changed


June 5, 2019 Ivan Zakharyaschev 4.13.0.1-alt7.1
- Provides: RPMQ(EPOCH) RPMQ(BUILDTIME) RPMQ(DISTTAG)
  (to be required by APT and other tools such as update-kernel, which need
  to query the RPM db by specifying Epoch, Buildtime, and Disttag).
May 27, 2019 Ivan Zakharyaschev 4.13.0.1-alt7
(thx Vladimir D. Seleznev vseleznv@)
- Added support for dbi matching against DistTag and BuildTime (closes: #36375).
- Display NEVR with DistTag or BuildTime when label, specified to erase, is
  matching to multiple packages.
(thx Gleb F-Malinovskiy glebfm@)
- Fix non-LFS functions on i586 in rpm-plugins/systemd_inhibit.so,
  /usr/lib/rpm/sepdebugcrcfix (thx glebfm@).
Feb. 11, 2019 Ivan Zakharyaschev 4.13.0.1-alt6
- rpmRangesOverlap() made asymmetric w.r.t. underspecified release or disttag.
  (Provides: N = V can't anymore satisfy Requires: N = V-R. Look out for unmets!)
  (thx Vladimir D. Seleznev)
- rpmRangesOverlap() optimized (can run ca. 30% faster).
- checkinstall subpackage added.