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

    Исходный пакет: rpm-build-python
    Версия: 0.36.2-alt1.M70T.1
    Собран:  8 ноября 2016 г. 12:31 в задании #172009
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    rpm-build-python (noarch)
    rpm-build-python-tools (noarch)

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



      1. python-dev
      2. python-modules-encodings

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


    8 ноября 2016 г. Ivan Zakharyaschev 0.36.2-alt1.M70T.1
    - Cherry-picked some improvements:
      [0.36.8-alt1] (Minor backports from rpm-build-python3.)
      + .prov.py: generalize to generate longer provs, too.
      + %python_req_nohier added, the reverse to %python_req_hier
        (in future, when there is enough provs, we'd like to
        use the req_hier mode by default; packages can prepare beforehand)
      + Print a bit more diagnostics for ignored/skipped/hidden autoreqs.
      [0.36.7-alt1]
      + %python{,_build}_install: force deterministic behavior (useful in
      case of conflicting stuff from simultaneous python2 and python3 builds).
      + compileall.py: depth-first processing (like in rpm-build-python3).
      [0.36.5-alt1]
      + python.compileall.py: remove unused variable;
      + brp-bytecompile_python: remove unused file (packaged in rpm-build).
    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.