17
0

Commit Graph

  • 92e9c45b78 Accepting request 1327705 from devel:languages:python:google factory Dominique Leuenberger 2026-01-17 13:54:57 +00:00
  • e423f3998e - Fix incorrect Python package names in Requires Robert Schweikert 2026-01-16 15:01:11 +00:00
  • bc8f2e196e next time get a better sleep Markéta Machová 2026-01-16 13:58:04 +00:00
  • 80afd85bff - Update to 3.8.0 * flush the last chunk in append method (#1699) * add write resumption strategy (#1663) * add bidi stream retry manager. (#1632) * implement "append_from_file" (#1686) * make flush size configurable (#1677) * compute chunk wise checksum for bidi_writes (#1675) * expose persisted size in mrd (#1671) * add system test for opening with read_handle (#1672) * no state lookup while opening bidi-write stream (#1636) * close write object stream always (#1661) - from version 3.7.0 * Auto enable mTLS when supported certificates are detected (#1637) * Send entire object checksum in the final api call of resumable upload (#1654) * Support urllib3 >= 2.6.0 (#1658) * Fix for move_blob failure when the new blob name contains characters that need to be url encoded (#1605) - from version 3.6.0 * Add support for partial list buckets (#1606) * Make return_partial_success and unreachable fields public for list Bucket (#1601) * **zb-experimental:** Add async write object stream * **zb-experimental:** Add async write object stream (#1612) * Dont pass credentials to StorageClient (#1608) - from version 3.5.0 * **experimental:** Add base resumption strategy for bidi streams (#1594) * **experimental:** Add checksum for bidi reads operation (#1566) * **experimental:** Add read resumption strategy (#1599) * **experimental:** Handle BidiReadObjectRedirectedError for bidi reads (#1600) * Indicate that md5 is used as a CRC (#1522) * Provide option to update user_agent (#1596) Markéta Machová 2026-01-16 13:10:32 +00:00
  • 6ba0b3969e Accepting request 1312377 from devel:languages:python:google Ana Guerrero 2025-10-21 09:15:54 +00:00
  • 4ca81533d7 - Update to 3.4.1 * Fixes (#1561) by adding an option to specify the entire object checksum for resumable uploads via the upload_from_string, upload_from_file, and upload_from_filename methods. - from version 3.4.0 * **experimental:** Add async grpc client (#1537) * **experimental:** Add grpc client (#1533) * GAPIC generation failed with 'Directory not empty' (#1542) - Adjust python folder names in %files section Robert Schweikert 2025-10-20 11:04:42 +00:00
  • fb7dcec1b3 Accepting request 1302901 from devel:languages:python:google Ana Guerrero 2025-09-05 19:44:02 +00:00
  • f30635e95c - Update to 3.3.1 * Provide option to user to set entire object checksum at "initiate a resumable upload session" and send the same (#1525) * Send part's checksum for XML MPU part upload (#1529) - from version 3.3.0 * Add support for bucket IP filter (#1516) * Add logs on AssertionError for issue (#1512) * Update the documentation of move_blob function (#1507) - from version 3.2.0 * Adding support of single shot download (#1493) - from version 3.1.1 * Add a check for partial response data (#1487) * Add trove classifier for Python 3.13 (0100916) * **deps:** Require google-crc32c >= 1.1.3 (0100916) * **deps:** Require protobuf >= 3.20.2, < 7.0.0 (0100916) * **deps:** Require requests &gt;= 2.22.0 (0100916) * Remove setup.cfg configuration for creating universal wheels (#1448) * Resolve issue where pre-release versions of dependencies are installed (0100916) * Segmentation fault in tink while writing data (#1490) * Move quickstart to top of readme (#1451) * Update README to break infinite redirect loop (#1450) - Add %{python_sitelib}/google/cloud/storage_v2 in %files section - Update BuildRequires and Requires from setup.py 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
  • 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
  • fa2ee7c40b 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
  • bceb835908 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
  • c47d6ea753 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
  • 2acf0bce2a - 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
  • 7d34f91a1b - 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
  • 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
  • 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
  • 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
  • fcb37d9ae2 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
  • 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
  • 933588aed0 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
  • 4aa028b8a9 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
  • 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
  • 1f2cd2de22 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
  • 6a909e57e0 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
  • 958e1c1cdb 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
  • 69d449efe2 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
  • ceed1a1389 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
  • 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
  • ad9d5871bb 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
  • 705e1ec477 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
  • 5317879d9d - 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
  • 4ed54b11ff 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
  • 027766ac68 Revert Matej Cepl 2021-06-09 16:11:12 +00:00
  • d2e7459739 - Remove no-network.patch and replace it with the upstream attempt for solution 416-avoid_real_client_in_bucket_blob_unit_tests.patch (gh#googleapis/python-storage#457). Matej Cepl 2021-06-09 15:20:40 +00:00
  • 6ac59b4011 Fix Requires: requests Matej Cepl 2021-06-09 15:05:05 +00:00
  • 748cb43d8b Remove unnecessary BR Matej Cepl 2021-06-09 15:03:33 +00:00
  • de1ec0b9b4 Improve changes Matej Cepl 2021-06-08 17:06:39 +00:00
  • cb0214744b Accepting request 898506 from home:mcepl:branches:devel:languages:python Matej Cepl 2021-06-08 16:56:57 +00:00
  • 6b4cad2f6f - Skip Python 2 build as dependencies are no longer built for Python 2 either Robert Schweikert 2021-04-13 19:31:04 +00:00
  • 84e8a68e52 Accepting request 817772 from devel:languages:python Dominique Leuenberger 2020-06-30 19:56:37 +00:00
  • 8b74f13c94 Accepting request 817748 from home:seanmarlow:branches:devel:languages:python Tomáš Chvátal 2020-06-29 19:14:34 +00:00
  • ae87f55872 Accepting request 815733 from devel:languages:python Dominique Leuenberger 2020-06-19 15:23:18 +00:00
  • 2c370f6cc7 Accepting request 815731 from home:glaubitz:branches:devel:languages:python Tomáš Chvátal 2020-06-18 11:36:30 +00:00
  • 3e153fd70a Accepting request 798606 from devel:languages:python Dominique Leuenberger 2020-05-02 20:16:04 +00:00
  • e0f8b0fb81 - Update to 1.28.0: * Many various bugfixes all around * Updated dependency requirements Tomáš Chvátal 2020-04-28 09:30:30 +00:00
  • 818ff12c1b Accepting request 733461 from devel:languages:python Dominique Leuenberger 2019-09-26 18:46:44 +00:00
  • 6c1057f28e - Update to 1.19.1: * Minor bugfix over previous release Tomáš Chvátal 2019-09-26 14:01:20 +00:00
  • 3f83dad7e3 - Update to 1.19.0: * Huge range of updates and tweaks, mostly bugfixing Tomáš Chvátal 2019-09-12 17:58:21 +00:00
  • d7244b203b Accepting request 703587 from devel:languages:python Dominique Leuenberger 2019-05-17 21:43:58 +00:00
  • a5b20079b0 Accepting request 703586 from home:yeey:branches:devel:languages:python Robert Schweikert 2019-05-16 23:30:02 +00:00
  • deb8bdf0c8 Accepting request 676987 from devel:languages:python Stephan Kulow 2019-02-28 20:41:13 +00:00
  • 48be0cc78f Accepting request 676980 from home:jayvdb:django Thomas Bechtold 2019-02-18 09:40:20 +00:00
  • 847dfaafad Accepting request 667857 from devel:languages:python Dominique Leuenberger 2019-01-24 13:13:59 +00:00
  • 8696bb8b4b Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:30:42 +00:00
  • 4fed804a72 Accepting request 635525 from devel:languages:python Yuchen Lin 2018-09-15 13:39:42 +00:00
  • fa516358ad - Initial packaging (version 1.11.0) Thomas Bechtold 2018-09-13 11:20:18 +00:00