Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-validate-pyproject
From: Adam Ciarcinski
Date: 2025-03-14 16:27:19
Message id: 20250314152719.A5478FBE1@cvs.NetBSD.org
Log Message:
py-validate-pyproject: updated to 0.24
Version 0.24
* Fix integration with ``SchemaStore`` by loading extra/side schemas.
* Add support for loading extra schemas.
* Fixed verify author dict is not empty.
* Added support for ``validate_pyproject.multi_schema`` plugins with extra schemas.
* ``validate-pyproject`` no longer communicates test dependencies via the ``tests``
extra and documentation dependencies dependencies via the \
``docs/requirements.txt`` file.
Instead :doc:`pypa:dependency-groups` have been adopted to support CI environments.
As a result, ``uv``'s high level interface also works for developers. You can \
use the :pypi:`dependency-groups`
package on PyPI if you need to convert to a classic requirements list.
Files: