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: Mon Nov 27 15:37:10 UTC 2023
Modified Files:
pkgsrc/textproc/py-jsonschema: Makefile distinfo
Log Message:
py-jsonschema: updated to 4.20.0
v4.20.0
* Properly consider items (and properties) to be evaluated by ``unevaluatedItems`` (resp. ``unevaluatedProperties``) when behind a ``$dynamicRef`` as specified by the 2020 and 2019 specifications.
* ``jsonschema.exceptions.ErrorTree.__setitem__`` is now deprecated.
More broadly, in general users of ``jsonschema`` should never be mutating objects owned by the library.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.22 -r1.23 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.37 pkgsrc/textproc/py-jsonschema/Makefile:1.38
--- pkgsrc/textproc/py-jsonschema/Makefile:1.37 Thu Nov 2 11:01:10 2023
+++ pkgsrc/textproc/py-jsonschema/Makefile Mon Nov 27 15:37:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/11/02 11:01:10 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/11/27 15:37:10 adam Exp $
-DISTNAME= jsonschema-4.19.2
+DISTNAME= jsonschema-4.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -35,9 +35,5 @@ post-install:
TEST_ENV+= JSON_SCHEMA_TEST_SUITE=${WRKSRC}/json
-# after 'make install'
-do-test:
- cd ${WRKSRC}/jsonschema && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.22 pkgsrc/textproc/py-jsonschema/distinfo:1.23
--- pkgsrc/textproc/py-jsonschema/distinfo:1.22 Thu Nov 2 11:01:10 2023
+++ pkgsrc/textproc/py-jsonschema/distinfo Mon Nov 27 15:37:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/11/02 11:01:10 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/11/27 15:37:10 adam Exp $
-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
+BLAKE2s (jsonschema-4.20.0.tar.gz) = d7bc2421b7b4513538765ba99e2b861bf652b1d9d8152b5fc9c27b6cfc0b44af
+SHA512 (jsonschema-4.20.0.tar.gz) = 916ce6e5a1cce19e52d34394797d59c4821a3e7abad0248d929a8d5975e8e5a2c0a270b2839d6e1800037a53d0ed8fd38ca44264a88653b5aaba1705d459cb47
+Size (jsonschema-4.20.0.tar.gz) = 320243 bytes
Home |
Main Index |
Thread Index |
Old Index