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

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

Бинарный пакет: python-module-rpm
Версия: 4.13.0.1-alt7.1
Архитектура: x86_64
Собран:  5 июня 2019 г. 16:54 в задании #231538
Исходный пакет: 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


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


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).
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@).
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.