Changelog for
python311-pydrive2-1.18.1-1.5.noarch.rpm :
* Tue Dec 26 2023 Dirk Müller
- update to 1.18.1:
* fix(fs): remove DVC-specific broken cache optimization
*
*
*Full Changelog
*
*: https://github.com/iterative/PyDrive2/compare/1.16.2...1.18.1
* Thu Dec 14 2023 Dirk Müller - update to 1.18.0:
* Delete .github/release-drafter.yml
* Delete .github/workflows/release-drafter.yml
*
*
*Full Changelog
*
*: https://github.com/iterative/PyDrive2/compare/1.16.2...1.18.0
* Thu Dec 07 2023 Markéta Machová - 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 03 2022 Markéta Machová - 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 05 2021 Martin Wilck - Disabled tests - they all fail on OBS because they need network connectivity and a Google service account
* Mon Jul 05 2021 Martin Wilck - python-pydrive2 1.8.3
* Initial package created with py2pack