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:
parent
6a909e57e0
commit
1f2cd2de22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104ca28ae61243b637f2f01455cc8a05e8f15a2a18ced96cb587241cdd3820f5
|
||||
size 5484867
|
3
google-cloud-storage-2.7.0.tar.gz
Normal file
3
google-cloud-storage-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac2d58d2d693cb1341ebc48659a3527be778d9e2d8989697a2746025928ff17
|
||||
size 5490914
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-google-cloud-storage%{pkg_suffix}
|
||||
Version: 2.6.0
|
||||
Version: 2.7.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Storage API python client library
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user