Blame python-meson-python.changes

8fdadd
------------------------------------------------------------------
8fdadd
Thu Nov 24 11:31:07 UTC 2022 - Ben Greiner <code@bnavigator.de>
8fdadd
8fdadd
- Update to 0.11.0
8fdadd
  * Project moved to the mesonbuild organization
8fdadd
  * Determine wheel tags by introspecting the Python interpreter
8fdadd
  * Allow users to pass options directly to Meson via the
8fdadd
    tools.meson-python.args.{dist,setup,compile,install}
8fdadd
    pyproject.toml keys, and the {dist,setup,compile,install}-args
8fdadd
    frontend config options
8fdadd
  * Use the system ninja dependency if possible
8fdadd
  * Include files generated by mesonadd_dist_script to sdists
8fdadd
  * Use tomllib on Python>=3.11
8fdadd
  * Drop wheel dependency in favor of in-house solution
8fdadd
  * Fix bug where the entry_points.txt file wasn't being generated
8fdadd
  * Fix bug where Cygwin Python extensions were not being noticed
8fdadd
- Drop meson-subdir-fix.patch fixed upstream
8fdadd
- Add mesonpy-no-wheel-rebuild.patch
8fdadd
d774d7
-------------------------------------------------------------------
46a8ca
Fri Oct 14 12:44:56 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
46a8ca
46a8ca
- Update meson-subdir-fix.patch to fix the failure for python3.8 and python3.9
46a8ca
  because the meson package is only available for python3.10
46a8ca
46a8ca
-------------------------------------------------------------------
46a8ca
Fri Oct 14 08:49:00 UTC 2022 - Markéta Machová <mmachova@suse.com>
46a8ca
46a8ca
- Add meson-subdir-fix.patch to fix the failure with new meson
46a8ca
46a8ca
-------------------------------------------------------------------
78ee01
Tue Oct 11 09:01:00 UTC 2022 - Ben Greiner <code@bnavigator.de>
78ee01
78ee01
- Update to 0.10.0
78ee01
  * Ignore the macOS minor version on >=11, to match the behavior
78ee01
    with pypa/packaging
78ee01
  * More fixes on ABI tag detection
78ee01
  * Fix incorrect tag on 32-bit Python running on a x86_64 host
78ee01
  * Fix sdist permissions
78ee01
  * Fix incorrect PyPy tags
78ee01
  * Fix ``install_subdirs`` not being included in wheels
78ee01
  * Take ``MACOSX_DEPLOYMENT_TARGET`` into account for the platform
78ee01
    tag
78ee01
  * Don't set the rpath on binaries if unneeded
78ee01
- Drop patches
78ee01
  * mesonpy-force-flavor.patch
78ee01
  * mesonpy-no-rpath.patch
78ee01
78ee01
-------------------------------------------------------------------
d774d7
Tue Sep 13 01:16:30 UTC 2022 - Ben Greiner <code@bnavigator.de>
d774d7
d774d7
- add mesonpy-no-rpath.patch -- gh#FFY00/meson-python#125
d774d7
d774d7
-------------------------------------------------------------------
d774d7
Sat Sep 10 21:18:06 UTC 2022 - Ben Greiner <code@bnavigator.de>
d774d7
d774d7
- Initial specfile for v0.8.1
d774d7
- Used by new SciPy pyproject.toml
d774d7
- Force correct flavor by mesonpy-force-flavor.patch
d774d7
  * gh#FY00/meson-python#51, gh#FY00/meson-python#127
d774d7
- Use mesonpy-trim-deps.patch for single-flavor meson and ninja
d774d7
  commands