Accepting request 1036256 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.0 Features * Add Autoclass support and samples (#791), closes (#797) * Add predefined_acl to create_resumable_upload_session (#878) * Enable delete_blobs() to preserve generation (#840), closes (#814) * Make tests run against environments other than prod (#883) Bug Fixes * Align bucket bound hostname url builder consistency (#875) * BlobWriter.close() will do nothing if already closed (#887) * Remove client side validations (#868) Documentation * Update comments in list_blobs sample (#866) * Clarify prefixes entity in list_blobs usage (#837) * Streamline docs for migration (#876) * Update docstring for lifecycle_rules to match generator behavior (#841) OBS-URL: https://build.opensuse.org/request/show/1036256 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=40
This commit is contained in:
parent
958e1c1cdb
commit
6a909e57e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:382f34b91de2212e3c2e7b40ec079d27ee2e3dbbae99b75b1bcd8c63063ce235
|
||||
size 5487604
|
3
google-cloud-storage-2.6.0.tar.gz
Normal file
3
google-cloud-storage-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104ca28ae61243b637f2f01455cc8a05e8f15a2a18ced96cb587241cdd3820f5
|
||||
size 5484867
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 16 15:38:28 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.6.0
|
||||
Features
|
||||
* Add Autoclass support and samples (#791), closes (#797)
|
||||
* Add predefined_acl to create_resumable_upload_session (#878)
|
||||
* Enable delete_blobs() to preserve generation (#840), closes (#814)
|
||||
* Make tests run against environments other than prod (#883)
|
||||
Bug Fixes
|
||||
* Align bucket bound hostname url builder consistency (#875)
|
||||
* BlobWriter.close() will do nothing if already closed (#887)
|
||||
* Remove client side validations (#868)
|
||||
Documentation
|
||||
* Update comments in list_blobs sample (#866)
|
||||
* Clarify prefixes entity in list_blobs usage (#837)
|
||||
* Streamline docs for migration (#876)
|
||||
* Update docstring for lifecycle_rules to match generator behavior (#841)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 09:50:40 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-google-cloud-storage%{pkg_suffix}
|
||||
Version: 2.5.0
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Storage API python client library
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user