14
0

Accepting request 980661 from home:mcalabkova:branches:devel:languages:python

- Update to 1.10.1
  * implement a fsspec-based filesystem backend
  * fs.get_file: add callback support
  * Add option to not launch the browser automatically via LocalWebserver
  * make credentials save/load thread safe
- Add patches:
  * modernize.patch: support up to Python 3.10
  * migrate-to-google-auth.patch: drop obsolete oauthlib2 requirement

OBS-URL: https://build.opensuse.org/request/show/980661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydrive2?expand=0&rev=4
This commit is contained in:
2022-06-04 08:12:41 +00:00
committed by Git OBS Bridge
parent e784f257b9
commit f5fb9255f6
6 changed files with 2190 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 3 11:11:45 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 1.10.1
* implement a fsspec-based filesystem backend
* fs.get_file: add callback support
* Add option to not launch the browser automatically via LocalWebserver
* make credentials save/load thread safe
- Add patches:
* modernize.patch: support up to Python 3.10
* migrate-to-google-auth.patch: drop obsolete oauthlib2 requirement
-------------------------------------------------------------------
Mon Jul 5 21:20:11 UTC 2021 - Martin Wilck <mwilck@suse.com>