Package python-module-rpm: Information

Binary package: python-module-rpm
Version: 4.0.4_2.7-alt101.M80P.4
Architecture: i586
Build time:  Feb 21, 2019, 09:26 PM in the task #221431
Source package: rpm
Report package bug
License: GPL/LGPL
Summary: Python bindings for apps which will manipulate RPM packages
Description: 
This package contains a module which permits applications written in
the Python programming language to use the interface supplied by RPM
(RPM Package Manager) libraries.

Maintainer: Ivan Zakharyaschev


Last changed


Feb. 13, 2019 Ivan Zakharyaschev 4.0.4-alt101.M80P.4
- Merged rpmEVRcmp() fixes into p8, c8:
  + rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
    underspecified release. (Provides: N = V can't anymore satisfy
    Requires: N = V-R. Look out for unmets!)
Feb. 12, 2019 Ivan Zakharyaschev 4.0.4-alt100.76.M70P.2
[rpm-4.13-alt6 alike]
- rpmEVRcmp() (and hence rpmRangesOverlap()) made asymmetric w.r.t.
  underspecified release. (Provides: N = V can't anymore satisfy
  Requires: N = V-R. Look out for unmets!)
  (with help of Vladimir D. Seleznev)
- rpmRangesOverlap() optimized (can run ca. 30% faster).
- checkinstall subpackage added.
[rpm-build] (backported from Sisyphus rpm-build by vseleznv@)
- support for SOURCE_DATE_EPOCH environment variable
- device and inode numbers remapping
Sept. 26, 2018 Vladimir D. Seleznev 4.0.4-alt101.M80P.3
- psm.c: write installed/removed package disttag if present to syslog.
- Add _allow_deps_with_beginning_dot macro to allow dependencies
  beginning with a dot character (such as ones generated by replaceDeps
  function) in spec file.