Accepting request 1336390 from devel:languages:python:google
- Update to 3.9.0 * add get_object method for async grpc client (#1735) * expose `DELETE_OBJECT` in `AsyncGrpcClient` (#1718) * update generation for MRD (#1730) * Move Zonal Buckets features of `_experimental` (#1728) * add default user agent for grpc (#1726) * expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719) * add context manager to mrd (#1724) * integrate writes strategy and appendable object writer (#1695) * Add support for opening via `write_handle` and fix `write_handle` type (#1715) * Add micro-benchmarks for writes comparing standard (regional) vs rapid (zonal) buckets. (#1707) * Add micro-benchmarks for reads comparing standard (regional) vs rapid (zonal) buckets. (#1697) * send `user_agent` to grpc channel (#1712) * add samples for appendable objects writes and reads (#1705) * add samples for appendable objects writes and reads * add support for `generation=0` to avoid overwriting existing objects and add `is_stream_open` support (#1709) * add support for `generation=0` to prevent overwriting existing objects * add `is_stream_open` property to AsyncAppendableObjectWriter for stream status check * receive eof while closing reads stream (#1733) * Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to AsyncGrpcClient (#1727) * instance grpc client once per process in benchmarks (#1725) * update write handle on every recv() (#1716) * Fix formatting in setup.py dependencies list (#1713) * implement requests_done method to signal end of requests in async streams. Gracefully close streams. (#1700) * implement requests_done method to signal end of requests in async streams. Gracefully close streams. (forwarded request 1336319 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1336390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=27
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc67952dce84ebc9d44970e24647a58260630b7b64d72360cedaf422d6727f28
|
||||
size 17273792
|
||||
3
google_cloud_storage-3.9.0.tar.gz
Normal file
3
google_cloud_storage-3.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2d8ca7db2f652be757e92573b2196e10fbc09649b5c016f8b422ad593c641cc
|
||||
size 17298544
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 10:17:25 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.9.0
|
||||
* add get_object method for async grpc client (#1735)
|
||||
* expose `DELETE_OBJECT` in `AsyncGrpcClient` (#1718)
|
||||
* update generation for MRD (#1730)
|
||||
* Move Zonal Buckets features of `_experimental` (#1728)
|
||||
* add default user agent for grpc (#1726)
|
||||
* expose finalized_time in blob.py applicable for GET_OBJECT in ZB (#1719)
|
||||
* add context manager to mrd (#1724)
|
||||
* integrate writes strategy and appendable object writer (#1695)
|
||||
* Add support for opening via `write_handle` and fix `write_handle` type (#1715)
|
||||
* Add micro-benchmarks for writes comparing standard (regional) vs rapid (zonal) buckets. (#1707)
|
||||
* Add micro-benchmarks for reads comparing standard (regional) vs rapid (zonal) buckets. (#1697)
|
||||
* send `user_agent` to grpc channel (#1712)
|
||||
* add samples for appendable objects writes and reads (#1705)
|
||||
* add samples for appendable objects writes and reads
|
||||
* add support for `generation=0` to avoid overwriting existing
|
||||
objects and add `is_stream_open` support (#1709)
|
||||
* add support for `generation=0` to prevent overwriting existing objects
|
||||
* add `is_stream_open` property to AsyncAppendableObjectWriter for stream status check
|
||||
* receive eof while closing reads stream (#1733)
|
||||
* Change contructors of MRD and AAOW AsyncGrpcClient.grpc_client to AsyncGrpcClient (#1727)
|
||||
* instance grpc client once per process in benchmarks (#1725)
|
||||
* update write handle on every recv() (#1716)
|
||||
* Fix formatting in setup.py dependencies list (#1713)
|
||||
* implement requests_done method to signal end of requests in async streams.
|
||||
Gracefully close streams. (#1700)
|
||||
* implement requests_done method to signal end of requests in async streams.
|
||||
Gracefully close streams.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 13:44:36 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-storage%{pkg_suffix}
|
||||
Version: 3.8.0
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Storage API python client library
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user