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.17.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4946d9083475
branches:  trunk
changeset: 390410:4946d9083475
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 19 08:22:10 2022 +0000

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

diffstat:

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

diffs (25 lines):

diff -r 51e40fcb6557 -r 4946d9083475 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Mon Dec 19 08:16:30 2022 +0000
+++ b/textproc/py-jsonschema/Makefile   Mon Dec 19 08:22:10 2022 +0000
@@ -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/}
diff -r 51e40fcb6557 -r 4946d9083475 textproc/py-jsonschema/distinfo
--- a/textproc/py-jsonschema/distinfo   Mon Dec 19 08:16:30 2022 +0000
+++ b/textproc/py-jsonschema/distinfo   Mon Dec 19 08:22:10 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index