94669e Update python-meson-python to version 0.14.0 / rev 9 via SR 1112687

7 files Authored by StevenK 7 months ago, Committed by Bernhard M. Wiedemann 7 months ago,
    Update python-meson-python to version 0.14.0 / rev 9 via SR 1112687
    
    https://build.opensuse.org/request/show/1112687
    by user StevenK + anag+factory
    - Update to 0.14.0:
      * Do not run ``meson install`` to build a wheel.
      * Obey the ``--skip-subprojects`` when specified for the ``meson
        install`` command.
      * Implement support for the ``exclude_directories`` and
        ``exclude_files`` arguments to Meson ``install_subdir()`` function
        and similar installation functions. This requires Meson version
        1.1.0 or later.
      * Implement support for building wheels targeting the Python limited API.
      * When ``pyproject.toml`` does not contain a ``version`` field and
        ``version`` is not declared dynamic, raise an error instead of
        silently using the version declared in ``meson.build``.
      * Fix the mtime of source files in the sdist tarball.
      * Add ``objc`` and ``objcpp`` compilers to the cross file generated
        when the ``$ARCHFLAGS
    
        
file modified
+0 -0
file modified
+24 -0
file modified
+21 -0
file modified
+8 -1