Package rpm-build-python: Information

    Source package: rpm-build-python
    Version: 0.36.2-alt1
    Build time:  Apr 6, 2013, 04:00 PM
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    rpm-build-python (noarch)
    rpm-build-python-tools (noarch)



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

    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