pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-googlesheets4
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 17 12:21:40 UTC 2023
Modified Files:
pkgsrc/math/R-googlesheets4: Makefile distinfo
Log Message:
(math/R-googlesheets4) Updated 1.1.0 to 1.1.1
# googlesheets4 1.1.1
* `gs4_auth(subject =)` is a new argument that can be used with
`gs4_auth(path =)`, i.e. when using a service account. The `path` and
`subject` arguments are ultimately processed by
`gargle::credentials_service_account()` and support the use of a service
account to impersonate a normal user.
* `gs4_scopes()` is a new function to access scopes relevant to the Sheets and
Drive APIs. When called without arguments, `gs4_scopes()` returns a named
vector of scopes, where the names are the associated short aliases.
`gs4_scopes()` can also be called with a character vector; any element that's
recognized as a short alias is replaced with the associated full scope (#291).
* Various internal changes to sync up with gargle v1.5.0.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-googlesheets4/Makefile \
pkgsrc/math/R-googlesheets4/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-googlesheets4/Makefile
diff -u pkgsrc/math/R-googlesheets4/Makefile:1.2 pkgsrc/math/R-googlesheets4/Makefile:1.3
--- pkgsrc/math/R-googlesheets4/Makefile:1.2 Sun Jun 11 15:22:00 2023
+++ pkgsrc/math/R-googlesheets4/Makefile Sat Jun 17 12:21:39 2023
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2023/06/11 15:22:00 mef Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/17 12:21:39 mef Exp $
R_PKGNAME= googlesheets4
-R_PKGVER= 1.1.0
+R_PKGVER= 1.1.1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Access Google Sheets using the Sheets API V4
LICENSE= mit # + file LICENSE
DEPENDS+= R-cli>=3.0.0:../../devel/R-cli
+DEPENDS+= R-gargle>=1.5.0:../../www/R-gargle
DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive
DEPENDS+= R-ids-[0-9]*:../../math/R-ids
Index: pkgsrc/math/R-googlesheets4/distinfo
diff -u pkgsrc/math/R-googlesheets4/distinfo:1.2 pkgsrc/math/R-googlesheets4/distinfo:1.3
--- pkgsrc/math/R-googlesheets4/distinfo:1.2 Sun Jun 11 15:22:00 2023
+++ pkgsrc/math/R-googlesheets4/distinfo Sat Jun 17 12:21:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/11 15:22:00 mef Exp $
+$NetBSD: distinfo,v 1.3 2023/06/17 12:21:39 mef Exp $
-BLAKE2s (R/googlesheets4_1.1.0.tar.gz) = 1f34616cc5525aa42df9418761b6ab3c756cffc23a18a2d79b3e55212fa5cad9
-SHA512 (R/googlesheets4_1.1.0.tar.gz) = 076e490547181a31d2dc3081f7fd253945265907f52571fc3dbdd87f129a1b61c8dc992cc8e85c7db48a6802e7aff977e0de253e94ecfc5f547909b480a00be8
-Size (R/googlesheets4_1.1.0.tar.gz) = 229847 bytes
+BLAKE2s (R/googlesheets4_1.1.1.tar.gz) = 1c7ca30666c889f6514086371daa9a734f13302935fdc6adb00a204a8abf70b1
+SHA512 (R/googlesheets4_1.1.1.tar.gz) = d42708d49d03f0fafb2b67febce5ba02df4f97b84963f1548a69439718537efa5709344e31656bfee66217f350fc8cbee7e251e98ff7e48260c9586d01f1ca96
+Size (R/googlesheets4_1.1.1.tar.gz) = 232584 bytes
Home |
Main Index |
Thread Index |
Old Index