17
0

Accepting request 1056370 from home:glaubitz:branches:devel:languages:python

- Update to 2.7.0
  * Add "transfer_manager" module for concurrent uploads and
    downloads, as a preview feature (#943)
  * Add use_auth_w_custom_endpoint support (#941)
  * Implement closed property on fileio.py classes (#907)

OBS-URL: https://build.opensuse.org/request/show/1056370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=42
This commit is contained in:
2023-01-06 12:20:11 +00:00
committed by Git OBS Bridge
parent 6a909e57e0
commit 1f2cd2de22
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 6 10:59:03 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.7.0
* Add "transfer_manager" module for concurrent uploads and
downloads, as a preview feature (#943)
* Add use_auth_w_custom_endpoint support (#941)
* Implement closed property on fileio.py classes (#907)
-------------------------------------------------------------------
Wed Nov 16 15:38:28 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>