pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-fastjsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 17 09:14:29 UTC 2026

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

Log Message:
py-fastjsonschema: updated to 2.22.2

2.22.2
* Fixed wrong results of anyOf, oneOf, not, if/then/else, contains and propertyNames when `fast_fail` is off
* Fixed collecting errors from subschemas behind `$ref` when `fast_fail` is off
* Fixed escaping property name in boolean `dependencies` validation (prevents schema-controlled code injection)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-fastjsonschema/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-fastjsonschema/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-fastjsonschema/Makefile
diff -u pkgsrc/textproc/py-fastjsonschema/Makefile:1.16 pkgsrc/textproc/py-fastjsonschema/Makefile:1.17
--- pkgsrc/textproc/py-fastjsonschema/Makefile:1.16     Wed Aug  5 02:57:27 2026
+++ pkgsrc/textproc/py-fastjsonschema/Makefile  Mon Aug 17 09:14:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/08/05 02:57:27 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/17 09:14:29 adam Exp $
 
-DISTNAME=      fastjsonschema-2.22.1
+DISTNAME=      fastjsonschema-2.22.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fastjsonschema/}

Index: pkgsrc/textproc/py-fastjsonschema/distinfo
diff -u pkgsrc/textproc/py-fastjsonschema/distinfo:1.13 pkgsrc/textproc/py-fastjsonschema/distinfo:1.14
--- pkgsrc/textproc/py-fastjsonschema/distinfo:1.13     Wed Aug  5 02:57:27 2026
+++ pkgsrc/textproc/py-fastjsonschema/distinfo  Mon Aug 17 09:14:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/08/05 02:57:27 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/08/17 09:14:29 adam Exp $
 
-BLAKE2s (fastjsonschema-2.22.1.tar.gz) = 206738f185a88f3293d8e81142fa1c4702cdffbd9097c86f334cba27d1715d86
-SHA512 (fastjsonschema-2.22.1.tar.gz) = 975246cee87cea677cb87873d3ad7b81dd30370a5c860dd59527bd3793925693cd63e666250fcdcc70d7cbf4deb42733cd0606a63d6665c58b72b53d699fd847
-Size (fastjsonschema-2.22.1.tar.gz) = 382291 bytes
+BLAKE2s (fastjsonschema-2.22.2.tar.gz) = f074a4dd20d62253f5bafea68fcab5decb85501643f40833e0eee3d8ff577646
+SHA512 (fastjsonschema-2.22.2.tar.gz) = bb479bab8031e48188fa1a26633c423f81ec9f7f2bdeb93edffcaf8b867aff15f23841bbbf8f17a70fce7dfbf3a15dc5052d1fb5e6a10ccba0253be5cb8ba47c
+Size (fastjsonschema-2.22.2.tar.gz) = 385171 bytes



Home | Main Index | Thread Index | Old Index