pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-googledrive



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 11 15:19:19 UTC 2023

Modified Files:
        pkgsrc/www/R-googledrive: Makefile distinfo

Log Message:
(www/R-googledrive) Updated 2.0.0 to 2.1.0

# googledrive 2.1.0

## Syncing up with gargle

Version 1.3.0 of gargle introduced some changes around OAuth and
googledrive is syncing up that:

* `drive_oauth_client()` is a new function to replace the
  now-deprecated `drive_oauth_app()`.

* The new `client` argument of `drive_auth_configure()` replaces the
  now-deprecated `app` argument.

* The documentation of `drive_auth_configure()` emphasizes that the
  preferred way to "bring your own OAuth client" is by providing the
  JSON downloaded from Google Developers Console.

## Shared drives

`drive_ls(recursive = TRUE)` now works when the target folder is on a
shared drive (#265, @Falnesio).

`drive_mv()` no longer errors with "A shared drive item must have
exactly one parent." when moving a file on a shared drive (#377).

## Other

`drive_auth()` now warns if the user specifies both `email` and
`path`, because this is almost always an error (#420).

`drive_auth_config()` was deprecated in googledrive 1.0.0 (released
2019-08-19) and is now defunct.

`drive_example()` was deprecated in googledrive 2.0.0 (released
2021-07-08) and is now defunct.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/R-googledrive/Makefile \
    pkgsrc/www/R-googledrive/distinfo

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

Modified files:

Index: pkgsrc/www/R-googledrive/Makefile
diff -u pkgsrc/www/R-googledrive/Makefile:1.1 pkgsrc/www/R-googledrive/Makefile:1.2
--- pkgsrc/www/R-googledrive/Makefile:1.1       Sat Apr 23 06:10:12 2022
+++ pkgsrc/www/R-googledrive/Makefile   Sun Jun 11 15:19:19 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/23 06:10:12 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/11 15:19:19 mef Exp $
 
 R_PKGNAME=     googledrive
-R_PKGVER=      2.0.0
+R_PKGVER=      2.1.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/R-googledrive/distinfo
diff -u pkgsrc/www/R-googledrive/distinfo:1.1 pkgsrc/www/R-googledrive/distinfo:1.2
--- pkgsrc/www/R-googledrive/distinfo:1.1       Sat Apr 23 06:10:12 2022
+++ pkgsrc/www/R-googledrive/distinfo   Sun Jun 11 15:19:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/23 06:10:12 mef Exp $
+$NetBSD: distinfo,v 1.2 2023/06/11 15:19:19 mef Exp $
 
-BLAKE2s (R/googledrive_2.0.0.tar.gz) = d04e5cc600fdad52c0e7c274c42f87add3b86b1cd5dcd78f25141940d949c066
-SHA512 (R/googledrive_2.0.0.tar.gz) = fb5ee3ced372364c448432fd936bb178d5318842c8642a497e52e35038a3ae0a7536d538eba539c1c1e2cc63aabbcdbdac7b3d7d00cf3ffedcdbab2720dd38c9
-Size (R/googledrive_2.0.0.tar.gz) = 1593656 bytes
+BLAKE2s (R/googledrive_2.1.0.tar.gz) = 96bda5cd03f8bc4a4b565de5e34349ee47f338358b68e5b236eae51f2386e1fc
+SHA512 (R/googledrive_2.1.0.tar.gz) = 3b341e4a5d4c428d6eeb51126b155683c06405154bd75e5c67b3260d08ad9c05c6b5a10532e61bbfb3c733362902dc66f42e976935a5d913f99ea030986b3e4e
+Size (R/googledrive_2.1.0.tar.gz) = 1604996 bytes



Home | Main Index | Thread Index | Old Index