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.5.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/085ed76a2052
branches: trunk
changeset: 771341:085ed76a2052
user: nikita <nikita%pkgsrc.org@localhost>
date: Fri Dec 17 14:07:09 2021 +0000
description:
textproc/guile-json: Update to 4.5.2
ChangeLog (from NEWS):
* Version 4.5.2 (Feb 3, 2021)
- Add missing modules to record.scm.
* Version 4.5.1 (Jan 11, 2020)
- Allow false values in JSON mappings.
(Fixes #70)
* Version 4.5.0 (Jan 3, 2020)
- Introduce (define-json-type) a much simpler way to define JSON
objects and record mappings. It makes use of the existing
(define-json-mapping).
* Version 4.4.1 (Nov 29, 2020)
- Fixed a few parsing issues from JSON Parsing Test Suite
(https://github.com/nst/JSONTestSuite).
(Fixes #67)
* Version 4.4.0 (Oct 22, 2020)
- Record-JSON mapping now can define another optional procedure
record->scm to convert a record to an alist. (Fixes #63)
- Record-JSON mapping now allows using *unspecified* values to
indicate a field record should not be serialized. (Fixes #61)
- Improve pretty printing.
(thanks to Jonas Schürmann)
* Version 4.3.2 (Jul 23, 2020)
- Fix unicode for values from E000 and upwards.
(thanks again to pkill9 and RhodiumToad from #guile)
* Version 4.3.1 (Jul 22, 2020)
- Fix unicode codepoint with surrogate pairs.
(thanks to pkill9 and RhodiumToad from #guile)
* Version 4.3.0 (Jul 3, 2020)
- Make RECORD->JSON optional in (define-json-mapping).
* Version 4.2.0 (Jun 30, 2020)
- Introduce (define-json-mapping) which allows converting a JSON
object into a record type and vice versa. The initial code for
this feature was copied from the GNU Guix project.
diffstat:
textproc/guile-json/Makefile | 4 ++--
textproc/guile-json/PLIST | 4 +++-
textproc/guile-json/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r d8eb08e32759 -r 085ed76a2052 textproc/guile-json/Makefile
--- a/textproc/guile-json/Makefile Fri Dec 17 13:43:11 2021 +0000
+++ b/textproc/guile-json/Makefile Fri Dec 17 14:07:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/06/22 08:01:49 nikita Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/17 14:07:09 nikita Exp $
-DISTNAME= guile-json-4.1.0
+DISTNAME= guile-json-4.5.2
CATEGORIES= textproc
MASTER_SITES= http://download.savannah.gnu.org/releases/guile-json/
diff -r d8eb08e32759 -r 085ed76a2052 textproc/guile-json/PLIST
--- a/textproc/guile-json/PLIST Fri Dec 17 13:43:11 2021 +0000
+++ b/textproc/guile-json/PLIST Fri Dec 17 14:07:09 2021 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/13 10:36:19 ng0 Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/17 14:07:09 nikita Exp $
guile/2.2/lib/guile/2.2/site-ccache/json.go
guile/2.2/lib/guile/2.2/site-ccache/json/builder.go
guile/2.2/lib/guile/2.2/site-ccache/json/parser.go
+guile/2.2/lib/guile/2.2/site-ccache/json/record.go
guile/2.2/share/guile/site/2.2/json.scm
guile/2.2/share/guile/site/2.2/json/builder.scm
guile/2.2/share/guile/site/2.2/json/parser.scm
+guile/2.2/share/guile/site/2.2/json/record.scm
diff -r d8eb08e32759 -r 085ed76a2052 textproc/guile-json/distinfo
--- a/textproc/guile-json/distinfo Fri Dec 17 13:43:11 2021 +0000
+++ b/textproc/guile-json/distinfo Fri Dec 17 14:07:09 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:56 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/17 14:07:09 nikita Exp $
-BLAKE2s (guile-json-4.1.0.tar.gz) = 9ef9ffd04db4d30a32e40a8ccbc0d1d26887be512b425f3f58bbe6831a546ad9
-SHA512 (guile-json-4.1.0.tar.gz) = ea8eef22d027968bd9faf3170eee7f781837e3a614a5523afe8f89c450408966de11e8082e7ebeacb6c3c50f52c1a033526b9c2491e1cb625ef985ad16eed9b2
-Size (guile-json-4.1.0.tar.gz) = 150870 bytes
+BLAKE2s (guile-json-4.5.2.tar.gz) = 60d7699370bd3c25a7ad28a5f1b96b6d7a844a140e4f061026c3a6c2ee9018c8
+SHA512 (guile-json-4.5.2.tar.gz) = ed189d49b0529f36f76bf16ea371ca6b9651cd40dd86f755062cea9fd93f5a4d8ceb571cc62bf0f88c404a2ab86ea6f7ccb682e81cd5bcdb78f0bdf52a39502b
+Size (guile-json-4.5.2.tar.gz) = 159925 bytes
Home |
Main Index |
Thread Index |
Old Index