Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-google-api-core for 
openSUSE:Factory checked in at 2026-04-07 16:34:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-google-api-core.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-api-core"

Tue Apr  7 16:34:28 2026 rev:47 rq:1344930 version:2.30.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
    2026-02-24 17:45:34.390264842 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-api-core.new.21863/python-google-api-core.changes
 2026-04-07 16:51:05.205947965 +0200
@@ -1,0 +2,11 @@
+Sat Apr  4 10:40:45 UTC 2026 - ecsos <[email protected]>
+
+- Update to 2.30.2
+  * Bug Fixes
+    - allow Protobuf 7.x (#16532) (ffb4b712121d04a38399e0bd3dc9773e96798564)
+- Changes from 2.30.1
+  * Bug Fixes
+    - Allow Protobuf 7.x, require Python 3.9 (#16102) 
(ec9262c45055d3d2b596cdde1649d3ce90b4347d)
+    - Require Python 3.9 (ec9262c45055d3d2b596cdde1649d3ce90b4347d)
+
+-------------------------------------------------------------------

Old:
----
  google_api_core-2.30.0.tar.gz

New:
----
  google_api_core-2.30.2.tar.gz

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

Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.LOfzQf/_old  2026-04-07 16:51:05.893976475 +0200
+++ /var/tmp/diff_new_pack.LOfzQf/_new  2026-04-07 16:51:05.897976640 +0200
@@ -26,7 +26,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-google-api-core
-Version:        2.30.0
+Version:        2.30.2
 Release:        0
 Summary:        Google API client core library
 License:        Apache-2.0
@@ -55,7 +55,7 @@
 Requires:       python-grpcio-status >= 1.49.1
 Requires:       python-requests >= 2.18.0
 Requires:       (python-proto-plus >= 1.25.0 with python-proto-plus < 2.0.0)
-Requires:       (python-protobuf >= 4.25.8 with python-protobuf < 7.0.0)
+Requires:       (python-protobuf >= 4.25.8 with python-protobuf < 8.0.0)
 BuildArch:      noarch
 %python_subpackages
 

++++++ google_api_core-2.30.0.tar.gz -> google_api_core-2.30.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_api_core-2.30.0/PKG-INFO 
new/google_api_core-2.30.2/PKG-INFO
--- old/google_api_core-2.30.0/PKG-INFO 2026-02-18 21:24:58.692862000 +0100
+++ new/google_api_core-2.30.2/PKG-INFO 2026-04-02 23:16:37.215727300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-api-core
-Version: 2.30.0
+Version: 2.30.2
 Summary: Google API client core library
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -23,8 +23,8 @@
 Requires-Python: >=3.9
 Description-Content-Type: text/x-rst
 License-File: LICENSE
-Requires-Dist: googleapis-common-protos<2.0.0,>=1.56.3
-Requires-Dist: protobuf<7.0.0,>=4.25.8
+Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
+Requires-Dist: protobuf<8.0.0,>=4.25.8
 Requires-Dist: proto-plus<2.0.0,>=1.22.3
 Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
 Requires-Dist: google-auth<3.0.0,>=2.14.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_api_core-2.30.0/google/api_core/_python_version_support.py 
new/google_api_core-2.30.2/google/api_core/_python_version_support.py
--- old/google_api_core-2.30.0/google/api_core/_python_version_support.py       
2026-02-18 21:23:35.000000000 +0100
+++ new/google_api_core-2.30.2/google/api_core/_python_version_support.py       
2026-04-02 23:14:54.000000000 +0200
@@ -71,18 +71,6 @@
 PYTHON_VERSIONS: List[VersionInfo] = [
     # Refer to https://devguide.python.org/versions/ and the PEPs linked 
therefrom.
     VersionInfo(
-        version="3.7",
-        python_beta=None,
-        python_start=datetime.date(2018, 6, 27),
-        python_eol=datetime.date(2023, 6, 27),
-    ),
-    VersionInfo(
-        version="3.8",
-        python_beta=None,
-        python_start=datetime.date(2019, 10, 14),
-        python_eol=datetime.date(2024, 10, 7),
-    ),
-    VersionInfo(
         version="3.9",
         python_beta=datetime.date(2020, 5, 18),
         python_start=datetime.date(2020, 10, 5),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_api_core-2.30.0/google/api_core/exceptions.py 
new/google_api_core-2.30.2/google/api_core/exceptions.py
--- old/google_api_core-2.30.0/google/api_core/exceptions.py    2026-02-18 
21:23:36.000000000 +0100
+++ new/google_api_core-2.30.2/google/api_core/exceptions.py    2026-04-02 
23:14:52.000000000 +0200
@@ -23,7 +23,6 @@
 
 import http.client
 from typing import Optional, Dict
-from typing import Union
 import warnings
 
 from google.rpc import error_details_pb2
@@ -121,7 +120,7 @@
             (google.rpc.error_details.ErrorInfo).
     """
 
-    code: Union[int, None] = None
+    code: Optional[int] = None
     """Optional[int]: The HTTP status code associated with this error.
 
     This may be ``None`` if the exception does not have a direct mapping
@@ -130,7 +129,7 @@
     See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
     """
 
-    grpc_status_code = None
+    grpc_status_code: Optional["grpc.StatusCode"] = None
     """Optional[grpc.StatusCode]: The gRPC status code associated with this
     error.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_api_core-2.30.0/google/api_core/version.py 
new/google_api_core-2.30.2/google/api_core/version.py
--- old/google_api_core-2.30.0/google/api_core/version.py       2026-02-18 
21:23:38.000000000 +0100
+++ new/google_api_core-2.30.2/google/api_core/version.py       2026-04-02 
23:14:55.000000000 +0200
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "2.30.0"
+__version__ = "2.30.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_api_core-2.30.0/google_api_core.egg-info/PKG-INFO 
new/google_api_core-2.30.2/google_api_core.egg-info/PKG-INFO
--- old/google_api_core-2.30.0/google_api_core.egg-info/PKG-INFO        
2026-02-18 21:24:58.000000000 +0100
+++ new/google_api_core-2.30.2/google_api_core.egg-info/PKG-INFO        
2026-04-02 23:16:37.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-api-core
-Version: 2.30.0
+Version: 2.30.2
 Summary: Google API client core library
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -23,8 +23,8 @@
 Requires-Python: >=3.9
 Description-Content-Type: text/x-rst
 License-File: LICENSE
-Requires-Dist: googleapis-common-protos<2.0.0,>=1.56.3
-Requires-Dist: protobuf<7.0.0,>=4.25.8
+Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2
+Requires-Dist: protobuf<8.0.0,>=4.25.8
 Requires-Dist: proto-plus<2.0.0,>=1.22.3
 Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
 Requires-Dist: google-auth<3.0.0,>=2.14.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_api_core-2.30.0/google_api_core.egg-info/requires.txt 
new/google_api_core-2.30.2/google_api_core.egg-info/requires.txt
--- old/google_api_core-2.30.0/google_api_core.egg-info/requires.txt    
2026-02-18 21:24:58.000000000 +0100
+++ new/google_api_core-2.30.2/google_api_core.egg-info/requires.txt    
2026-04-02 23:16:37.000000000 +0200
@@ -1,5 +1,5 @@
-googleapis-common-protos<2.0.0,>=1.56.3
-protobuf<7.0.0,>=4.25.8
+googleapis-common-protos<2.0.0,>=1.63.2
+protobuf<8.0.0,>=4.25.8
 proto-plus<2.0.0,>=1.22.3
 google-auth<3.0.0,>=2.14.1
 requests<3.0.0,>=2.20.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_api_core-2.30.0/pyproject.toml 
new/google_api_core-2.30.2/pyproject.toml
--- old/google_api_core-2.30.0/pyproject.toml   2026-02-18 21:23:37.000000000 
+0100
+++ new/google_api_core-2.30.2/pyproject.toml   2026-04-02 23:14:54.000000000 
+0200
@@ -44,8 +44,8 @@
   "Topic :: Internet",
 ]
 dependencies = [
-  "googleapis-common-protos >= 1.56.3, < 2.0.0",
-  "protobuf >= 4.25.8, < 7.0.0",
+  "googleapis-common-protos >= 1.63.2, < 2.0.0",
+  "protobuf >= 4.25.8, < 8.0.0",
   "proto-plus >= 1.22.3, < 2.0.0",
   "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
   "google-auth >= 2.14.1, < 3.0.0",
@@ -93,12 +93,6 @@
   "ignore:.*The --rsyncdir command line argument and rsyncdirs config variable 
are deprecated:DeprecationWarning",
   # Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is 
fixed
   "ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning",
-
-
-  # Remove once the minimum supported version of googleapis-common-protos is 
1.62.0
-  "ignore:.*pkg_resources.declare_namespace:DeprecationWarning",
-  "ignore:.*pkg_resources is deprecated as an API:DeprecationWarning",
   # Remove once https://github.com/grpc/grpc/issues/35086 is fixed (and 
version newer than 1.60.0 is published)
   "ignore:There is no current event loop:DeprecationWarning",
-
 ]

Reply via email to