17
0

9 Commits

Author SHA256 Message Date
bceb835908 Accepting request 1157359 from devel:languages:python:google
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1157359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=21
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=9
2024-03-05 20:54:07 +00:00
c47d6ea753 Accepting request 1155082 from devel:languages:python:google
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1155082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-storage?expand=0&rev=20
2024-03-05 17:52:08 +00:00
9e21e2ec88 - Version update in SLE 15 SP4 and later (jsc#PED-6697)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=7
2024-02-27 10:05:01 +00:00
2acf0bce2a - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=6
2023-12-21 08:05:00 +00:00
2598116f4d - Add fake default credentials to fix tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=5
2023-12-18 16:30:22 +00:00
7d34f91a1b - Fix tests, setting GOOGLE_CLOUD_PROJECT environment variable.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=4
2023-12-18 13:24:56 +00:00
cb168b23e1 fetch updates from devel package devel:languages:python/python-google-cloud-storage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-storage?expand=0&rev=2
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 2023-12-17 20:02:52 +00:00
2 changed files with 39 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 5 20:27:04 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
-------------------------------------------------------------------
Mon Feb 26 23:54:23 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Version update in SLE 15 SP4 and later (jsc#PED-6697)
-------------------------------------------------------------------
Tue Dec 19 17:05:18 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
@@ -348,6 +358,30 @@ Tue Apr 13 19:30:16 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
- Skip Python 2 build as dependencies are no longer built for Python 2 either
-------------------------------------------------------------------
Mon Jun 29 19:15:38 UTC 2020 - Sean Marlow <sean.marlow@suse.com>
- 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.
-------------------------------------------------------------------
Mon Jun 29 15:55:00 UTC 2020 - Sean Marlow <sean.marlow@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-google-cloud-storage
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,6 +50,9 @@ Requires: python-google-resumable-media >= 2.6.0
Requires: python-googleapis-common-protos
Requires: python-requests >= 2.18.0
BuildArch: noarch
%if 0%{?sle_version} >= 150400
Obsoletes: python3-google-cloud-storage < %{version}
%endif
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module google-api-core >= 1.31.5}