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:           Sat Jan 20 08:01:49 UTC 2024

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

Log Message:
py-jsonschema: updated to 4.21.1

v4.21.1

* Slightly speed up the ``contains`` keyword by removing some unnecessary validator (re-)creation.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-jsonschema/PLIST
cvs rdiff -u -r1.24 -r1.25 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.39 pkgsrc/textproc/py-jsonschema/Makefile:1.40
--- pkgsrc/textproc/py-jsonschema/Makefile:1.39 Tue Jan 16 18:18:35 2024
+++ pkgsrc/textproc/py-jsonschema/Makefile      Sat Jan 20 08:01:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/01/16 18:18:35 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/01/20 08:01:49 adam Exp $
 
-DISTNAME=      jsonschema-4.21.0
+DISTNAME=      jsonschema-4.21.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}

Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.14 pkgsrc/textproc/py-jsonschema/PLIST:1.15
--- pkgsrc/textproc/py-jsonschema/PLIST:1.14    Sat Oct 28 19:57:17 2023
+++ pkgsrc/textproc/py-jsonschema/PLIST Sat Jan 20 08:01:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2023/10/28 19:57:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/01/20 08:01:49 adam Exp $
 bin/jsonschema-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -32,6 +32,9 @@ ${PYSITELIB}/jsonschema/_utils.pyo
 ${PYSITELIB}/jsonschema/benchmarks/__init__.py
 ${PYSITELIB}/jsonschema/benchmarks/__init__.pyc
 ${PYSITELIB}/jsonschema/benchmarks/__init__.pyo
+${PYSITELIB}/jsonschema/benchmarks/contains.py
+${PYSITELIB}/jsonschema/benchmarks/contains.pyc
+${PYSITELIB}/jsonschema/benchmarks/contains.pyo
 ${PYSITELIB}/jsonschema/benchmarks/issue232.py
 ${PYSITELIB}/jsonschema/benchmarks/issue232.pyc
 ${PYSITELIB}/jsonschema/benchmarks/issue232.pyo

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.24 pkgsrc/textproc/py-jsonschema/distinfo:1.25
--- pkgsrc/textproc/py-jsonschema/distinfo:1.24 Tue Jan 16 18:18:35 2024
+++ pkgsrc/textproc/py-jsonschema/distinfo      Sat Jan 20 08:01:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/01/16 18:18:35 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/01/20 08:01:49 adam Exp $
 
-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
+BLAKE2s (jsonschema-4.21.1.tar.gz) = 880e93ec15e016a72c129270dca5ccd158b24b3bf50a09029d1674cf33e911c3
+SHA512 (jsonschema-4.21.1.tar.gz) = b0744a80d64572307860c9238ff5048e062b7665d9ed97dd390bae0b168ab96497f359ddc4e95f052d8b177161e5b808ee432bd9fe182c1ea39cbad417db9278
+Size (jsonschema-4.21.1.tar.gz) = 321491 bytes



Home | Main Index | Thread Index | Old Index