Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (39m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 13:15:36 UTC Now

2023-06-10 18:51:13 UTC MAIN commitmail json YAML

py-scikit-build: updated to 0.17.6

Scikit-build 0.17.6
===================

A small fix release with some new platforms and better testing, including CPython 3.12.0b1.

Bug fixes
---------
* Support added for SunOS by :user:`mtelka`
* Support added for AIX (with recent CMake) by :user:`bhuntsman`

Testing
-------
* Tests now pass on CPython 3.12.0b1
* Tests no longer use ``pytest-virtualenv``
* ``isolated`` marker now includes ``test_distribution`` tests
* Tests avoid incorrect ``get_map`` match by :user:`keszybz`
* Fedora testing fix by :user:`LecrisUT`

Miscellaneous
-------------
* Docs improvements

(adam)