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:           Sat Apr 23 02:15:38 UTC 2022

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

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

1.8.0
 - Remove all calls to setOldClass() for R >= 4.0 (#378)

1.7.3
 - Fix memory bug in toJSON(pretty=TRUE) for 0-length vectors (#366)
 - Ported rbind_pages() to use vctrs::vec_rbind (#352)
 - Fix error serializing S4 class extending SEXPTYPE for certain types (#364)
 - Fix citibike example in API vignette

1.7.2
 - Special case 'blob' vctrs to prevent boxing of base64 output strings
 - Fix a unit test for new stricter all.equal() for environments in base-R


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/R-jsonlite/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/textproc/R-jsonlite/Makefile:1.7
--- pkgsrc/textproc/R-jsonlite/Makefile:1.6     Sun Sep 20 09:55:09 2020
+++ pkgsrc/textproc/R-jsonlite/Makefile Sat Apr 23 02:15:38 2022
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2020/09/20 09:55:09 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/23 02:15:38 mef Exp $
 
 R_PKGNAME=     jsonlite
-R_PKGVER=      1.7.1
+R_PKGVER=      1.8.0
 CATEGORIES=    textproc
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Robust, high performance JSON parser and generator for R
 LICENSE=       mit
 
+# Package suggested but not available: 'R.rsp'
 TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 
 USE_LANGUAGES= c
 

Index: pkgsrc/textproc/R-jsonlite/distinfo
diff -u pkgsrc/textproc/R-jsonlite/distinfo:1.5 pkgsrc/textproc/R-jsonlite/distinfo:1.6
--- pkgsrc/textproc/R-jsonlite/distinfo:1.5     Tue Oct 26 11:21:31 2021
+++ pkgsrc/textproc/R-jsonlite/distinfo Sat Apr 23 02:15:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/23 02:15:38 mef Exp $
 
-BLAKE2s (R/jsonlite_1.7.1.tar.gz) = 278e2d57f75a5073b49cd03085b81b1faebe3f0b712e9b196e9ccb9de8fdeaeb
-SHA512 (R/jsonlite_1.7.1.tar.gz) = 7520f8f573fb2ed94b0e57a60ec26353decf99592f7fe8e699e006fca6cab63fed06ed24207f45fa163541d7b5a878fa82318ca52b0b99d9db8cb2c2ea4ee3a9
-Size (R/jsonlite_1.7.1.tar.gz) = 1057786 bytes
+BLAKE2s (R/jsonlite_1.8.0.tar.gz) = 17160112678e6fa0aa38b37b4377995afd76464caa11169b46f280ec60c88e0a
+SHA512 (R/jsonlite_1.8.0.tar.gz) = ecaab90e2f7bf5f21d358cfaa3df96987a4f7bd7a2cd648e967d0a4a476d261c9fc848abdf60a13b2ea4a5c612b135bb686faf22aa94d8388e3fe7090bd8ec0e
+Size (R/jsonlite_1.8.0.tar.gz) = 1051625 bytes



Home | Main Index | Thread Index | Old Index