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 2026-04-07 16:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-core"
Tue Apr 7 16:33:34 2026 rev:19 rq:1344787 version:2.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
2026-01-15 17:02:18.828179038 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.21863/python-google-cloud-core.changes
2026-04-07 16:49:11.217229935 +0200
@@ -1,0 +2,6 @@
+Mon Apr 6 20:24:47 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.5.1:
+ * Allow Protobuf 7.x, require Python 3.9
+
+-------------------------------------------------------------------
Old:
----
google_cloud_core-2.5.0.tar.gz
New:
----
google_cloud_core-2.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.r7Wd3t/_old 2026-04-07 16:49:12.609287501 +0200
+++ /var/tmp/diff_new_pack.r7Wd3t/_new 2026-04-07 16:49:12.621287998 +0200
@@ -18,15 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-core
-Version: 2.5.0
+Version: 2.5.1
Release: 0
Summary: Google Cloud API client core library
License: Apache-2.0
-URL: https://github.com/googleapis/python-cloud-core
+URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core
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}
+BuildRequires: %{python_module google-api-core >= 2.11.0}
+BuildRequires: %{python_module google-auth >= 2.14.1}
BuildRequires: %{python_module grpcio >= 1.38.0 if %python-base < 3.14}
BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
BuildRequires: %{python_module pip}
@@ -34,8 +34,8 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-google-api-core >= 1.31.6
-Requires: python-google-auth >= 1.25.0
+Requires: python-google-api-core >= 2.11.0
+Requires: python-google-auth >= 2.14.1
Recommends: python-grpcio >= 1.38.0
BuildArch: noarch
%if 0%{?sle_version} >= 150400
++++++ google_cloud_core-2.5.0.tar.gz -> google_cloud_core-2.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_core-2.5.0/PKG-INFO
new/google_cloud_core-2.5.1/PKG-INFO
--- old/google_cloud_core-2.5.0/PKG-INFO 2025-10-30 00:13:25.043972000
+0100
+++ new/google_cloud_core-2.5.1/PKG-INFO 2026-03-31 00:28:07.747812700
+0200
@@ -1,8 +1,8 @@
Metadata-Version: 2.4
Name: google-cloud-core
-Version: 2.5.0
+Version: 2.5.1
Summary: Google Cloud API client core library
-Home-page: https://github.com/googleapis/python-cloud-core
+Home-page:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core
Author: Google LLC
Author-email: [email protected]
License: Apache 2.0
@@ -12,8 +12,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
@@ -22,11 +20,10 @@
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
-Requires-Python: >=3.7
+Requires-Python: >=3.9
License-File: LICENSE
-Requires-Dist: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.6
-Requires-Dist: google-auth<3.0.0,>=1.25.0
-Requires-Dist: importlib-metadata>1.0.0; python_version < "3.8"
+Requires-Dist: google-api-core<3.0.0,>=2.11.0
+Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
Provides-Extra: grpc
Requires-Dist: grpcio<2.0.0,>=1.38.0; python_version < "3.14" and extra ==
"grpc"
Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14" and extra ==
"grpc"
@@ -78,12 +75,9 @@
Supported Python Versions
-------------------------
-Python >= 3.7
+Python >= 3.9
Unsupported Python Versions
---------------------------
-Python == 2.7: the last version of this library which supported Python 2.7
-is ``google.cloud.core 1.7.2``.
-Python == 3.6: the last version of this library which supported Python 3.6
-is ``google.cloud.core 2.3.1``.
+Python <= 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_core-2.5.0/README.rst
new/google_cloud_core-2.5.1/README.rst
--- old/google_cloud_core-2.5.0/README.rst 2025-10-30 00:12:59.000000000
+0100
+++ new/google_cloud_core-2.5.1/README.rst 2026-03-31 00:16:47.000000000
+0200
@@ -32,12 +32,9 @@
Supported Python Versions
-------------------------
-Python >= 3.7
+Python >= 3.9
Unsupported Python Versions
---------------------------
-Python == 2.7: the last version of this library which supported Python 2.7
-is ``google.cloud.core 1.7.2``.
-Python == 3.6: the last version of this library which supported Python 3.6
-is ``google.cloud.core 2.3.1``.
+Python <= 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_cloud_core-2.5.0/google/cloud/obsolete/__init__.py
new/google_cloud_core-2.5.1/google/cloud/obsolete/__init__.py
--- old/google_cloud_core-2.5.0/google/cloud/obsolete/__init__.py
2025-10-30 00:12:59.000000000 +0100
+++ new/google_cloud_core-2.5.1/google/cloud/obsolete/__init__.py
2026-03-31 00:16:46.000000000 +0200
@@ -14,7 +14,12 @@
"""Helpers for deprecated code and modules."""
-import importlib.metadata as metadata
+try:
+ import importlib.metadata as metadata
+except ImportError:
+ # For Python 3.7 compatibility
+ import importlib_metadata as metadata # type: ignore[no-redef]
+
import warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_core-2.5.0/google/cloud/version.py
new/google_cloud_core-2.5.1/google/cloud/version.py
--- old/google_cloud_core-2.5.0/google/cloud/version.py 2025-10-30
00:12:59.000000000 +0100
+++ new/google_cloud_core-2.5.1/google/cloud/version.py 2026-03-31
00:16:47.000000000 +0200
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "2.5.0"
+__version__ = "2.5.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_cloud_core-2.5.0/google_cloud_core.egg-info/PKG-INFO
new/google_cloud_core-2.5.1/google_cloud_core.egg-info/PKG-INFO
--- old/google_cloud_core-2.5.0/google_cloud_core.egg-info/PKG-INFO
2025-10-30 00:13:25.000000000 +0100
+++ new/google_cloud_core-2.5.1/google_cloud_core.egg-info/PKG-INFO
2026-03-31 00:28:07.000000000 +0200
@@ -1,8 +1,8 @@
Metadata-Version: 2.4
Name: google-cloud-core
-Version: 2.5.0
+Version: 2.5.1
Summary: Google Cloud API client core library
-Home-page: https://github.com/googleapis/python-cloud-core
+Home-page:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core
Author: Google LLC
Author-email: [email protected]
License: Apache 2.0
@@ -12,8 +12,6 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
@@ -22,11 +20,10 @@
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
-Requires-Python: >=3.7
+Requires-Python: >=3.9
License-File: LICENSE
-Requires-Dist: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.6
-Requires-Dist: google-auth<3.0.0,>=1.25.0
-Requires-Dist: importlib-metadata>1.0.0; python_version < "3.8"
+Requires-Dist: google-api-core<3.0.0,>=2.11.0
+Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
Provides-Extra: grpc
Requires-Dist: grpcio<2.0.0,>=1.38.0; python_version < "3.14" and extra ==
"grpc"
Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14" and extra ==
"grpc"
@@ -78,12 +75,9 @@
Supported Python Versions
-------------------------
-Python >= 3.7
+Python >= 3.9
Unsupported Python Versions
---------------------------
-Python == 2.7: the last version of this library which supported Python 2.7
-is ``google.cloud.core 1.7.2``.
-Python == 3.6: the last version of this library which supported Python 3.6
-is ``google.cloud.core 2.3.1``.
+Python <= 3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google_cloud_core-2.5.0/google_cloud_core.egg-info/requires.txt
new/google_cloud_core-2.5.1/google_cloud_core.egg-info/requires.txt
--- old/google_cloud_core-2.5.0/google_cloud_core.egg-info/requires.txt
2025-10-30 00:13:25.000000000 +0100
+++ new/google_cloud_core-2.5.1/google_cloud_core.egg-info/requires.txt
2026-03-31 00:28:07.000000000 +0200
@@ -1,8 +1,5 @@
-google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.6
-google-auth<3.0.0,>=1.25.0
-
-[:python_version < "3.8"]
-importlib-metadata>1.0.0
+google-api-core<3.0.0,>=2.11.0
+google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
[grpc]
grpcio-status<2.0.0,>=1.38.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google_cloud_core-2.5.0/setup.py
new/google_cloud_core-2.5.1/setup.py
--- old/google_cloud_core-2.5.0/setup.py 2025-10-30 00:12:59.000000000
+0100
+++ new/google_cloud_core-2.5.1/setup.py 2026-03-31 00:16:46.000000000
+0200
@@ -28,9 +28,8 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
- "google-api-core >= 1.31.6, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
- "google-auth >= 1.25.0, < 3.0.0",
- "importlib-metadata > 1.0.0; python_version<'3.8'",
+ "google-api-core >= 2.11.0, <3.0.0",
+ "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
]
extras = {
"grpc": [
@@ -69,15 +68,13 @@
author="Google LLC",
author_email="[email protected]",
license="Apache 2.0",
- url="https://github.com/googleapis/python-cloud-core",
+
url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core",
classifiers=[
release_status,
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.7",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@@ -91,7 +88,7 @@
packages=packages,
install_requires=dependencies,
extras_require=extras,
- python_requires=">=3.7",
+ python_requires=">=3.9",
include_package_data=True,
zip_safe=False,
)