pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema py-jsonschema: updated to 4.16.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f161d700f85d
branches:  trunk
changeset: 385325:f161d700f85d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 14 11:04:57 2022 +0000

description:
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``.

diffstat:

 textproc/py-jsonschema/Makefile |  4 ++--
 textproc/py-jsonschema/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2b767c645e3f -r f161d700f85d textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Wed Sep 14 11:01:43 2022 +0000
+++ b/textproc/py-jsonschema/Makefile   Wed Sep 14 11:04:57 2022 +0000
@@ -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/}
diff -r 2b767c645e3f -r f161d700f85d textproc/py-jsonschema/distinfo
--- a/textproc/py-jsonschema/distinfo   Wed Sep 14 11:01:43 2022 +0000
+++ b/textproc/py-jsonschema/distinfo   Wed Sep 14 11:04:57 2022 +0000
@@ -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