summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@pkgsrc.org>2019-12-10 18:16:56 +0000
committerng0 <ng0@pkgsrc.org>2019-12-10 18:16:56 +0000
commit5f2b17055b1f077277a75b2db824b652968f34d0 (patch)
treedcade44579c53f2584d972e01d09b62e728f65d8
parentce5f30cbf899b66be4b4aaff09aeff15d8204cf8 (diff)
downloadpkgsrc-5f2b17055b1f077277a75b2db824b652968f34d0.tar.gz
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
-rw-r--r--textproc/guile-json/Makefile4
-rw-r--r--textproc/guile-json/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/guile-json/Makefile b/textproc/guile-json/Makefile
index 750281d829e..fa10bd0b792 100644
--- a/textproc/guile-json/Makefile
+++ b/textproc/guile-json/Makefile
@@ -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 --git a/textproc/guile-json/distinfo b/textproc/guile-json/distinfo
index 66d367d226a..6f84d1c5b03 100644
--- a/textproc/guile-json/distinfo
+++ b/textproc/guile-json/distinfo
@@ -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