Revisions of python-google-cloud-storage

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1157359 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1155082 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 20)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1134085 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 19)
- Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable.
- Add fake default credentials to fix tests

- 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

- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1075541 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 18)
- 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 (forwarded request 1075534 from glaubitz)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056981 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 970440 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
REQUIRES https://build.opensuse.org/request/show/970437

- Update to 2.3.0:
  - add dual region bucket support and sample
  - track invocation id for retry metrics
  - deps: drop pkg_resources
  - fix links in blob module
- Add patches:
  - no-relative-imports.patch to allow running the test suite
    with pytest (gh#googleapis/python-storage#772)
  - demock.patch to remove dependency on the external package
    mock (gh#googleapis/python-storage#770)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 969851 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 12)
- Update to 2.2.1
  Bug Fixes
  * remove py.typed marker file for PEP 561 (#735), closes (#734)
- from version 2.2.0
  Features
  * allow no project in client methods using storage emulator (#703)
  Bug Fixes
  * add user agent in python-storage when calling resumable media (c7bf615)
  * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#722) (e9aab38)
  * Fix BlobReader handling of interleaved reads and seeks (#721) (5d1cfd2)
  * retry client side requests timeout (#727) (e0b3b35)
  Documentation
  * fixed download_blob_to_file example (#704) (2c94d98)
- from 2.1.0
  Features
  * add turbo replication support and samples (#622) (4dafc81)
  * avoid authentication with storage emulator (#679) (8789afa)
  * remove python 3.6 support (#689) (8aa4130)
- from version 2.0.0
  BREAKING CHANGES
  * Remove Python 2 support (#657)
  Features
  * Remove Python 2 support (#657) (b611670)
- from version 1.44.0
  Features
  * add raw_download kwarg to BlobReader (#668) (10cdad6)
  Documentation
  * Describe code sample more specifically (#660) (0459cb4)
  * refresh readme instructions (#667) (ceb9314)
  * This is just a simple PR to better describe what the code (forwarded request 969826 from glaubitz)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 927534 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
- Add no-relative-imports.patch to fix relative imports.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 922325 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 10)
- Copy the testsuite before we run it to avoid import problems.
- Remove horrible workarounds creating __init__.py and then removing them. 
- Drop Requires on python-google-filesystem.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 901276 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 9)
- Correct Requires to googleapis-common-protos.
- Add Requires on python-google-filesystem, and stop including a file it
  now ships.

- Update to 1.38.0:
  - add getters and setters for encryption_key and kms_key_name
  - retry auth.TransportError errors
  - revise docstrings for generate_signed_url
  - Ensure consistency check in test runs even if expected error
    occurs
  - silence expected errors for routine operations on BlobReader
  - add blob.open() for file-like I/O
  - update user_project usage and documentation in bucket/client
    class methods
  - update batch connection to request api endpoint info from
    client
  - allow metadata keys to be cleared 
  - allow signed url version v4 without signed credentials
  - correctly encode bytes for V2 signature
  - add mtls support
  - correctly decode times without microseconds
  - expose num_retries parameter for blob upload methods
  - pass the unused parameter
  - set custom_time on uploads
  - address incorrect usage of request preconditions
  - Amend default retry behavior for bucket operations on client
  - support ConnectionError retries for media operations
  - make retry parameter public and added in other methods
  - avoid triggering global logging config
  - fall back to 'charset' of 'content_type' in
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 798606 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
- Update to 1.28.0:
  * Many various bugfixes all around
  * Updated dependency requirements
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 733461 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
- Update to 1.19.1:
  * Minor bugfix over previous release

- Update to 1.19.0:
  * Huge range of updates and tweaks, mostly bugfixing
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 667857 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
- Remove superfluous devel dependency for noarch package
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by