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 4.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d97a3803b2d
branches:  trunk
changeset: 388059:1d97a3803b2d
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Sat Nov 12 07:42:16 2022 +0000

description:
textproc/guile-json: update to 4.7.2

Changelog:

    record: also fix nested record for vectors

    bump version to 4.7.2

    record: don't call scm->record if value is *unspecified* in
    (define-json-type)

    Given the following example:

       (define-json-type <account>
         (id)
         (username)
         (omitted "omitted" <omitted>)
         (boolean))

       (define-json-type <omitted>
         (name))

    If `omitted` is *unspecified* there's no need to keep going through
    that field.

    This also rolls back part of commit 029212e.

    Fixes #78

diffstat:

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

diffs (28 lines):

diff -r 1faf401efb46 -r 1d97a3803b2d textproc/guile-json/Makefile
--- a/textproc/guile-json/Makefile      Sat Nov 12 06:19:53 2022 +0000
+++ b/textproc/guile-json/Makefile      Sat Nov 12 07:42:16 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/05/09 08:45:39 nikita Exp $
+# $NetBSD: Makefile,v 1.9 2022/11/12 07:42:16 nikita Exp $
 
-DISTNAME=      guile-json-4.7.1
+DISTNAME=      guile-json-4.7.2
 CATEGORIES=    textproc
-MASTER_SITES=  http://download.savannah.gnu.org/releases/guile-json/
+MASTER_SITES=  https://download.savannah.gnu.org/releases/guile-json/
 
 MAINTAINER=    nikita%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/aconchillo/guile-json
diff -r 1faf401efb46 -r 1d97a3803b2d textproc/guile-json/distinfo
--- a/textproc/guile-json/distinfo      Sat Nov 12 06:19:53 2022 +0000
+++ b/textproc/guile-json/distinfo      Sat Nov 12 07:42:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/05/09 08:45:39 nikita Exp $
+$NetBSD: distinfo,v 1.9 2022/11/12 07:42:16 nikita Exp $
 
-BLAKE2s (guile-json-4.7.1.tar.gz) = 0d0f091a6c29d3e26cc04ad0c22b58d7ccf13c93b401fbd18d775eee427c2933
-SHA512 (guile-json-4.7.1.tar.gz) = f96ca819ffebf8e736cb4e28ee8c6e80c5a7f6f2a064897a4dd7094e3e4b879ba7cd5780778c4dce0db4a938b7603d3352f4a30aab9cd35f47d7ff1c1e3208ac
-Size (guile-json-4.7.1.tar.gz) = 162507 bytes
+BLAKE2s (guile-json-4.7.2.tar.gz) = b5b0d59ce896dcf4b63e64c3d254524524f672aaf1196b44d4f19b77cba03d8b
+SHA512 (guile-json-4.7.2.tar.gz) = f717e4554a2c816bf5b62931a561181c693bb8ae460c2c12e08d4c2d2bf7eb5734b69c1e4b236a0ba685d0db734b510a4c3c3e8134f3def42be8841fdb684b57
+Size (guile-json-4.7.2.tar.gz) = 164331 bytes



Home | Main Index | Thread Index | Old Index