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:           Tue Jun 18 12:36:08 UTC 2024

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

Log Message:
py-fastjsonschema: updated to 2.20.0

2.20.0 (2024-06-15)

* Added validations at compile time:
    * `required` must have unique items
    * checking if schema is not allowing `required` items (item is required, but is not listed in properties)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-fastjsonschema/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/textproc/py-fastjsonschema/Makefile:1.10
--- pkgsrc/textproc/py-fastjsonschema/Makefile:1.9      Sun Dec 31 19:47:53 2023
+++ pkgsrc/textproc/py-fastjsonschema/Makefile  Tue Jun 18 12:36:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/12/31 19:47:53 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/06/18 12:36:07 adam Exp $
 
-DISTNAME=      fastjsonschema-2.19.1
+DISTNAME=      fastjsonschema-2.20.0
 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.8 pkgsrc/textproc/py-fastjsonschema/distinfo:1.9
--- pkgsrc/textproc/py-fastjsonschema/distinfo:1.8      Sun Dec 31 19:47:53 2023
+++ pkgsrc/textproc/py-fastjsonschema/distinfo  Tue Jun 18 12:36:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/12/31 19:47:53 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/06/18 12:36:07 adam Exp $
 
-BLAKE2s (fastjsonschema-2.19.1.tar.gz) = 01ebb48dccbc25c5d47b386a15151558c6835a5a4bcfcaafd0959567e136de3b
-SHA512 (fastjsonschema-2.19.1.tar.gz) = b276788ebe1d3a6bc5d1463c2a4940fbe5c9e0a7919c813b78f385faa406527cac34d4042e6a69e0ca1631f3e5ed0bc351e13d9d1e245132a1607e010a5a2346
-Size (fastjsonschema-2.19.1.tar.gz) = 372732 bytes
+BLAKE2s (fastjsonschema-2.20.0.tar.gz) = de012c11092e9a0acef09a2f9a764860622f480cd18ac4774f04793656bfa876
+SHA512 (fastjsonschema-2.20.0.tar.gz) = 7881937a02c7487d1dfd7499dbe85e8f8e359b9686673f32491d93cef1d7a949df5309b0d4a5cc525a7d9c8269568bc34e9d072ec1a49e44d5becbf8718b250d
+Size (fastjsonschema-2.20.0.tar.gz) = 373056 bytes



Home | Main Index | Thread Index | Old Index