14
0
Files
python-pydrive2/python-pydrive2.changes
Dirk Mueller 539ffebe38 Accepting request 1131578 from home:mcalabkova:branches:devel:languages:python
- Update to 1.16.2 (bsc#1217858, CVE-2023-49297)
  * auth: add dictionary storage
  * auth: rename client_creds_dict -> client_json_dict
  * fs: simplify auth
  * fs: hide gdrive_* methods
  * fs: add acknowledge_abuse parameter
  * remove six
  * Implement mv method in GDriveFileSystem
  * fs: use itertools.chain.from_iterable instead of funcy.py3.cat
  * add bind_addr parameter to LocalWebserverAuth
  * drop Python 3.7 support
  * Merge pull request from GHSA-v5f6-hjmf-9mc5
- Drop merged modernize.patch
- Rebase migrate-to-google-auth.patch
  * pr#180 was closed in favor of pr#221, which was closed as stale

OBS-URL: https://build.opensuse.org/request/show/1131578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydrive2?expand=0&rev=6
2023-12-07 15:45:54 +00:00

43 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Thu Dec 7 09:17:01 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 1.16.2 (bsc#1217858, CVE-2023-49297)
* auth: add dictionary storage
* auth: rename client_creds_dict -> client_json_dict
* fs: simplify auth
* fs: hide gdrive_* methods
* fs: add acknowledge_abuse parameter
* remove six
* Implement mv method in GDriveFileSystem
* fs: use itertools.chain.from_iterable instead of funcy.py3.cat
* add bind_addr parameter to LocalWebserverAuth
* drop Python 3.7 support
* Merge pull request from GHSA-v5f6-hjmf-9mc5
- Drop merged modernize.patch
- Rebase migrate-to-google-auth.patch
* pr#180 was closed in favor of pr#221, which was closed as stale
-------------------------------------------------------------------
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>
- Disabled tests - they all fail on OBS because they need network
connectivity and a Google service account
-------------------------------------------------------------------
Mon Jul 5 19:13:43 UTC 2021 - Martin Wilck <mwilck@suse.com>
- python-pydrive2 1.8.3
* Initial package created with py2pack