Path to this page:
Subject: CVS commit: pkgsrc/devel/py-nose2
From: Adam Ciarcinski
Date: 2024-06-12 18:55:26
Message id: 20240612165526.C9287FC74@cvs.NetBSD.org
Log Message:
py-nose2: updated to 0.15.1
0.15.1 (2024-05-31)
Fixed
* Fix a bug with config loading which caused custom ini configs not to load if
they were not named with a ``.cfg`` extension. Thanks :user:`grhwalls` for
the bug report!
0.15.0 (2024-05-30)
Added
* Official support for ``python3.13`` betas. ``nose2`` now tests itself against
Python 3.13.
* ``nose2`` now supports loading configuration data from the ``tool.nose2``
table in ``pyproject.toml``. Thanks to :user:`qequ` for the PR! (:pr:`596`,
:pr:`606`)
On python 3.11+, ``tomllib`` is used to parse TOML data. On python 3.10 and
lower, ``tomli`` must be installed to enable TOML support. Simply
``pip install tomli`` as necessary.
Files: