py-jsonschema: updated to 4.17.3

v4.17.3
=======
* Fix instantiating validators with cached refs to boolean schemas
  rather than objects.

v4.17.2
=======
* Empty strings are not valid relative JSON Pointers (aren't valid under the
  RJP format).
* Durations without (trailing) units are not valid durations (aren't
  valid under the duration format). This involves changing the dependency
  used for validating durations (from ``isoduration`` to ``isodate``).
This commit is contained in:
adam 2022-12-19 08:22:10 +00:00
parent a2d12955fc
commit 7cff173d20
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.31 2022/11/27 12:09:29 adam Exp $
# $NetBSD: Makefile,v 1.32 2022/12/19 08:22:10 adam Exp $
DISTNAME= jsonschema-4.17.1
DISTNAME= jsonschema-4.17.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.18 2022/11/27 12:09:29 adam Exp $
$NetBSD: distinfo,v 1.19 2022/12/19 08:22:10 adam Exp $
BLAKE2s (jsonschema-4.17.1.tar.gz) = c8081541768185cda43f85c8686b2d9f6baced0d1973b2d230233c4276eb9d9c
SHA512 (jsonschema-4.17.1.tar.gz) = 5d184ea60cf313c9fa6a3e1c2891432531aa7a25a5aced8e51aac46eb67fe7fd17bc9d141faa3e52a834f9067556225cfd3a592d80867b543f0dea42983e5d04
Size (jsonschema-4.17.1.tar.gz) = 296586 bytes
BLAKE2s (jsonschema-4.17.3.tar.gz) = 008614470694f7bf3dc4b69cf624cee5f3eb79ab4a3c3997983f61d49e52746a
SHA512 (jsonschema-4.17.3.tar.gz) = 626fc913c37d2e49e4b47c9e058aab4a96c1dc50c35d8def0b2ea0ca464dc25e3318d4fde4927c11ca38068743cd81779d5189464b821407ac1de1788bad30e2
Size (jsonschema-4.17.3.tar.gz) = 297785 bytes