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 Jun 17 13:36:13 UTC 2023

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

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

1.8.5
  - Max digits in toJSON() raised from 15 to 17 (see #412)
  - Remove online example from flaky httpbin server

1.8.4
  - Replace sprintf with snprintf for CRAN

1.8.3
 - Fix strict-prototypes warning

1.8.2
 - Also fix breaking change in base_r for as.character.Date

1.8.1
 - Use base::url instead of curl::curl for downloading URLs in fromJSON
 - Fix for breaking change 82904 in base-R  (changed default as.character.POSIX behavior)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/R-jsonlite/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/textproc/R-jsonlite/Makefile:1.8
--- pkgsrc/textproc/R-jsonlite/Makefile:1.7     Sat Apr 23 02:15:38 2022
+++ pkgsrc/textproc/R-jsonlite/Makefile Sat Jun 17 13:36:13 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/04/23 02:15:38 mef Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/17 13:36:13 mef Exp $
 
 R_PKGNAME=     jsonlite
-R_PKGVER=      1.8.0
+R_PKGVER=      1.8.5
 CATEGORIES=    textproc
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/textproc/R-jsonlite/distinfo
diff -u pkgsrc/textproc/R-jsonlite/distinfo:1.6 pkgsrc/textproc/R-jsonlite/distinfo:1.7
--- pkgsrc/textproc/R-jsonlite/distinfo:1.6     Sat Apr 23 02:15:38 2022
+++ pkgsrc/textproc/R-jsonlite/distinfo Sat Jun 17 13:36:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/04/23 02:15:38 mef Exp $
+$NetBSD: distinfo,v 1.7 2023/06/17 13:36:13 mef Exp $
 
-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
+BLAKE2s (R/jsonlite_1.8.5.tar.gz) = 2d3f6609724c48d4a6d0f79b29d6dda19b1a0db3dfa95011b9698351f03221d3
+SHA512 (R/jsonlite_1.8.5.tar.gz) = d73cc6f5f05fa3983d210179690723b326a8d0a8a6feb7d213e9a5d365774e2d49abb39b727cb8add53606db150511a37f7bad61f575cefe188f003e41bc195c
+Size (R/jsonlite_1.8.5.tar.gz) = 1053106 bytes



Home | Main Index | Thread Index | Old Index