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-01-15 17:02:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-cloud-core"

Thu Jan 15 17:02:16 2026 rev:18 rq:1327387 version:2.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
        2025-04-24 18:28:48.124770299 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.1928/python-google-cloud-core.changes
      2026-01-15 17:02:18.828179038 +0100
@@ -1,0 +2,9 @@
+Thu Jan 15 12:43:41 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 2.5.0
+  * Add Python 3.14 support (#333)
+  * Remove setup.cfg configuration for creating universal wheels (#332)
+  * Resolve issue where pre-release versions of dependencies are installed 
(#329)
+- Update BuildRequires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  google_cloud_core-2.4.3.tar.gz

New:
----
  google_cloud_core-2.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.KkyHWJ/_old  2026-01-15 17:02:19.488206399 +0100
+++ /var/tmp/diff_new_pack.KkyHWJ/_new  2026-01-15 17:02:19.492206564 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-cloud-core
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-cloud-core
-Version:        2.4.3
+Version:        2.5.0
 Release:        0
 Summary:        Google Cloud API client core library
 License:        Apache-2.0
@@ -27,7 +27,8 @@
 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 grpcio >= 1.38.0}
+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}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wheel}

++++++ google_cloud_core-2.4.3.tar.gz -> google_cloud_core-2.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.4.3/PKG-INFO 
new/google_cloud_core-2.5.0/PKG-INFO
--- old/google_cloud_core-2.4.3/PKG-INFO        2025-03-10 22:05:36.914782800 
+0100
+++ new/google_cloud_core-2.5.0/PKG-INFO        2025-10-30 00:13:25.043972000 
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: google-cloud-core
-Version: 2.4.3
+Version: 2.5.0
 Summary: Google Cloud API client core library
 Home-page: https://github.com/googleapis/python-cloud-core
 Author: Google LLC
@@ -19,16 +19,30 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=3.7
 License-File: LICENSE
-Requires-Dist: 
google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.6
-Requires-Dist: google-auth<3.0dev,>=1.25.0
+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"
 Provides-Extra: grpc
-Requires-Dist: grpcio<2.0dev,>=1.38.0; extra == "grpc"
-Requires-Dist: grpcio-status<2.0.dev0,>=1.38.0; 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"
+Requires-Dist: grpcio-status<2.0.0,>=1.38.0; extra == "grpc"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: platform
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Core Helpers for Google Cloud Python Client Library
 ===================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.4.3/google/cloud/client/__init__.py 
new/google_cloud_core-2.5.0/google/cloud/client/__init__.py
--- old/google_cloud_core-2.4.3/google/cloud/client/__init__.py 2025-03-10 
22:01:14.000000000 +0100
+++ new/google_cloud_core-2.5.0/google/cloud/client/__init__.py 2025-10-30 
00:12:59.000000000 +0100
@@ -34,8 +34,9 @@
     import google.auth.api_key
 
     HAS_GOOGLE_AUTH_API_KEY = True
