Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-google-cloud-appengine-logging for openSUSE:Factory checked in at 
2026-04-07 16:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging (Old)
 and      
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.21863 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-google-cloud-appengine-logging"

Tue Apr  7 16:33:44 2026 rev:6 rq:1344807 version:1.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging/python-google-cloud-appengine-logging.changes
      2026-01-17 14:55:41.213524158 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.21863/python-google-cloud-appengine-logging.changes
   2026-04-07 16:49:25.105804273 +0200
@@ -1,0 +2,8 @@
+Mon Apr  6 21:22:43 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.9.0:
+  * Allow Protobuf 7.x
+  * Require Python 3.9
+  * Require google-api-core >= 2.11.0
+
+-------------------------------------------------------------------

Old:
----
  google_cloud_appengine_logging-1.8.0.tar.gz

New:
----
  google_cloud_appengine_logging-1.9.0.tar.gz

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

Other differences:
------------------
++++++ python-google-cloud-appengine-logging.spec ++++++
--- /var/tmp/diff_new_pack.mOCq5w/_old  2026-04-07 16:49:25.609825115 +0200
+++ /var/tmp/diff_new_pack.mOCq5w/_new  2026-04-07 16:49:25.613825281 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-cloud-appengine-logging
-Version:        1.8.0
+Version:        1.9.0
 Release:        0
 Summary:        Google Cloud Appengine Logging API client library
 License:        Apache-2.0
@@ -30,20 +30,28 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module google-api-core >= 1.34.1}
+BuildRequires:  %{python_module google-api-core >= 2.11.0}
+%if %python_version_nodots < 313
 BuildRequires:  %{python_module proto-plus >= 1.22.3}
-BuildRequires:  %{python_module protobuf >= 3.20.2}
+%else
+BuildRequires:  %{python_module proto-plus >= 1.25.0}
+%endif
+BuildRequires:  %{python_module protobuf >= 4.25.8}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-google-api-core >= 1.34.1
+Requires:       python-google-api-core >= 2.11.0
 Requires:       python-google-auth >= 2.14.1
 %if %python_version_nodots < 314
 Requires:       python-grpcio >= 1.33.2
 %else
 Requires:       python-grpcio >= 1.75.1
 %endif
+%if %python_version_nodots < 313
 Requires:       python-proto-plus >= 1.22.3
-Requires:       python-protobuf >= 3.20.5
+%else
+Requires:       python-proto-plus >= 1.25.0
+%endif
+Requires:       python-protobuf >= 4.25.8
 BuildArch:      noarch
 %python_subpackages
 

++++++ google_cloud_appengine_logging-1.8.0.tar.gz -> 
google_cloud_appengine_logging-1.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.8.0/PKG-INFO 
new/google_cloud_appengine_logging-1.9.0/PKG-INFO
--- old/google_cloud_appengine_logging-1.8.0/PKG-INFO   2026-01-15 
13:37:38.352192400 +0100
+++ new/google_cloud_appengine_logging-1.9.0/PKG-INFO   2026-03-31 
00:21:20.876764800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-cloud-appengine-logging
-Version: 1.8.0
+Version: 1.9.0
 Summary: Google Cloud Appengine Logging API client library
 Home-page: 
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging
 Author: Google LLC
