Package python-module-rpm: Information

Binary package: python-module-rpm
Version: 4.13.0.1-alt23
Architecture: ppc64le
Build time:  Jul 4, 2020, 04:02 AM in the task #254442
Source package: rpm
Report package bug
License: GPLv2+
Summary: Python 2 bindings for apps which will manipulate RPM packages
Description: 
The rpm-python 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 2
programs that will manipulate RPM packages and databases.

Maintainer: Ivan Zakharyaschev


Last changed


July 3, 2020 Ivan Zakharyaschev 4.13.0.1-alt23
- Fixed a bug in ARM hardfloat detection (armv?h* archs), introduced
  in 4.13.0.1-alt22, which would prevent normal installation of armh
  packages on such machines. (Note that rpm-build-4.0.4-alt141 is still
  ignorant of armv?h* arches, so the only way to build packages installable
  on such machines is with --target armh.)
June 28, 2020 Ivan Zakharyaschev 4.13.0.1-alt22
- Improved machine detection & configuration for:
  + x86_64 on Darwin, armv5tl, Transmeta Crusoe as i686, parisc as hppa (on linux)
    (cherry-picked from upstream);
  + armv8[h]l (further refined by me on the base of changes from upstream and
    Peter Robinson).
  (Accompanying macros have been added, too.)
May 29, 2020 Andrew Savchenko 4.13.0.1-alt21
- Add support for >= gcc10.
- E2K: Add lcc to the generic devel exceptions list.