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-08-09 21:33:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-cloud-core"

Sun Aug  9 21:33:42 2026 rev:20 rq:1370029 version:2.6.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
        2026-04-07 16:49:11.217229935 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.16738/python-google-cloud-core.changes
     2026-08-09 21:35:29.338487294 +0200
@@ -1,0 +2,10 @@
+Thu Aug  6 11:03:09 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 2.6.1
+  * bump grpcio to 1.59.0; require Python 3.10+ (#17351)
+  * require Protobuf 6.33.5+ (#17743)
+- from version 2.6.0
+  * Drop support for Python 3.9 (#16953)
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  google_cloud_core-2.5.1.tar.gz

New:
----
  google_cloud_core-2.6.1.tar.gz

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

Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.uKhvIm/_old  2026-08-09 21:35:29.874505578 +0200
+++ /var/tmp/diff_new_pack.uKhvIm/_new  2026-08-09 21:35:29.878505714 +0200
@@ -18,25 +18,25 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-cloud-core
-Version:        2.5.1
+Version:        2.6.1
 Release:        0
 Summary:        Google Cloud API client core library
 License:        Apache-2.0
 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 >= 2.11.0}
+BuildRequires:  %{python_module base >= 3.10}
+BuildRequires:  %{python_module google-api-core >= 2.28.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.59.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}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-google-api-core >= 2.11.0
+Requires:       python-google-api-core >= 2.28.0
 Requires:       python-google-auth >= 2.14.1
-Recommends:     python-grpcio >= 1.38.0
+Recommends:     python-grpcio >= 1.59.0
 BuildArch:      noarch
 %if 0%{?sle_version} >= 150400
 Obsoletes:      python3-google-cloud-core < %{version}

++++++ google_cloud_core-2.5.1.tar.gz -> google_cloud_core-2.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.5.1/PKG-INFO 
new/google_cloud_core-2.6.1/PKG-INFO
--- old/google_cloud_core-2.5.1/PKG-INFO        2026-03-31 00:28:07.747812700 
+0200
+++ new/google_cloud_core-2.6.1/PKG-INFO        2026-08-06 07:57:13.926896800 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-cloud-core
-Version: 2.5.1
+Version: 2.6.1
 Summary: Google Cloud API client core library
 Home-page: 
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core
 Author: Google LLC
@@ -12,7 +12,6 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
@@ -20,14 +19,15 @@
 Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
-Requires-Python: >=3.9
+Requires-Python: >=3.10
 License-File: LICENSE
-Requires-Dist: google-api-core<3.0.0,>=2.11.0
+Requires-Dist: google-api-core<3.0.0,>=2.28.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.59.0; 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"
+Requires-Dist: grpcio-status<2.0.0,>=1.59.0; extra == "grpc"
+Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14" and 
extra == "grpc"
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
@@ -75,9 +75,8 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.9
+Python >= 3.10
 
 Unsupported Python Versions
 ---------------------------
-
-Python <= 3.8
+Python <= 3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.5.1/README.rst 
new/google_cloud_core-2.6.1/README.rst
--- old/google_cloud_core-2.5.1/README.rst      2026-03-31 00:16:47.000000000 
+0200
+++ new/google_cloud_core-2.6.1/README.rst      2026-08-06 07:54:30.000000000 
+0200
@@ -32,9 +32,8 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.9
+Python >= 3.10
 
 Unsupported Python Versions
 ---------------------------
-
-Python <= 3.8
+Python <= 3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.5.1/google/cloud/obsolete/__init__.py 
new/google_cloud_core-2.6.1/google/cloud/obsolete/__init__.py
--- old/google_cloud_core-2.5.1/google/cloud/obsolete/__init__.py       
2026-03-31 00:16:46.000000000 +0200
+++ new/google_cloud_core-2.6.1/google/cloud/obsolete/__init__.py       
2026-08-06 07:54:31.000000000 +0200
@@ -14,11 +14,7 @@
 
 """Helpers for deprecated code and modules."""
 
-try:
-    import importlib.metadata as metadata
-except ImportError:
-    # For Python 3.7 compatibility
-    import importlib_metadata as metadata  # type: ignore[no-redef]
+import importlib.metadata as metadata
 
 import warnings
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.5.1/google/cloud/version.py 
new/google_cloud_core-2.6.1/google/cloud/version.py
--- old/google_cloud_core-2.5.1/google/cloud/version.py 2026-03-31 
00:16:47.000000000 +0200
+++ new/google_cloud_core-2.6.1/google/cloud/version.py 2026-08-06 
07:54:29.000000000 +0200
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "2.5.1"
+__version__ = "2.6.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.5.1/google_cloud_core.egg-info/PKG-INFO 
new/google_cloud_core-2.6.1/google_cloud_core.egg-info/PKG-INFO
--- old/google_cloud_core-2.5.1/google_cloud_core.egg-info/PKG-INFO     
2026-03-31 00:28:07.000000000 +0200
+++ new/google_cloud_core-2.6.1/google_cloud_core.egg-info/PKG-INFO     
2026-08-06 07:57:13.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-cloud-core
-Version: 2.5.1
+Version: 2.6.1
 Summary: Google Cloud API client core library
 Home-page: 
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-core
 Author: Google LLC
@@ -12,7 +12,6 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
@@ -20,14 +19,15 @@
 Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
-Requires-Python: >=3.9
+Requires-Python: >=3.10
 License-File: LICENSE
-Requires-Dist: google-api-core<3.0.0,>=2.11.0
+Requires-Dist: google-api-core<3.0.0,>=2.28.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.59.0; 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"
+Requires-Dist: grpcio-status<2.0.0,>=1.59.0; extra == "grpc"
+Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14" and 
extra == "grpc"
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
@@ -75,9 +75,8 @@
 
 Supported Python Versions
 -------------------------
-Python >= 3.9
+Python >= 3.10
 
 Unsupported Python Versions
 ---------------------------
-
-Python <= 3.8
+Python <= 3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_core-2.5.1/google_cloud_core.egg-info/requires.txt 
new/google_cloud_core-2.6.1/google_cloud_core.egg-info/requires.txt
--- old/google_cloud_core-2.5.1/google_cloud_core.egg-info/requires.txt 
2026-03-31 00:28:07.000000000 +0200
+++ new/google_cloud_core-2.6.1/google_cloud_core.egg-info/requires.txt 
2026-08-06 07:57:13.000000000 +0200
@@ -1,11 +1,10 @@
-google-api-core<3.0.0,>=2.11.0
+google-api-core<3.0.0,>=2.28.0
 google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
 
 [grpc]
-grpcio-status<2.0.0,>=1.38.0
-
-[grpc:python_version < "3.14"]
-grpcio<2.0.0,>=1.38.0
+grpcio<2.0.0,>=1.59.0
+grpcio-status<2.0.0,>=1.59.0
 
 [grpc:python_version >= "3.14"]
 grpcio<2.0.0,>=1.75.1
+grpcio-status<2.0.0,>=1.75.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_core-2.5.1/setup.py 
new/google_cloud_core-2.6.1/setup.py
--- old/google_cloud_core-2.5.1/setup.py        2026-03-31 00:16:46.000000000 
+0200
+++ new/google_cloud_core-2.6.1/setup.py        2026-08-06 07:54:34.000000000 
+0200
@@ -17,7 +17,6 @@
 
 import setuptools
 
-
 # Package metadata.
 
 name = "google-cloud-core"
@@ -28,14 +27,15 @@
 # 'Development Status :: 5 - Production/Stable'
 release_status = "Development Status :: 5 - Production/Stable"
 dependencies = [
-    "google-api-core >= 2.11.0, <3.0.0",
+    "google-api-core >= 2.28.0, <3.0.0",
     "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
 ]
 extras = {
     "grpc": [
-        "grpcio >= 1.38.0, < 2.0.0; python_version < '3.14'",
+        "grpcio >= 1.59.0, < 2.0.0",
         "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
-        "grpcio-status >= 1.38.0, < 2.0.0",
+        "grpcio-status >= 1.59.0, < 2.0.0",
+        "grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
     ],
 }
 
@@ -75,7 +75,6 @@
         "License :: OSI Approved :: Apache Software License",
         "Programming Language :: Python",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
         "Programming Language :: Python :: 3.12",
@@ -88,7 +87,7 @@
     packages=packages,
     install_requires=dependencies,
     extras_require=extras,
-    python_requires=">=3.9",
+    python_requires=">=3.10",
     include_package_data=True,
     zip_safe=False,
 )

Reply via email to