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:   wen
Date:           Sun Jan 27 15:04:51 UTC 2019

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

Log Message:
Update to 1.6

Upstream changes:
1.6
 - Add parse_json() wrapper that does not guess if a string is actually a file/url
 - Fix a few rchk warnings (mostly false positives)
 - Add asJSON method for hms
 - Do not require is.vector() for unbox to support values with attributes e.g. factor or tzone
 - write_json now suppresses recoding of strings on windows, fixes #226
 - Hide internal libyajl symbols from shlib
 - Remove C calls R connection API which are no longer allowed on CRAN. This may
   lead to about 5% performance decrease for parsing from connections.
 - Remove depreacted rbind.pages function


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/R-jsonlite/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/textproc/R-jsonlite/Makefile:1.3
--- pkgsrc/textproc/R-jsonlite/Makefile:1.2     Sat Jul 28 14:40:52 2018
+++ pkgsrc/textproc/R-jsonlite/Makefile Sun Jan 27 15:04:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:52 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/27 15:04:51 wen Exp $
 
 CATEGORIES=    textproc
 
@@ -8,7 +8,7 @@ COMMENT=        Robust, high performance JSON p
 LICENSE=       mit
 
 R_PKGNAME=     jsonlite
-R_PKGVER=      1.5
+R_PKGVER=      1.6
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/R-jsonlite/distinfo
diff -u pkgsrc/textproc/R-jsonlite/distinfo:1.1 pkgsrc/textproc/R-jsonlite/distinfo:1.2
--- pkgsrc/textproc/R-jsonlite/distinfo:1.1     Thu Feb  8 17:35:23 2018
+++ pkgsrc/textproc/R-jsonlite/distinfo Sun Jan 27 15:04:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/02/08 17:35:23 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/01/27 15:04:51 wen Exp $
 
-SHA1 (R/jsonlite_1.5.tar.gz) = 79ba0df8da5e9867e1854fe47254904b65f7ef68
-RMD160 (R/jsonlite_1.5.tar.gz) = 1347d353629f4db64d24d4e926aeb9311a70ba87
-SHA512 (R/jsonlite_1.5.tar.gz) = c22dc23b319c0e9acdf857a6ae8750a4b77d5a663df8540fb4550900e700cfca47031267277b01dd7da695387c4d6184f1332a1e124e6137a2ca2c020351d4b0
-Size (R/jsonlite_1.5.tar.gz) = 1096810 bytes
+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



Home | Main Index | Thread Index | Old Index