Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-storage for
openSUSE:Factory checked in at 2024-03-13 22:19:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-storage (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-storage"
Wed Mar 13 22:19:08 2024 rev:21 rq:1157359 version:2.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-storage/python-google-cloud-storage.changes
2024-03-05 18:52:09.744311760 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-storage.new.1770/python-google-cloud-storage.changes
2024-03-13 22:20:09.603769201 +0100
@@ -1,0 +2,5 @@
+Tue Mar 5 20:27:04 UTC 2024 - Robert Schweikert <[email protected]>
+
+- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
+
+-------------------------------------------------------------------
@@ -354,0 +360,24 @@
+
+-------------------------------------------------------------------
+Mon Jun 29 19:15:38 UTC 2020 - Sean Marlow <[email protected]>
+
+- 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.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-storage.spec ++++++
--- /var/tmp/diff_new_pack.h0MFVl/_old 2024-03-13 22:20:10.231792352 +0100
+++ /var/tmp/diff_new_pack.h0MFVl/_new 2024-03-13 22:20:10.235792500 +0100
@@ -50,6 +50,9 @@
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}