pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-jsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 16 18:18:35 UTC 2024

Modified Files:
        pkgsrc/textproc/py-jsonschema: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-jsonschema/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.38 pkgsrc/textproc/py-jsonschema/Makefile:1.39
--- pkgsrc/textproc/py-jsonschema/Makefile:1.38 Mon Nov 27 15:37:10 2023
+++ pkgsrc/textproc/py-jsonschema/Makefile      Tue Jan 16 18:18:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/11/27 15:37:10 adam Exp $
+# $NetBSD: Makefile,v 1.39 2024/01/16 18:18:35 adam Exp $
 
-DISTNAME=      jsonschema-4.20.0
+DISTNAME=      jsonschema-4.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}

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



Home | Main Index | Thread Index | Old Index