pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/guile-json textproc/guile-json: Update to ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b39fff5061f6
branches:  trunk
changeset: 418988:b39fff5061f6
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Tue Dec 10 18:16:56 2019 +0000

description:
textproc/guile-json: Update to version 3.3.0

Changelog extracted from Changelog file:

bump version to 3.3.0
builder: use string instead of bytevector when throwing exception
Add info to json invalid exception
builder: add #:validate key argument to skip validation
json-builder: throw sensible error warning
parser: make sure empty array slots are considered invalid
added unit tests for scheme object validations
validate scheme object when building JSON document
bump version to 3.2.0
builder: small simplification
add a case for building the JSON of empty JSON objects
builder: document the use of symbols and numbers as JSON object keys
tests: added unit tests for invalid numbers
builder: don't allow complex numbers, inf and nan
bump version to 3.1.0

diffstat:

 textproc/guile-json/Makefile |   4 ++--
 textproc/guile-json/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 87d98ee178c1 -r b39fff5061f6 textproc/guile-json/Makefile
--- a/textproc/guile-json/Makefile      Tue Dec 10 18:04:20 2019 +0000
+++ b/textproc/guile-json/Makefile      Tue Dec 10 18:16:56 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/11/13 10:36:19 ng0 Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/10 18:16:56 ng0 Exp $
 
-DISTNAME=      guile-json-3.1.0
+DISTNAME=      guile-json-3.3.0
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.savannah.gnu.org/releases/guile-json/
 
diff -r 87d98ee178c1 -r b39fff5061f6 textproc/guile-json/distinfo
--- a/textproc/guile-json/distinfo      Tue Dec 10 18:04:20 2019 +0000
+++ b/textproc/guile-json/distinfo      Tue Dec 10 18:16:56 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/11/13 10:36:19 ng0 Exp $
+$NetBSD: distinfo,v 1.2 2019/12/10 18:16:56 ng0 Exp $
 
-SHA1 (guile-json-3.1.0.tar.gz) = 26c1a093abf1a124d9d58a7a67d88f56b2109482
-RMD160 (guile-json-3.1.0.tar.gz) = 05e9ea88a72069bbc73454a93a20f11f2cd5b93b
-SHA512 (guile-json-3.1.0.tar.gz) = 4d3aeb6c1e4e7a556f5fe157db6397bd2eca95216bcc8dcd3e6b45cec7429d436b692976db2398de660401801ab72a501a3cf9126f213d1ffd023a592a1b3242
-Size (guile-json-3.1.0.tar.gz) = 119730 bytes
+SHA1 (guile-json-3.3.0.tar.gz) = 201fe91ccf98fda03fca052415f8e654bd1ab029
+RMD160 (guile-json-3.3.0.tar.gz) = 7918490e21786723f64a6825837617422b70c26c
+SHA512 (guile-json-3.3.0.tar.gz) = e4204e0e9649a308b6146c17ef2ed3fc1a804404d4bb6ce09b6fdb0d09823f185c333e87f5cc940e5affc08f5562550785511ca1f220efbc7ecfe15cedc14881
+Size (guile-json-3.3.0.tar.gz) = 122495 bytes



Home | Main Index | Thread Index | Old Index