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 Dec 19 08:22:11 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.18 -r1.19 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.31 pkgsrc/textproc/py-jsonschema/Makefile:1.32
--- pkgsrc/textproc/py-jsonschema/Makefile:1.31 Sun Nov 27 12:09:29 2022
+++ pkgsrc/textproc/py-jsonschema/Makefile      Mon Dec 19 08:22:10 2022
@@ -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/}

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.18 pkgsrc/textproc/py-jsonschema/distinfo:1.19
--- pkgsrc/textproc/py-jsonschema/distinfo:1.18 Sun Nov 27 12:09:29 2022
+++ pkgsrc/textproc/py-jsonschema/distinfo      Mon Dec 19 08:22:10 2022
@@ -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