pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-jsonlite



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 20 09:55:09 UTC 2020

Modified Files:
        pkgsrc/textproc/R-jsonlite: Makefile distinfo

Log Message:
(textproc/R-jsonlite) Updated 1.6.0 to 1.7.1

1.7.1
 - Always rename the 'sf_column' column to 'geometry' in toJSON(sf = 'geojson') because
   that is what the spec says.
 - Add asJSON method for ITime.
 - Fix toJSON() for encoding strings in multibyte locale on Windows
 - serializeJSON() now supports S4 "pseudo-null" (i.e. empty slots)

1.7.0
 - Add support for 'sf' classes in toJSON() conform GeoJSON spec.
 - Fix a unit test due to a change in rgdal

1.6.1
 - Fix bug in C_collapse_array_pretty_inner declarationdetected by CRAN LTO
 - Better handing of NA in timestamps with POSIXt = 'mongo'
 - The 'raw' parameter in toJSON gains options 'int' and 'js'


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-jsonlite/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/R-jsonlite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-jsonlite/Makefile
diff -u pkgsrc/textproc/R-jsonlite/Makefile:1.5 pkgsrc/textproc/R-jsonlite/Makefile:1.6
--- pkgsrc/textproc/R-jsonlite/Makefile:1.5     Thu Aug  8 19:53:57 2019
+++ pkgsrc/textproc/R-jsonlite/Makefile Sun Sep 20 09:55:09 2020
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:57 brook Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/20 09:55:09 mef Exp $
 
 R_PKGNAME=     jsonlite
-R_PKGVER=      1.6
+R_PKGVER=      1.7.1
 CATEGORIES=    textproc
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Robust, high performance JSON parser and generator for R
 LICENSE=       mit
 
+TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/textproc/R-jsonlite/distinfo
diff -u pkgsrc/textproc/R-jsonlite/distinfo:1.2 pkgsrc/textproc/R-jsonlite/distinfo:1.3
--- pkgsrc/textproc/R-jsonlite/distinfo:1.2     Sun Jan 27 15:04:51 2019
+++ pkgsrc/textproc/R-jsonlite/distinfo Sun Sep 20 09:55:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/01/27 15:04:51 wen Exp $
+$NetBSD: distinfo,v 1.3 2020/09/20 09:55:09 mef Exp $
 
-SHA1 (R/jsonlite_1.6.tar.gz) = 2bd88defd4e5f09b3487bcce58085aace6d418f2
-RMD160 (R/jsonlite_1.6.tar.gz) = 9a75492c8a63f1a4f62d2b4eccfd169f7b4bc059
-SHA512 (R/jsonlite_1.6.tar.gz) = 2a712c5626438e5aa26cc9df8e051afa859588875e209794d4bf74d9f42e3d7ec871b6acaa95df73313078cbdf8ac2c2166eb22482987e985536d7cccd3a1c89
-Size (R/jsonlite_1.6.tar.gz) = 1052728 bytes
+SHA1 (R/jsonlite_1.7.1.tar.gz) = b4789bf4c075d62d8800d0588937094a3a7a380b
+RMD160 (R/jsonlite_1.7.1.tar.gz) = 352a573f97b545d476f1a0a9b4b6f761f7bbdd9b
+SHA512 (R/jsonlite_1.7.1.tar.gz) = 7520f8f573fb2ed94b0e57a60ec26353decf99592f7fe8e699e006fca6cab63fed06ed24207f45fa163541d7b5a878fa82318ca52b0b99d9db8cb2c2ea4ee3a9
+Size (R/jsonlite_1.7.1.tar.gz) = 1057786 bytes



Home | Main Index | Thread Index | Old Index