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

    Бинарный пакет: python-module-rpm
    Версия: 4.0.4_2.7-alt100.77.M70P.7.M70C.2
    Архитектура: x86_64
    Собран:  1 ноября 2019 г. 13:58 в задании #239294
    Исходный пакет: rpm
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.rpm.org/

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

    Сопровождающий: Vladimir D. Seleznev


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


    16 октября 2019 г. Vladimir D. Seleznev 4.0.4-alt100.77.M70P.7.M70C.2
    - build: backported %autopatch support.
    7 июня 2019 г. Ivan Zakharyaschev 4.0.4-alt100.77.M70P.7.M70C.1
    - Changes in what is considered "newer" by rpm -U from 4.0.4-alt101.M80P.5.4
      brought to c7.1.
    7 июня 2019 г. Ivan Zakharyaschev 4.0.4-alt101.M80P.5.5
    - Changes in what is considered "newer" by rpm -U:
      + The branch prefixes of disttags are ordered by rpmvercmp() rather than
        lexicographically. (For example, the numeric parts of "p8" or "p10" are
        compared as numbers. However, the first letter in "p7" or "c8.1" is more
        significant.)
      + An empty epoch is treated the same as 0, as in rpmevrcmp from ALT's
        rpm-4.13. (Used to be before: 2-alt1 < 0:1-alt1; now: 2-alt1 > 0:1-alt1)
      + Before the comparison, an optional initial padding (which is terminated
        by :) is skipped. (This will be useful for generating >,<-deps
        compatible with disttag-unaware rpm & apt.)