Skip to content

Commit 8f37bce

Browse files
author
adam
committed
py-fastjsonschema: updated to 2.20.0
2.20.0 (2024-06-15) * Added validations at compile time: * `required` must have unique items * checking if schema is not allowing `required` items (item is required, but is not listed in properties)
1 parent 9becbb6 commit 8f37bce

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

textproc/py-fastjsonschema/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.9 2023/12/31 19:47:53 adam Exp $
1+
# $NetBSD: Makefile,v 1.10 2024/06/18 12:36:07 adam Exp $
22

3-
DISTNAME= fastjsonschema-2.19.1
3+
DISTNAME= fastjsonschema-2.20.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= textproc python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.8 2023/12/31 19:47:53 adam Exp $
1+
$NetBSD: distinfo,v 1.9 2024/06/18 12:36:07 adam Exp $
22

3-
BLAKE2s (fastjsonschema-2.19.1.tar.gz) = 01ebb48dccbc25c5d47b386a15151558c6835a5a4bcfcaafd0959567e136de3b
4-
SHA512 (fastjsonschema-2.19.1.tar.gz) = b276788ebe1d3a6bc5d1463c2a4940fbe5c9e0a7919c813b78f385faa406527cac34d4042e6a69e0ca1631f3e5ed0bc351e13d9d1e245132a1607e010a5a2346
5-
Size (fastjsonschema-2.19.1.tar.gz) = 372732 bytes
3+
BLAKE2s (fastjsonschema-2.20.0.tar.gz) = de012c11092e9a0acef09a2f9a764860622f480cd18ac4774f04793656bfa876
4+
SHA512 (fastjsonschema-2.20.0.tar.gz) = 7881937a02c7487d1dfd7499dbe85e8f8e359b9686673f32491d93cef1d7a949df5309b0d4a5cc525a7d9c8269568bc34e9d072ec1a49e44d5becbf8718b250d
5+
Size (fastjsonschema-2.20.0.tar.gz) = 373056 bytes

0 commit comments

Comments
 (0)