1
0

Accepting request 1058265 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 0.12.0
  * Raise SystemExit on expected errors
  * Revise error messages for consistency
  * Support setuptools-style macOS cross compilation via ARCHFLAGS
  * Allow to overwrite macOS platform tag via _PYTHON_HOST_PLATFORM
  * Include (similar) allowed keys in error messages
- Refresh test wheels

OBS-URL: https://build.opensuse.org/request/show/1058265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meson-python?expand=0&rev=10
This commit is contained in:
2023-01-16 20:46:34 +00:00
committed by Git OBS Bridge
parent 5451cf6f41
commit cdb0cecf12
10 changed files with 42 additions and 36 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jan 13 14:35:33 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.12.0
* Raise SystemExit on expected errors
* Revise error messages for consistency
* Support setuptools-style macOS cross compilation via ARCHFLAGS
* Allow to overwrite macOS platform tag via _PYTHON_HOST_PLATFORM
* Include (similar) allowed keys in error messages
- Refresh test wheels
------------------------------------------------------------------
Thu Nov 24 11:31:07 UTC 2022 - Ben Greiner <code@bnavigator.de>