-except ImportError:
-    HAS_GOOGLE_AUTH_API_KEY = False
+except ImportError:  # pragma: NO COVER
+    HAS_GOOGLE_AUTH_API_KEY = False  # pragma: NO COVER
+    # TODO: Investigate adding a test for google.auth.api_key ImportError 
(https://github.com/googleapis/python-cloud-core/issues/334)
 
 
 _GOOGLE_AUTH_CREDENTIALS_HELP = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.4.3/google/cloud/obsolete/__init__.py 
new/google_cloud_core-2.5.0/google/cloud/obsolete/__init__.py
--- old/google_cloud_core-2.4.3/google/cloud/obsolete/__init__.py       
2025-03-10 22:01:14.000000000 +0100
+++ new/google_cloud_core-2.5.0/google/cloud/obsolete/__init__.py       
2025-10-30 00:12:59.000000000 +0100
@@ -14,16 +14,10 @@
 
 """Helpers for deprecated code and modules."""
 
-import sys
+import importlib.metadata as metadata
 import warnings
 
 
-if sys.version_info < (3, 8):
-    import importlib_metadata as metadata
-else:
-    import importlib.metadata as metadata
-
-
 def complain(distribution_name):
     """Issue a warning if `distribution_name` is installed.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.4.3/google/cloud/version.py 
new/google_cloud_core-2.5.0/google/cloud/version.py
--- old/google_cloud_core-2.4.3/google/cloud/version.py 2025-03-10 
22:01:14.000000000 +0100
+++ new/google_cloud_core-2.5.0/google/cloud/version.py 2025-10-30 
00:12:59.000000000 +0100
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "2.4.3"
+__version__ = "2.5.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.4.3/google_cloud_core.egg-info/PKG-INFO 
new/google_cloud_core-2.5.0/google_cloud_core.egg-info/PKG-INFO
--- old/google_cloud_core-2.4.3/google_cloud_core.egg-info/PKG-INFO     
2025-03-10 22:05:36.000000000 +0100
+++ new/google_cloud_core-2.5.0/google_cloud_core.egg-info/PKG-INFO     
2025-10-30 00:13:25.000000000 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: google-cloud-core
-Version: 2.4.3
+Version: 2.5.0
 Summary: Google Cloud API client core library
 Home-page: https://github.com/googleapis/python-cloud-core
 Author: Google LLC
@@ -19,16 +19,30 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=3.7
 License-File: LICENSE
-Requires-Dist: 
google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.6
-Requires-Dist: google-auth<3.0dev,>=1.25.0
+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"
 Provides-Extra: grpc
-Requires-Dist: grpcio<2.0dev,>=1.38.0; extra == "grpc"
-Requires-Dist: grpcio-status<2.0.dev0,>=1.38.0; 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"
+Requires-Dist: grpcio-status<2.0.0,>=1.38.0; extra == "grpc"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: platform
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Core Helpers for Google Cloud Python Client Library
 ===================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.4.3/google_cloud_core.egg-info/SOURCES.txt 
new/google_cloud_core-2.5.0/google_cloud_core.egg-info/SOURCES.txt
--- old/google_cloud_core-2.4.3/google_cloud_core.egg-info/SOURCES.txt  
2025-03-10 22:05:36.000000000 +0100
+++ new/google_cloud_core-2.5.0/google_cloud_core.egg-info/SOURCES.txt  
2025-10-30 00:13:25.000000000 +0100
@@ -1,7 +1,6 @@
 LICENSE
 MANIFEST.in
 README.rst
-setup.cfg
 setup.py
 google/cloud/version.py
 google/cloud/_helpers/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.4.3/google_cloud_core.egg-info/requires.txt 
new/google_cloud_core-2.5.0/google_cloud_core.egg-info/requires.txt
--- old/google_cloud_core-2.4.3/google_cloud_core.egg-info/requires.txt 
2025-03-10 22:05:36.000000000 +0100
+++ new/google_cloud_core-2.5.0/google_cloud_core.egg-info/requires.txt 
2025-10-30 00:13:25.000000000 +0100
@@ -1,9 +1,14 @@
-google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.6
-google-auth<3.0dev,>=1.25.0
+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
 
 [grpc]
-grpcio<2.0dev,>=1.38.0
-grpcio-status<2.0.dev0,>=1.38.0
+grpcio-status<2.0.0,>=1.38.0
+
+[grpc:python_version < "3.14"]
+grpcio<2.0.0,>=1.38.0
+
+[grpc:python_version >= "3.14"]
+grpcio<2.0.0,>=1.75.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.4.3/setup.cfg 
new/google_cloud_core-2.5.0/setup.cfg
--- old/google_cloud_core-2.4.3/setup.cfg       2025-03-10 22:05:36.914782800 
+0100
+++ new/google_cloud_core-2.5.0/setup.cfg       2025-10-30 00:13:25.047972400 
+0100
@@ -1,6 +1,3 @@
-[bdist_wheel]
-universal = 1
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.4.3/setup.py 
new/google_cloud_core-2.5.0/setup.py
--- old/google_cloud_core-2.4.3/setup.py        2025-03-10 22:01:14.000000000 
+0100
+++ new/google_cloud_core-2.5.0/setup.py        2025-10-30 00:12:59.000000000 
+0100
@@ -28,14 +28,15 @@
 # 'Development Status :: 5 - Production/Stable'
 release_status = "Development Status :: 5 - Production/Stable"
 dependencies = [
-    "google-api-core >= 1.31.6, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
-    "google-auth >= 1.25.0, < 3.0dev",
+    "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'",
 ]
 extras = {
     "grpc": [
-        "grpcio >= 1.38.0, < 2.0dev",
-        "grpcio-status >= 1.38.0, < 2.0.dev0",
+        "grpcio >= 1.38.0, < 2.0.0; python_version < '3.14'",
+        "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
+        "grpcio-status >= 1.38.0, < 2.0.0",
     ],
 }
 
@@ -82,6 +83,7 @@
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
         "Programming Language :: Python :: 3.13",
+        "Programming Language :: Python :: 3.14",
         "Operating System :: OS Independent",
         "Topic :: Internet",
     ],

Reply via email to