17
0

- Update to 0.17.6

* Support added for SunOS by @mtelka in #983.
  * Support added for AIX (with recent CMake) by @bhuntsman in
    #988.
  * Tests now pass on CPython 3.12.0b1 in #879.
  * Tests no longer use pytest-virtualenv in #879.
  * isolated marker now includes test_distribution tests in #879.
  * Tests avoid incorrect get_map match by @keszybz in #990.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-build?expand=0&rev=42
This commit is contained in:
2023-07-01 13:54:30 +00:00
committed by Git OBS Bridge
parent 466a03aabd
commit b9f022be81
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 1 13:49:46 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.17.6
* Support added for SunOS by @mtelka in #983.
* Support added for AIX (with recent CMake) by @bhuntsman in
#988.
* Tests now pass on CPython 3.12.0b1 in #879.
* Tests no longer use pytest-virtualenv in #879.
* isolated marker now includes test_distribution tests in #879.
* Tests avoid incorrect get_map match by @keszybz in #990.
-------------------------------------------------------------------
Tue May 16 19:21:48 UTC 2023 - Ben Greiner <code@bnavigator.de>