pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-JSONSchema-Validator
Module Name: pkgsrc
Committed By: wen
Date: Sun Aug 11 01:33:05 UTC 2024
Modified Files:
pkgsrc/devel/p5-JSONSchema-Validator: Makefile distinfo
Log Message:
Update to 0.11
Upstream changes:
0.011 2022-08-24
- Added checking params from schema
- Fixed incorrectly handle array parameters
- Added expectation and actual to type mismatch errors
- Added the URI of the followed $ref
- Improved documentation and tests
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-JSONSchema-Validator/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-JSONSchema-Validator/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-JSONSchema-Validator/Makefile
diff -u pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.5 pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.6
--- pkgsrc/devel/p5-JSONSchema-Validator/Makefile:1.5 Thu Jul 6 09:39:24 2023
+++ pkgsrc/devel/p5-JSONSchema-Validator/Makefile Sun Aug 11 01:33:05 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2023/07/06 09:39:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/11 01:33:05 wen Exp $
-DISTNAME= JSONSchema-Validator-0.010
+DISTNAME= JSONSchema-Validator-0.011
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LO/LOGIONIZ/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PU/PUTINTSEV/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/p5-JSONSchema-Validator/distinfo
diff -u pkgsrc/devel/p5-JSONSchema-Validator/distinfo:1.2 pkgsrc/devel/p5-JSONSchema-Validator/distinfo:1.3
--- pkgsrc/devel/p5-JSONSchema-Validator/distinfo:1.2 Fri Jan 21 01:37:24 2022
+++ pkgsrc/devel/p5-JSONSchema-Validator/distinfo Sun Aug 11 01:33:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/01/21 01:37:24 wen Exp $
+$NetBSD: distinfo,v 1.3 2024/08/11 01:33:05 wen Exp $
-BLAKE2s (JSONSchema-Validator-0.010.tar.gz) = 4cd4627845ecd652ded833c61d02af3b2a6320eed373a150341af198c26858a3
-SHA512 (JSONSchema-Validator-0.010.tar.gz) = cd87418b9248187cc93e749121cdbbc96dfa326964f45988b1090213254de43153506bc9c4cf2a4c63e4f66b3dff427b76f7d62ac57aa4cff8e73441d5feafb7
-Size (JSONSchema-Validator-0.010.tar.gz) = 50940 bytes
+BLAKE2s (JSONSchema-Validator-0.011.tar.gz) = 47e7eb2e11a0dec3df82c17e3b5df8d64de2c71d0f3374e9079a33d0c53c3ce5
+SHA512 (JSONSchema-Validator-0.011.tar.gz) = 09ac7ceff0b50ba86e5b741d5c013654536a53d54f1f7f52f76ddad1e3540574b533823a667d5e230f8f7c9f5e4141ac2905a3069ea98d5dfe5b77a8790d11e5
+Size (JSONSchema-Validator-0.011.tar.gz) = 52414 bytes
Home |
Main Index |
Thread Index |
Old Index