forked from pool/python-pydrive2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydrive2?expand=0&rev=12
65 lines
2.4 KiB
Plaintext
65 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 4 10:13:50 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 26 20:28:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 20:55:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 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
|