@@ -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,15 +20,15 @@
 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[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0,>=1.34.1
+Requires-Dist: google-api-core[grpc]<3.0.0,>=2.11.0
 Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
 Requires-Dist: grpcio<2.0.0,>=1.33.2
 Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14"
 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: 
protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
+Requires-Dist: protobuf<8.0.0,>=4.25.8
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
@@ -106,14 +104,14 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7, including 3.14
+Python >= 3.9, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
 
 Unsupported Python Versions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.6
+Python <= 3.8
 
 If you are using an `end-of-life`_
 version of Python, we recommend that you update as soon as possible to an 
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.8.0/README.rst 
new/google_cloud_appengine_logging-1.9.0/README.rst
--- old/google_cloud_appengine_logging-1.8.0/README.rst 2026-01-15 
13:34:01.000000000 +0100
+++ new/google_cloud_appengine_logging-1.9.0/README.rst 2026-03-31 
00:16:47.000000000 +0200
@@ -61,14 +61,14 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7, including 3.14
+Python >= 3.9, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
 
 Unsupported Python Versions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.6
+Python <= 3.8
 
 If you are using an `end-of-life`_
 version of Python, we recommend that you update as soon as possible to an 
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging/gapic_version.py
 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging/gapic_version.py
--- 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging/gapic_version.py
    2026-01-15 13:33:58.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging/gapic_version.py
    2026-03-31 00:16:45.000000000 +0200
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-__version__ = "1.8.0"  # {x-release-please-version}
+__version__ = "1.9.0"  # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/__init__.py
 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/__init__.py
--- 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/__init__.py
      2026-01-15 13:33:59.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/__init__.py
      2026-03-31 00:16:43.000000000 +0200
@@ -28,6 +28,7 @@
     # this code path once we drop support for Python 3.7
     import importlib_metadata as metadata
 
+
 from .types.request_log import LogLine, RequestLog, SourceLocation, 
SourceReference
 
 if hasattr(api_core, "check_python_version") and hasattr(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/gapic_version.py
 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/gapic_version.py
--- 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/gapic_version.py
 2026-01-15 13:33:58.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/gapic_version.py
 2026-03-31 00:16:45.000000000 +0200
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-__version__ = "1.8.0"  # {x-release-please-version}
+__version__ = "1.9.0"  # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/types/__init__.py
 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/types/__init__.py
--- 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/types/__init__.py
        2026-01-15 13:34:00.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/types/__init__.py
        2026-03-31 00:16:48.000000000 +0200
@@ -13,7 +13,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-from .request_log import LogLine, RequestLog, SourceLocation, SourceReference
+from .request_log import (
+    LogLine,
+    RequestLog,
+    SourceLocation,
+    SourceReference,
+)
 
 __all__ = (
     "LogLine",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/types/request_log.py
 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/types/request_log.py
--- 
old/google_cloud_appengine_logging-1.8.0/google/cloud/appengine_logging_v1/types/request_log.py
     2026-01-15 13:34:01.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google/cloud/appengine_logging_v1/types/request_log.py
     2026-03-31 00:16:45.000000000 +0200
@@ -17,9 +17,9 @@
 
 from typing import MutableMapping, MutableSequence
 
-from google.logging.type import log_severity_pb2  # type: ignore
-from google.protobuf import duration_pb2  # type: ignore
-from google.protobuf import timestamp_pb2  # type: ignore
+import google.logging.type.log_severity_pb2 as log_severity_pb2  # type: ignore
+import google.protobuf.duration_pb2 as duration_pb2  # type: ignore
+import google.protobuf.timestamp_pb2 as timestamp_pb2  # type: ignore
 import proto  # type: ignore
 
 __protobuf__ = proto.module(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google_cloud_appengine_logging.egg-info/PKG-INFO
 
new/google_cloud_appengine_logging-1.9.0/google_cloud_appengine_logging.egg-info/PKG-INFO
--- 
old/google_cloud_appengine_logging-1.8.0/google_cloud_appengine_logging.egg-info/PKG-INFO
   2026-01-15 13:37:38.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google_cloud_appengine_logging.egg-info/PKG-INFO
   2026-03-31 00:21:20.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: google-cloud-appengine-logging
-Version: 1.8.0
+Version: 1.9.0
 Summary: Google Cloud Appengine Logging API client library
 Home-page: 
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging
 Author: Google LLC
@@ -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,15 +20,15 @@
 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[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0,>=1.34.1
+Requires-Dist: google-api-core[grpc]<3.0.0,>=2.11.0
 Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
 Requires-Dist: grpcio<2.0.0,>=1.33.2
 Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14"
 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: 
protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
+Requires-Dist: protobuf<8.0.0,>=4.25.8
 Dynamic: author
 Dynamic: author-email
 Dynamic: classifier
@@ -106,14 +104,14 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7, including 3.14
+Python >= 3.9, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
 
 Unsupported Python Versions
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Python <= 3.6
+Python <= 3.8
 
 If you are using an `end-of-life`_
 version of Python, we recommend that you update as soon as possible to an 
actively supported version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.8.0/google_cloud_appengine_logging.egg-info/requires.txt
 
new/google_cloud_appengine_logging-1.9.0/google_cloud_appengine_logging.egg-info/requires.txt
--- 
old/google_cloud_appengine_logging-1.8.0/google_cloud_appengine_logging.egg-info/requires.txt
       2026-01-15 13:37:38.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.9.0/google_cloud_appengine_logging.egg-info/requires.txt
       2026-03-31 00:21:20.000000000 +0200
@@ -1,8 +1,8 @@
-google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0,>=1.34.1
+google-api-core[grpc]<3.0.0,>=2.11.0
 google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
 grpcio<2.0.0,>=1.33.2
 proto-plus<2.0.0,>=1.22.3
-protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
+protobuf<8.0.0,>=4.25.8
 
 [:python_version >= "3.13"]
 proto-plus<2.0.0,>=1.25.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.8.0/setup.py 
new/google_cloud_appengine_logging-1.9.0/setup.py
--- old/google_cloud_appengine_logging-1.8.0/setup.py   2026-01-15 
13:34:01.000000000 +0100
+++ new/google_cloud_appengine_logging-1.9.0/setup.py   2026-03-31 
00:16:44.000000000 +0200
@@ -41,7 +41,7 @@
     release_status = "Development Status :: 5 - Production/Stable"
 
 dependencies = [
-    "google-api-core[grpc] >= 1.34.1, 
<3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
+    "google-api-core[grpc] >= 2.11.0, <3.0.0",
     # Exclude incompatible versions of `google-auth`
     # See https://github.com/googleapis/google-cloud-python/issues/12364
     "google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
@@ -49,7 +49,7 @@
     "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
     "proto-plus >= 1.22.3, <2.0.0",
     "proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
-    
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
+    "protobuf >= 4.25.8, < 8.0.0",
 ]
 extras = {}
 url = 
"https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging";
@@ -81,8 +81,6 @@
         "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",
@@ -94,7 +92,7 @@
     ],
     platforms="Posix; MacOS X; Windows",
     packages=packages,
-    python_requires=">=3.7",
+    python_requires=">=3.9",
     install_requires=dependencies,
     extras_require=extras,
     include_package_data=True,

Reply via email to