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:           Wed Sep 14 11:04:57 UTC 2022

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

Log Message:
py-jsonschema: updated to 4.16.0

v4.16.0
=======
* Improve the base URI behavior when resolving a ``$ref`` to a resolution URI
  which is different from the resolved schema's declared ``$id``.
* Accessing ``jsonschema.draftN_format_checker`` is deprecated. Instead, if you
  want access to the format checker itself, it is exposed as
  ``jsonschema.validators.DraftNValidator.FORMAT_CHECKER`` on any
  ``jsonschema.protocols.Validator``.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.15 -r1.16 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.28 pkgsrc/textproc/py-jsonschema/Makefile:1.29
--- pkgsrc/textproc/py-jsonschema/Makefile:1.28 Mon Sep  5 14:14:17 2022
+++ pkgsrc/textproc/py-jsonschema/Makefile      Wed Sep 14 11:04:57 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/09/05 14:14:17 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/09/14 11:04:57 adam Exp $
 
-DISTNAME=      jsonschema-4.15.0
+DISTNAME=      jsonschema-4.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.15 pkgsrc/textproc/py-jsonschema/distinfo:1.16
--- pkgsrc/textproc/py-jsonschema/distinfo:1.15 Mon Sep  5 14:14:17 2022
+++ pkgsrc/textproc/py-jsonschema/distinfo      Wed Sep 14 11:04:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/05 14:14:17 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/09/14 11:04:57 adam Exp $
 
-BLAKE2s (jsonschema-4.15.0.tar.gz) = 7884b320e0cc8b4c5a00a28c8896384689523dcee32659ecd189608873bf718e
-SHA512 (jsonschema-4.15.0.tar.gz) = 8293b1dd7b16eb77b19ce89608384b3d97c1523ba080f38e6293390ba1b326d970721fdd6966623fc8a94b2b3357d1a68e1cc40b16eed037979fe6eb5684fa3f
-Size (jsonschema-4.15.0.tar.gz) = 290458 bytes
+BLAKE2s (jsonschema-4.16.0.tar.gz) = f2f85a575b4203252fbbaa253766fd7cd754460bbd9ae026700bae0c9d04f903
+SHA512 (jsonschema-4.16.0.tar.gz) = c84abc992f410e9d558e2ce06c7172e9e2d298cff469baf8a23b1ea5b4777e6addfa757c5cc62b2e28e257721ee55e04bec0852e5f525adfa87392cbf712828f
+Size (jsonschema-4.16.0.tar.gz) = 292399 bytes



Home | Main Index | Thread Index | Old Index