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: Fri Jan 9 14:34:24 UTC 2026
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile PLIST distinfo
Log Message:
py-jsonschema: updated to 4.26.0
v4.26.0
* Decrease import time by delaying importing of ``urllib.request``
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-jsonschema/PLIST
cvs rdiff -u -r1.30 -r1.31 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.46 pkgsrc/textproc/py-jsonschema/Makefile:1.47
--- pkgsrc/textproc/py-jsonschema/Makefile:1.46 Tue Aug 19 11:50:16 2025
+++ pkgsrc/textproc/py-jsonschema/Makefile Fri Jan 9 14:34:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/08/19 11:50:16 adam Exp $
+# $NetBSD: Makefile,v 1.47 2026/01/09 14:34:24 adam Exp $
-DISTNAME= jsonschema-4.25.1
+DISTNAME= jsonschema-4.26.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -16,7 +16,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-
DEPENDS+= ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-jsonschema-specifications>=2023.03.6:../../textproc/py-jsonschema-specifications
DEPENDS+= ${PYPKGPREFIX}-referencing>=0.28.4:../../textproc/py-referencing
-DEPENDS+= ${PYPKGPREFIX}-rpds-py>=0.7.1:../../devel/py-rpds-py
+DEPENDS+= ${PYPKGPREFIX}-rpds-py>=0.25.0:../../devel/py-rpds-py
TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.17 pkgsrc/textproc/py-jsonschema/PLIST:1.18
--- pkgsrc/textproc/py-jsonschema/PLIST:1.17 Tue Aug 19 11:50:16 2025
+++ pkgsrc/textproc/py-jsonschema/PLIST Fri Jan 9 14:34:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/08/19 11:50:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/01/09 14:34:24 adam Exp $
bin/jsonschema-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -38,6 +38,9 @@ ${PYSITELIB}/jsonschema/benchmarks/const
${PYSITELIB}/jsonschema/benchmarks/contains.py
${PYSITELIB}/jsonschema/benchmarks/contains.pyc
${PYSITELIB}/jsonschema/benchmarks/contains.pyo
+${PYSITELIB}/jsonschema/benchmarks/import_benchmark.py
+${PYSITELIB}/jsonschema/benchmarks/import_benchmark.pyc
+${PYSITELIB}/jsonschema/benchmarks/import_benchmark.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.30 pkgsrc/textproc/py-jsonschema/distinfo:1.31
--- pkgsrc/textproc/py-jsonschema/distinfo:1.30 Tue Aug 19 11:50:16 2025
+++ pkgsrc/textproc/py-jsonschema/distinfo Fri Jan 9 14:34:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/08/19 11:50:16 adam Exp $
+$NetBSD: distinfo,v 1.31 2026/01/09 14:34:24 adam Exp $
-BLAKE2s (jsonschema-4.25.1.tar.gz) = 1d152819f19393b5e1e57f8fe77ec25f75c15f040fd3bc4696023514d4bed313
-SHA512 (jsonschema-4.25.1.tar.gz) = 292f8345044a9d94d0a355b531b9310f94e5811de7b17b0bdbd2e9a6ff72fcddac8d43c3d3ccf457a5f01d5e359178698086f04190d496be3bb663cdf39690f4
-Size (jsonschema-4.25.1.tar.gz) = 357342 bytes
+BLAKE2s (jsonschema-4.26.0.tar.gz) = fcd3af579cbd47d8ad2789949e72c18587825ec512a676d951f82351e7738062
+SHA512 (jsonschema-4.26.0.tar.gz) = a7ae00392b8deb742f5826a65bce0a9149a67c6ddc4deff0bb2e99a79ed94f02c4738d93fef5247e30016fa38397ec68ecdead1c1d76a0caaf7755941544a0a2
+Size (jsonschema-4.26.0.tar.gz) = 366583 bytes
Home |
Main Index |
Thread Index |
Old Index