pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-Parse p5-JSON-Parse: update to 0.61.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25ba61049afb
branches:  trunk
changeset: 451365:25ba61049afb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 26 14:37:14 2021 +0000

description:
p5-JSON-Parse: update to 0.61.

0.61 2021-02-11

* Add upgrade_utf8 method

0.60 2021-01-26

* Add "read" method to read a file from an object
* Rename "run" to "parse" (old name is still OK)
* "tokenize_child" no longer returns parent on failure
* Add JSON::Whitespace (manipulate JSON whitespace) to the module

0.59 2021-01-26

* "json_file_to_perl" renamed "read_json"
* Documentation work
 -- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
 -- Add Metacpan vote ratings to other CPAN modules section
 -- Sections reordered to put methods above parsing details

0.58 2021-01-01

* Protect against stack overflows by having maximum parsing depth
 -- set_max_depth, get_max_depth methods added
* Documentation updated
 -- JSON RFC changed to 8259
 -- Discussion of Unicode tests in JSON Test Suite

diffstat:

 converters/p5-JSON-Parse/Makefile |   4 ++--
 converters/p5-JSON-Parse/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r be63eae2afac -r 25ba61049afb converters/p5-JSON-Parse/Makefile
--- a/converters/p5-JSON-Parse/Makefile Mon Apr 26 14:36:37 2021 +0000
+++ b/converters/p5-JSON-Parse/Makefile Mon Apr 26 14:37:14 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/09/07 10:36:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/26 14:37:14 wiz Exp $
 
-DISTNAME=      JSON-Parse-0.57
+DISTNAME=      JSON-Parse-0.61
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    converters perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
diff -r be63eae2afac -r 25ba61049afb converters/p5-JSON-Parse/distinfo
--- a/converters/p5-JSON-Parse/distinfo Mon Apr 26 14:36:37 2021 +0000
+++ b/converters/p5-JSON-Parse/distinfo Mon Apr 26 14:37:14 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/07 10:36:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2021/04/26 14:37:14 wiz Exp $
 
-SHA1 (JSON-Parse-0.57.tar.gz) = ba33014668b386310f237d025fd55adda37633bb
-RMD160 (JSON-Parse-0.57.tar.gz) = 25d2bbb1b7b7bcc524e39616c439b3a682000ac6
-SHA512 (JSON-Parse-0.57.tar.gz) = 96be06e9cf219622f6064eed3dc553589f5f49f6473ae5382d98179cc5d0a0ad9ff1e79014de41312d40e503b98ad034d2ca898e30d051a804817e3f2245ff65
-Size (JSON-Parse-0.57.tar.gz) = 79465 bytes
+SHA1 (JSON-Parse-0.61.tar.gz) = abdd35c733d06c2d59cdaf2b59d6118830b55c61
+RMD160 (JSON-Parse-0.61.tar.gz) = b7a2b4fa1013f0d92a405f93d8749321f24d5f54
+SHA512 (JSON-Parse-0.61.tar.gz) = 3bf06ca12006ecef8a2d1692fe79c749cfe7eecf3d52140081ac8c46b1a1ef046bcf4f3b4072e8067d8c39f0f2987c5aca24597e58ad28a009c6a94055333e07
+Size (JSON-Parse-0.61.tar.gz) = 88431 bytes



Home | Main Index | Thread Index | Old Index