17
0

Commit Graph

  • f221d3cd18 Accepting request 1327705 from devel:languages:python:google factory Dominique Leuenberger 2026-01-17 13:54:57 +00:00
  • e7b572478f Accepting request 1327682 from home:glaubitz:branches:devel:languages:python:google Robert Schweikert 2026-01-16 15:01:11 +00:00
  • 3aebd695f5 next time get a better sleep Markéta Machová 2026-01-16 13:58:04 +00:00
  • 306bf5432c Accepting request 1327659 from home:glaubitz:branches:devel:languages:python:google Markéta Machová 2026-01-16 13:10:32 +00:00
  • f57f9786f2 Accepting request 1312377 from devel:languages:python:google Ana Guerrero 2025-10-21 09:15:54 +00:00
  • 12cddd9109 Accepting request 1312341 from home:glaubitz:branches:devel:languages:python:google Robert Schweikert 2025-10-20 11:04:42 +00:00
  • bc5dd58155 Accepting request 1302901 from devel:languages:python:google Ana Guerrero 2025-09-05 19:44:02 +00:00
  • 27d036b73a Accepting request 1302899 from home:glaubitz:branches:devel:languages:python:google Matej Cepl 2025-09-05 10:33:53 +00:00
  • d9c39d36c4 Accepting request 1273069 from devel:languages:python:google public_cloud-2025 Dominique Leuenberger 2025-04-28 14:17:38 +00:00
  • 969dd0475d Accepting request 1273069 from devel:languages:python:google Dominique Leuenberger 2025-04-28 14:17:38 +00:00
  • e8c0fb841d - Update to 3.1.0 * Add api_key argument to Client constructor (#1441) * Add Bucket.move_blob() for HNS-enabled buckets (#1431) - from version 3.0.0 * The default checksum strategy for uploads has changed from None to "auto" (#1383) * The default checksum strategy for downloads has changed from "md5" to "auto" (#1383) * Deprecated positional argument "num_retries" has been removed (#1377) * Deprecated argument "text_mode" has been removed (#1379) * Blob.download_to_filename() now deletes the empty destination file on a 404 (#1394) * Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#1385) * Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#1400) * Add "auto" checksum option and make default ([1383) * Blob.download_to_filename() deletes the empty destination file on a 404 (#1394) * Enable custom predicates for media operations (#1385) * Integrate google-resumable-media (#1283) * Retry by default for uploads, blob deletes, metadata updates (#1400) * Cancel upload when BlobWriter exits with exception (#1243) * Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() (#1335) * Correctly calculate starting offset for retries of ranged reads (#1376) * Filter download_kwargs in BlobReader (#1411) * Remove deprecated num_retries argument (#1377) * Remove deprecated text_mode argument (#1379) * Correct formatting and update README.rst (#1427) * Fix issue with exceptions.py documentation (#1328) - Refresh demock.patch - Update BuildRequires and Requires from setup.py John Paul Adrian Glaubitz 2025-04-28 10:18:57 +00:00
  • 1b4212a31a Accepting request 1272835 from home:glaubitz:branches:devel:languages:python:google John Paul Adrian Glaubitz 2025-04-28 10:18:57 +00:00
  • fa2ee7c40b Accepting request 1228478 from devel:languages:python:google Ana Guerrero 2024-12-05 16:09:38 +00:00
  • 30eccc85a1 Accepting request 1228478 from devel:languages:python:google Ana Guerrero 2024-12-05 16:09:38 +00:00
  • 2c51729b4f - Update to 2.19.0: - Features - Add integration test for universe domain - Add restore_bucket and handling for soft-deleted buckets - Add support for restore token - IAM signBlob retry and universe domain support - Bug Fixes - Allow signed post policy v4 with service account and token - Do not spam the log with checksum related INFO messages when downloading using transfer_manager - Update to 2.18.2: - Bug Fixes - Add regression test for range read retry issue and bump dependency to fix - Update to 2.18.1: - Bug Fixes - Properly escape URL construction for XML MPU API - Update to 2.18.0: - Features - Add OpenTelemetry Tracing support as a preview feature - Bug Fixes - Allow Protobuf 5.x - Correct notification error message - Update to 2.17.0: - Features - Support HNS enablement in bucket metadata - Support page_size in bucket.list_blobs - Bug Fixes - Remove deprecated methods in samples and tests - Documentation Matej Cepl 2024-12-05 09:09:41 +00:00
  • 57d5d57159 - Update to 2.19.0: - Features - Add integration test for universe domain - Add restore_bucket and handling for soft-deleted buckets - Add support for restore token - IAM signBlob retry and universe domain support - Bug Fixes - Allow signed post policy v4 with service account and token - Do not spam the log with checksum related INFO messages when downloading using transfer_manager - Update to 2.18.2: - Bug Fixes - Add regression test for range read retry issue and bump dependency to fix - Update to 2.18.1: - Bug Fixes - Properly escape URL construction for XML MPU API - Update to 2.18.0: - Features - Add OpenTelemetry Tracing support as a preview feature - Bug Fixes - Allow Protobuf 5.x - Correct notification error message - Update to 2.17.0: - Features - Support HNS enablement in bucket metadata - Support page_size in bucket.list_blobs - Bug Fixes - Remove deprecated methods in samples and tests - Documentation Matej Cepl 2024-12-05 09:09:41 +00:00
  • bceb835908 Accepting request 1157359 from devel:languages:python:google Ana Guerrero 2024-03-13 21:19:08 +00:00
  • f85e489039 Accepting request 1157359 from devel:languages:python:google Ana Guerrero 2024-03-13 21:19:08 +00:00
  • 5bac303c9a - Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later - Update to 1.23.0: * Move create_bucket implementation from Bucket to Client. * Add opt-in raw download support. * Fix query-string order dependent assert. * Normalize VPCSC configuration in system tests. - Update to 1.22.0: * Add UBLA attrs to IAMConfiguration. - Update to 1.21.0: * Add gcloud-python header to user agent. * Don't report a gapic version for storage. * Update storage endpoint from www.googleapis.com to storage.googleapis.com. * Call anonymous client method to remove dependency of google application credentials. * Enable CSEK w/ V4 signed URLs. * Support predefined ACLs in Bucket.create. - Update to 1.20.0: * Add user_project param to HMAC-related methods. * Add Blob.from_string and Bucket.from_string factories. * Add support for STORAGE_EMULATOR_HOST; add benchwrapper script. Robert Schweikert 2024-03-05 20:54:07 +00:00
  • e1410a23dd - Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later - Update to 1.23.0: * Move create_bucket implementation from Bucket to Client. * Add opt-in raw download support. * Fix query-string order dependent assert. * Normalize VPCSC configuration in system tests. - Update to 1.22.0: * Add UBLA attrs to IAMConfiguration. - Update to 1.21.0: * Add gcloud-python header to user agent. * Don't report a gapic version for storage. * Update storage endpoint from www.googleapis.com to storage.googleapis.com. * Call anonymous client method to remove dependency of google application credentials. * Enable CSEK w/ V4 signed URLs. * Support predefined ACLs in Bucket.create. - Update to 1.20.0: * Add user_project param to HMAC-related methods. * Add Blob.from_string and Bucket.from_string factories. * Add support for STORAGE_EMULATOR_HOST; add benchwrapper script. Robert Schweikert 2024-03-05 20:54:07 +00:00
  • c47d6ea753 Accepting request 1155082 from devel:languages:python:google Ana Guerrero 2024-03-05 17:52:08 +00:00
  • dd377ad04c Accepting request 1155082 from devel:languages:python:google Ana Guerrero 2024-03-05 17:52:08 +00:00
  • 9e21e2ec88 - Version update in SLE 15 SP4 and later (jsc#PED-6697) Robert Schweikert 2024-02-27 10:05:01 +00:00
  • 32ad69ee1b - Version update in SLE 15 SP4 and later (jsc#PED-6697) Robert Schweikert 2024-02-27 10:05:01 +00:00
  • 2acf0bce2a - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. Daniel Garcia 2023-12-21 08:05:00 +00:00
  • b9e50b18e5 - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. Daniel Garcia 2023-12-21 08:05:00 +00:00
  • 2598116f4d - Add fake default credentials to fix tests Daniel Garcia 2023-12-18 16:30:22 +00:00
  • 813ad8872d - Add fake default credentials to fix tests Daniel Garcia 2023-12-18 16:30:22 +00:00
  • 7d34f91a1b - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. Daniel Garcia 2023-12-18 13:24:56 +00:00
  • d88ee83323 - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. Daniel Garcia 2023-12-18 13:24:56 +00:00
  • cb168b23e1 fetch updates from devel package devel:languages:python/python-google-cloud-storage Dirk Mueller 2023-12-17 20:02:52 +00:00
  • dcb41c02ea fetch updates from devel package devel:languages:python/python-google-cloud-storage Dirk Mueller 2023-12-17 20:02:52 +00:00
  • 103bb63754 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=1 Dirk Mueller 2023-12-17 20:02:52 +00:00
  • d32b97bbdb Accepting request 1134085 from devel:languages:python slfo-main slfo-1.2 Ana Guerrero 2023-12-20 20:01:33 +00:00
  • 6d987cf145 - Remove WIP comment in changelog Daniel Garcia 2023-12-19 17:18:04 +00:00
  • 0758834059 - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. - Add fake default credentials to fix tests Daniel Garcia 2023-12-19 17:07:38 +00:00
  • 0317b99d4f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=1 Dirk Mueller 2023-12-17 20:02:52 +00:00
  • 347189d2ac Accepting request 1134085 from devel:languages:python Ana Guerrero 2023-12-20 20:01:33 +00:00
  • 9e3bea2fae - Remove WIP comment in changelog Daniel Garcia 2023-12-19 17:18:04 +00:00
  • ae047145aa - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable. - Add fake default credentials to fix tests Daniel Garcia 2023-12-19 17:07:38 +00:00
  • 4c70b05c2a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=52 Dirk Mueller 2023-12-16 19:59:48 +00:00
  • 190c995452 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=52 Dirk Mueller 2023-12-16 19:59:48 +00:00
  • 3fe92e5cc3 - 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 - Remove horrible workarounds creating __init__.py and then removing them. - allow metadata keys to be cleared 'download_as_text' - update 'custom_time' setter to record change - use passed-in client within Blob.from_string and helpers - preserve metadata value when uploading new file content - pass 'client_options' to base class ctor - change datetime.now to utcnow + The tests require at least version 3.0.0. Dirk Mueller 2023-12-16 19:23:27 +00:00
  • eb2e276e7a - 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 - Remove horrible workarounds creating __init__.py and then removing them. - allow metadata keys to be cleared 'download_as_text' - update 'custom_time' setter to record change - use passed-in client within Blob.from_string and helpers - preserve metadata value when uploading new file content - pass 'client_options' to base class ctor - change datetime.now to utcnow + The tests require at least version 3.0.0. Dirk Mueller 2023-12-16 19:23:27 +00:00
  • fcb37d9ae2 Accepting request 1128593 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-11-26 11:19:51 +00:00
  • e5092afe04 Accepting request 1128593 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-11-26 11:19:51 +00:00
  • fd29078509 Accepting request 1095801 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-06-28 13:03:31 +00:00
  • 35bbb59f83 Accepting request 1095801 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-06-28 13:03:31 +00:00
  • 0c660f9ce6 - WORK IN PROGRESS! TESTS STILL FAIL! - 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 Matej Cepl 2023-05-10 11:39:31 +00:00
  • 71ac8758f7 - WORK IN PROGRESS! TESTS STILL FAIL! - 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 Matej Cepl 2023-05-10 11:39:31 +00:00
  • 933588aed0 Accepting request 1075541 from devel:languages:python Dominique Leuenberger 2023-03-30 20:52:29 +00:00
  • 8b086cc681 Accepting request 1075541 from devel:languages:python Dominique Leuenberger 2023-03-30 20:52:29 +00:00
  • d69e04de52 Accepting request 1075534 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-03-30 11:13:34 +00:00
  • 672b299eeb Accepting request 1075534 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-03-30 11:13:34 +00:00
  • 4aa028b8a9 Accepting request 1056981 from devel:languages:python Dominique Leuenberger 2023-01-09 16:23:27 +00:00
  • bde10bd4ee Accepting request 1056981 from devel:languages:python Dominique Leuenberger 2023-01-09 16:23:27 +00:00
  • 60e24e279f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=44 Dirk Mueller 2023-01-09 08:06:06 +00:00
  • cf48842a41 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=44 Dirk Mueller 2023-01-09 08:06:06 +00:00
  • da46175946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=43 Dirk Mueller 2023-01-08 14:41:57 +00:00
  • 6fb174e47a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=43 Dirk Mueller 2023-01-08 14:41:57 +00:00
  • 1f2cd2de22 Accepting request 1056370 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-01-06 12:20:11 +00:00
  • 02ed019149 Accepting request 1056370 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2023-01-06 12:20:11 +00:00
  • 2d91d203f8 Accepting request 1036390 from devel:languages:python Dominique Leuenberger 2022-11-17 16:24:50 +00:00
  • 32b8a7548f Accepting request 1036390 from devel:languages:python Dominique Leuenberger 2022-11-17 16:24:50 +00:00
  • 6a909e57e0 Accepting request 1036256 from home:glaubitz:branches:devel:languages:python Daniel Garcia 2022-11-17 06:27:00 +00:00
  • f37597a64c Accepting request 1036256 from home:glaubitz:branches:devel:languages:python Daniel Garcia 2022-11-17 06:27:00 +00:00
  • 35757015c4 Accepting request 1003296 from devel:languages:python Dominique Leuenberger 2022-09-13 13:10:05 +00:00
  • f7968e8243 Accepting request 1003296 from devel:languages:python Dominique Leuenberger 2022-09-13 13:10:05 +00:00
  • 958e1c1cdb Accepting request 1003283 from home:glaubitz:branches:devel:languages:python Markéta Machová 2022-09-13 10:44:59 +00:00
  • b0bcb6d8d3 Accepting request 1003283 from home:glaubitz:branches:devel:languages:python Markéta Machová 2022-09-13 10:44:59 +00:00
  • 97e2201525 Accepting request 981504 from devel:languages:python Dominique Leuenberger 2022-06-09 13:41:46 +00:00
  • 03fd31790c Accepting request 981504 from devel:languages:python Dominique Leuenberger 2022-06-09 13:41:46 +00:00
  • 69d449efe2 Accepting request 981478 from home:pgajdos:python Matej Cepl 2022-06-09 12:41:45 +00:00
  • b6bfb9b845 Accepting request 981478 from home:pgajdos:python Matej Cepl 2022-06-09 12:41:45 +00:00
  • 935035ec14 - Limit %files list a bit tighter. Matej Cepl 2022-04-23 09:49:41 +00:00
  • 1a2397ece6 - Limit %files list a bit tighter. Matej Cepl 2022-04-23 09:49:41 +00:00
  • ceed1a1389 Accepting request 970440 from devel:languages:python Dominique Leuenberger 2022-04-19 07:58:06 +00:00
  • 2f2d3d0e9e Accepting request 970440 from devel:languages:python Dominique Leuenberger 2022-04-19 07:58:06 +00:00
  • 3b7b2206e9 Fix changelog Matej Cepl 2022-04-16 11:07:42 +00:00
  • 887c63f9f4 Fix changelog Matej Cepl 2022-04-16 11:07:42 +00:00
  • c32bbae7ed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=32 Matej Cepl 2022-04-16 10:44:23 +00:00
  • 477e10cdb1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-storage?expand=0&rev=32 Matej Cepl 2022-04-16 10:44:23 +00:00
  • ad9d5871bb Accepting request 969851 from devel:languages:python Dominique Leuenberger 2022-04-13 19:06:09 +00:00
  • 48e7b7d47e Accepting request 969851 from devel:languages:python Dominique Leuenberger 2022-04-13 19:06:09 +00:00
  • 993459addd Accepting request 969826 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2022-04-13 11:43:23 +00:00
  • a1410d0910 Accepting request 969826 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2022-04-13 11:43:23 +00:00
  • 705e1ec477 Accepting request 927534 from devel:languages:python Dominique Leuenberger 2021-10-26 18:14:14 +00:00
  • 6973e455e8 Accepting request 927534 from devel:languages:python Dominique Leuenberger 2021-10-26 18:14:14 +00:00
  • 4962a87ed0 Accepting request 922325 from devel:languages:python Dominique Leuenberger 2021-09-30 21:43:44 +00:00
  • 56478ed9c1 Accepting request 922325 from devel:languages:python Dominique Leuenberger 2021-09-30 21:43:44 +00:00
  • 5317879d9d - Add no-relative-imports.patch to fix relative imports. Matej Cepl 2021-09-30 15:42:39 +00:00
  • 6d983b98ca - Add no-relative-imports.patch to fix relative imports. Matej Cepl 2021-09-30 15:42:39 +00:00
  • 713645f79d - 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. Steve Kowalik 2021-09-30 09:06:14 +00:00
  • 28569c5fbd - 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. Steve Kowalik 2021-09-30 09:06:14 +00:00
  • 4ed54b11ff Accepting request 901276 from devel:languages:python Dominique Leuenberger 2021-06-22 18:45:01 +00:00
  • b51854a142 Accepting request 901276 from devel:languages:python Dominique Leuenberger 2021-06-22 18:45:01 +00:00
  • faf20f1791 - Correct Requires to googleapis-common-protos. - Add Requires on python-google-filesystem, and stop including a file it now ships. Steve Kowalik 2021-06-22 06:36:03 +00:00
  • b308859c91 - Correct Requires to googleapis-common-protos. - Add Requires on python-google-filesystem, and stop including a file it now ships. Steve Kowalik 2021-06-22 06:36:03 +00:00
  • 027766ac68 Revert Matej Cepl 2021-06-09 16:11:12 +00:00
  • 6d1a13e4d5 Revert Matej Cepl 2021-06-09 16:11:12 +00:00