Wed Jan 25 14:00:01 2023 UTC ()
py-fastjsonschema: updated to 2.16.2

2.16.2 (2022-08-10)

* Fix compile to code tests to run them on any platform

2.16.1 (2022-07-17)

* Fix uniqueItems when explicitly set to False

2.16.0 (2022-07-17)

* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf


(adam)
diff -r1.1 -r1.2 pkgsrc/textproc/py-fastjsonschema/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/py-fastjsonschema/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-fastjsonschema/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-fastjsonschema/Makefile 2022/04/07 07:00:29 1.1
+++ pkgsrc/textproc/py-fastjsonschema/Makefile 2023/01/25 14:00:01 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2022/04/07 07:00:29 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2023/01/25 14:00:01 adam Exp $
2 2
3DISTNAME= fastjsonschema-2.15.3 3DISTNAME= fastjsonschema-2.16.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/seznam/python-fastjsonschema 9HOMEPAGE= https://github.com/seznam/python-fastjsonschema
10COMMENT= Fastest Python implementation of JSON schema 10COMMENT= Fastest Python implementation of JSON schema
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-fastjsonschema/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-fastjsonschema/distinfo 2022/04/07 07:00:29 1.1
+++ pkgsrc/textproc/py-fastjsonschema/distinfo 2023/01/25 14:00:01 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2022/04/07 07:00:29 adam Exp $ 1$NetBSD: distinfo,v 1.2 2023/01/25 14:00:01 adam Exp $
2 2
3BLAKE2s (fastjsonschema-2.15.3.tar.gz) = 3b909ef956f776875ad20a987f38740d3cae8f1dc04de89af12d794498cd8073 3BLAKE2s (fastjsonschema-2.16.2.tar.gz) = 7ee394dde8960e183af94b5d5f2d519733de43e1fde391ce86d102d5819abd7f
4SHA512 (fastjsonschema-2.15.3.tar.gz) = f1c73ab8bbcb255f56c09259f61ff1436fdbcc77aa5aecf24b5d7ba2e654c0497c6bc5ac595b0fc0fa9045d071cab8744e7e02601a7b339968dc479f5f313d64 4SHA512 (fastjsonschema-2.16.2.tar.gz) = b4db943d2a048b3bf34a14ccab7ef7a6b1fc6e3f0ea8d3ee2e46a3ebf9ae7ba0616f3008d58a9971b8c5fa4e2f58efdb4718c57375241ddabd4b04cd442cb6a0
5Size (fastjsonschema-2.15.3.tar.gz) = 18469 bytes 5Size (fastjsonschema-2.16.2.tar.gz) = 18895 bytes