Tue Jan 16 18:18:35 2024 UTC (127d)
py-jsonschema: updated to 4.21.0

v4.21.0

* Fix the behavior of ``enum`` in the presence of ``0`` or ``1`` to properly consider ``True`` and ``False`` unequal.
* Special case the error message for ``{min,max}{Items,Length,Properties}`` when they're checking for emptiness rather than true length.


(adam)
diff -r1.38 -r1.39 pkgsrc/textproc/py-jsonschema/Makefile
diff -r1.23 -r1.24 pkgsrc/textproc/py-jsonschema/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/textproc/py-jsonschema/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-jsonschema/Makefile 2023/11/27 15:37:10 1.38
+++ pkgsrc/textproc/py-jsonschema/Makefile 2024/01/16 18:18:35 1.39
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2023/11/27 15:37:10 adam Exp $ 1# $NetBSD: Makefile,v 1.39 2024/01/16 18:18:35 adam Exp $
2 2
3DISTNAME= jsonschema-4.20.0 3DISTNAME= jsonschema-4.21.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}
7 7
8MAINTAINER= bsiegert@NetBSD.org 8MAINTAINER= bsiegert@NetBSD.org
9HOMEPAGE= https://github.com/Julian/jsonschema 9HOMEPAGE= https://github.com/Julian/jsonschema
10COMMENT= Implementation of JSON Schema for Python 10COMMENT= Implementation of JSON Schema for Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
15TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs 15TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
16DEPENDS+= ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs 16DEPENDS+= ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs

cvs diff -r1.23 -r1.24 pkgsrc/textproc/py-jsonschema/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-jsonschema/distinfo 2023/11/27 15:37:10 1.23
+++ pkgsrc/textproc/py-jsonschema/distinfo 2024/01/16 18:18:35 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2023/11/27 15:37:10 adam Exp $ 1$NetBSD: distinfo,v 1.24 2024/01/16 18:18:35 adam Exp $
2 2
3BLAKE2s (jsonschema-4.20.0.tar.gz) = d7bc2421b7b4513538765ba99e2b861bf652b1d9d8152b5fc9c27b6cfc0b44af 3BLAKE2s (jsonschema-4.21.0.tar.gz) = 3fd33c5d14d7770cd0d904e1edb0e59a4b0b0d8ec54f116b899fb62f8725eeab
4SHA512 (jsonschema-4.20.0.tar.gz) = 916ce6e5a1cce19e52d34394797d59c4821a3e7abad0248d929a8d5975e8e5a2c0a270b2839d6e1800037a53d0ed8fd38ca44264a88653b5aaba1705d459cb47 4SHA512 (jsonschema-4.21.0.tar.gz) = 7467a1c70e587d32c2d196050b60f01a765a27ac0c97f4481c2c654381863911999e7b8f7592ec6ce24a92fb81f4de4ce5197652977a82ace5b75928a6c2334c
5Size (jsonschema-4.20.0.tar.gz) = 320243 bytes 5Size (jsonschema-4.21.0.tar.gz) = 321324 bytes