Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-jsonschema
From: Adam Ciarcinski
Date: 2022-07-07 12:41:40
Message id: 20220707104140.77588FB1A@cvs.NetBSD.org
Log Message:
py-jsonschema: updated to 4.6.1
v4.6.1
------
* Gut the (incomplete) implementation of ``recursiveRef`` on draft 2019. It
needs completing, but for now can lead to recursion errors.
v4.6.0
------
* Fix ``unevaluatedProperties`` and ``unevaluatedItems`` for types they should
ignore
* ``jsonschema`` now uses `hatch <https://hatch.pypa.io/>`_ for its build
process. This should be completely transparent to end-users (and only matters
to contributors).
Files: