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:           Thu Nov  2 11:01:10 UTC 2023

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

Log Message:
py-jsonschema: updated to 4.19.2

v4.19.2

* Fix the error message for additional items when used with heterogeneous arrays.
* Don't leak the ``additionalItems`` keyword into JSON Schema draft 2020-12, where it was replaced by ``items``.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.21 -r1.22 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.36 pkgsrc/textproc/py-jsonschema/Makefile:1.37
--- pkgsrc/textproc/py-jsonschema/Makefile:1.36 Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-jsonschema/Makefile      Thu Nov  2 11:01:10 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/10/28 19:57:17 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/11/02 11:01:10 adam Exp $
 
-DISTNAME=      jsonschema-4.19.1
+DISTNAME=      jsonschema-4.19.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
 

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.21 pkgsrc/textproc/py-jsonschema/distinfo:1.22
--- pkgsrc/textproc/py-jsonschema/distinfo:1.21 Wed Sep 20 16:45:52 2023
+++ pkgsrc/textproc/py-jsonschema/distinfo      Thu Nov  2 11:01:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/09/20 16:45:52 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/11/02 11:01:10 adam Exp $
 
-BLAKE2s (jsonschema-4.19.1.tar.gz) = cf8f676b8c8cbb5f0fc656b40d7345edbfeac73cdd58debde7e619773b7efd5e
-SHA512 (jsonschema-4.19.1.tar.gz) = 60fa769faf6e3fc2c14eb9acd189c86e9d366b157230a5681d36552af0c159cb1ad33fd920668a36afdab98bc97253f91501704c5c07b5009fdaf9d29b52060d
-Size (jsonschema-4.19.1.tar.gz) = 318089 bytes
+BLAKE2s (jsonschema-4.19.2.tar.gz) = e90207185abafa7354cf10f56cfc37d7bb716aa9906cf4481be1c2b8290bef71
+SHA512 (jsonschema-4.19.2.tar.gz) = 0820f0e6417cceb1017efe9b8fed6e386acbb194e786c97c89a94f173c22a8dfa8144f19ae46cbf44cb3d2b78b27d4631344e13e964d82d9810a513d328a95a0
+Size (jsonschema-4.19.2.tar.gz) = 318786 bytes



Home | Main Index | Thread Index | Old Index