Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-core for
openSUSE:Factory checked in at 2025-04-24 18:28:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-core"
Thu Apr 24 18:28:44 2025 rev:17 rq:1272452 version:2.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
2024-03-13 22:20:08.883742658 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.30101/python-google-cloud-core.changes
2025-04-24 18:28:48.124770299 +0200
@@ -1,0 +2,9 @@
+Thu Apr 24 13:52:15 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.4.3
+ * Declare support for Python 3.13 (#326)
+- from version 2.4.2
+ * Client should pass client_options.api_key to auth library (#321)
+- Adjust upstream source name in spec file
+
+-------------------------------------------------------------------
Old:
----
google-cloud-core-2.4.1.tar.gz
New:
----
google_cloud_core-2.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.ekunkI/_old 2025-04-24 18:28:48.740796185 +0200
+++ /var/tmp/diff_new_pack.ekunkI/_new 2025-04-24 18:28:48.740796185 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-core
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-core
-Version: 2.4.1
+Version: 2.4.3
Release: 0
Summary: Google Cloud API client core library
License: Apache-2.0
URL: https://github.com/googleapis/python-cloud-core
-Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-core/google-cloud-core-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/g/google_cloud_core/google_cloud_core-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module google-api-core >= 1.31.6}
BuildRequires: %{python_module google-auth >= 1.25.0}
@@ -49,7 +49,7 @@
``google-cloud-*`` packages.
%prep
-%setup -q -n google-cloud-core-%{version}
+%setup -q -n google_cloud_core-%{version}
%build
%pyproject_wheel