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

    Бинарный пакет: rpm-build-python
    Версия: 0.36.2-alt1
    Архитектура: noarch
    Собран:  6 апреля 2013 г. 16:00
    Исходный пакет: rpm-build-python
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPL
    О пакете: RPM helper macros to rebuild python packages
    Описание: 
    These helper macros provide possibility to rebuild
    python modules by some Alt Linux Team Policy compatible way.

    Сопровождающий: Python Development Team


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


    6 апреля 2013 г. Dmitry V. Levin 0.36.2-alt1
    - python.compileall.py:
      + removed python version <= 2.2 py_compile workaround;
      + fixed file executability check (by iv@).
    - python.{prov,req}.files:
      + enhanced "python script text executable" type check;
      + added is_python3_path check from python.{prov,req}.py,
        which is now applied only to files of uncertain type.
    - python.{prov,req}.py: removed is_python3 check.
    - brp-bytecompile_python:
      added $RPM_PYTHON3_COMPILE_INCLUDE to the exclude list (closes: #28606).
    15 февраля 2013 г. Dmitry V. Levin 0.36.1-alt1
    - python.{prov,req}.files: reintroduced optimization from 0.36.0-alt3.
    - python.prov.files: skip all files that cannot be provided due to
      rpmbuild restrictions.
    21 марта 2012 г. Vitaly Kuznetsov 0.36.0-alt4
    - Take %_python3_path into account