Package Release Info

python-google-cloud-storage-2.14.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-google-cloud-storage

Change Logs

* Tue Dec 19 2023 daniel.garcia@suse.com
- Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable.
- Add fake default credentials to fix tests
* Sat Dec 16 2023 dmueller@suse.com
- update to 2.14.0:
  * Add support for Python 3.12
  * Support object retention lock
  * Clarify error message and docstrings in Blob class method
  * Propagate timeout in BlobWriter
  * Use native namespace to avoid pkg_resources warnings
* Fri Nov 24 2023 adrian.glaubitz@suse.com
- Update to 2.13.0
  * Add Autoclass v2.1 support (#1117)
  * Add support for custom headers (#1121)
  * Blob.from_string parse storage uri with regex (#1170)
  * Bucket.delete(force=True) now works with version-enabled buckets (#1172)
  * Fix typo in Bucket.clear_lifecycle_rules() (#1169)
  * Fix exception field in tm reference docs (#1164)
- from version 2.12.0
  * Add additional_blob_attributes to upload_many_from_filenames (#1162)
  * Add crc32c_checksum argument to download_chunks_concurrently (#1138)
  * Add skip_if_exists to download_many (#1161)
  * Launch transfer manager to GA (#1159)
  * Bump python-auth version to fix issue and remove workaround (#1158)
  * Mark _deprecate_threads_param as a wrapper to unblock introspection and docs (#1122)
  * Add snippets for upload_chunks_concurrently and add chunk_size (#1135)
  * Update formatting and wording in transfer_manager docstrings (#1163)
- from version 2.11.0
  * Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (#1119)
  * Add transfer_manager.upload_chunks_concurrently using the XML MPU API (#1115)
  * Support configurable retries in upload_chunks_concurrently (#1120)
  * Split retention period tests due to caching change (#1068)
  * Add Transfer Manager documentation in c.g.c (#1109)
- Refresh patches for new version
  * demock.patch
- Update BuildRequires and Require from setup.py
* Wed Jun 28 2023 adrian.glaubitz@suse.com
- Update to 2.10.0
  * Add matchGlob parameter to list_blobs (#1055)
  * Allow exceptions to be included in batch responses (#1043)
  * Extend wait for bucket metadata consistency in system tests (#1053)
  * Add clarification to batch module (#1045)
* Wed May 10 2023 mcepl@suse.com
- Update to 2.9.0:
  - Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs()
  - Avoid pickling processed credentials
  - Improve test error message for missing credentials
  - Add sample and sample test for transfer manager
  - Remove threads in transfer manager samples
* Thu Mar 30 2023 adrian.glaubitz@suse.com
- Update to 2.8.0
  * Add multiprocessing and chunked downloading to transfer manager (#1002)
  * Add trove classifier for python 3.11 (#971)
  * Remove use of deprecated cgi module (#1006)
  * Add clarifications to read timeout (#873)
  * Fix c.g.c structure (#982)
  * Update c.g.c docs and guides  (#994)
- Refresh patches for new upstream version
  * demock.patch
* Fri Jan 06 2023 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 2022 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 2022 adrian.glaubitz@suse.com
- Update to 2.5.0
  * Custom Placement Config Dual Region Support (#819)
  * open file-like objects in byte mode for uploads (#824)
* Thu Jun 09 2022 pgajdos@suse.com
- version update to 2.4.0
  Features
  * add AbortIncompleteMultipartUpload lifecycle rule (#765) (b2e5150)
  * support OLM Prefix/Suffix (#773) (187cf50)
  Bug Fixes
  * fix rewrite object in CMEK enabled bucket (#807) (9b3cbf3)
  Documentation
  * fix changelog header to consistent size (#802) (4dd0907)
  * samples: Update the Recovery Point Objective (RPO) sample output (#725) (b0bf411)
  * Update generation_metageneration.rst with a missing space (#798) (1e7cdb6)
  * update retry docs (#808) (c365d5b)
- test in _multibuild
- modified patches
  % demock.patch (rebased)
- deleted patches
  - no-relative-imports.patch (upstreamed)
- added sources
  + _multibuild