Пакет python-module-rpm: Информация

  • Default inline alert: Версия в репозитории: 4.13.0.1-alt40

Бинарный пакет: python-module-rpm
Версия: 4.13.0.1-alt22
Архитектура: ppc64le
Собран:  3 июля 2020 г. 18:15 в задании #254176
Исходный пакет: rpm
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.rpm.org/

Лицензия: GPLv2+
О пакете: Python 2 bindings for apps which will manipulate RPM packages
Описание: 
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.

Сопровождающий: Ivan Zakharyaschev


Последнее изменение


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.)
29 мая 2020 г. Andrew Savchenko 4.13.0.1-alt21
- Add support for >= gcc10.
- E2K: Add lcc to the generic devel exceptions list.
7 апреля 2020 г. Alexey Tourbin 4.13.0.1-alt20
- find-package, shebang.req: introduced RPM_FINDPACKAGE_MANDATORY=1.
  When an interpreter is invoked by name, as in "#!/usr/bin/env python32",
  and is missing, this will now force the dependency on /usr/bin/python32.