Package rpm-build-python: Information

    Binary package: rpm-build-python
    Version: 0.36.2-alt1
    Architecture: noarch
    Build time:  Apr 6, 2013, 04:00 PM
    Source package: rpm-build-python
    Report package bug
    Home page: 

    License: GPL
    Summary: RPM helper macros to rebuild python packages
    Description: 
    These helper macros provide possibility to rebuild
    python modules by some Alt Linux Team Policy compatible way.



    Last changed


    April 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).
    Feb. 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.
    March 21, 2012 Vitaly Kuznetsov 0.36.0-alt4
    - Take %_python3_path into account