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 
2025-10-17 20:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging (Old)
 and      
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.18484 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Fri Oct 17 20:14:29 2025 rev:4 rq:1312015 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging/python-google-cloud-appengine-logging.changes
      2025-04-24 18:28:43.292567254 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.18484/python-google-cloud-appengine-logging.changes
   2025-10-17 20:14:33.639662882 +0200
@@ -1,0 +2,10 @@
+Fri Oct 17 09:42:40 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.7.0
+  * Add support for Python 3.14
+  * Deprecate credentials_file argument
+- from version 1.6.2
+  * Update import statement example in README
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  google_cloud_appengine_logging-1.6.1.tar.gz

New:
----
  google_cloud_appengine_logging-1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-google-cloud-appengine-logging.spec ++++++
--- /var/tmp/diff_new_pack.AyZcv5/_old  2025-10-17 20:14:34.263689343 +0200
+++ /var/tmp/diff_new_pack.AyZcv5/_new  2025-10-17 20:14:34.267689512 +0200
@@ -18,12 +18,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-google-cloud-appengine-logging
-Version:        1.6.1
+Version:        1.7.0
 Release:        0
 Summary:        Google Cloud Appengine Logging API client library
 License:        Apache-2.0
 URL:            
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging
 Source:         
https://files.pythonhosted.org/packages/source/g/google_cloud_appengine_logging/google_cloud_appengine_logging-%{version}.tar.gz
+BuildRequires:  %{python_module grpcio}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wheel}
@@ -36,6 +37,11 @@
 BuildRequires:  fdupes
 Requires:       python-google-api-core >= 1.34.1
 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
 Requires:       python-proto-plus >= 1.22.3
 Requires:       python-protobuf >= 3.20.5
 BuildArch:      noarch

++++++ google_cloud_appengine_logging-1.6.1.tar.gz -> 
google_cloud_appengine_logging-1.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.6.1/MANIFEST.in 
new/google_cloud_appengine_logging-1.7.0/MANIFEST.in
--- old/google_cloud_appengine_logging-1.6.1/MANIFEST.in        2025-03-17 
12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/MANIFEST.in        2025-10-17 
03:50:17.000000000 +0200
@@ -1,25 +1,20 @@
 # -*- coding: utf-8 -*-
-#
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-#     https://www.apache.org/licenses/LICENSE-2.0
+#     http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-# Generated by synthtool. DO NOT EDIT!
+#
 include README.rst LICENSE
-recursive-include google *.json *.proto py.typed
+recursive-include google *.py *.pyi *.json *.proto py.typed
 recursive-include tests *
 global-exclude *.py[co]
 global-exclude __pycache__
-
-# Exclude scripts for samples readmegen
-prune scripts/readme-gen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.6.1/PKG-INFO 
new/google_cloud_appengine_logging-1.7.0/PKG-INFO
--- old/google_cloud_appengine_logging-1.6.1/PKG-INFO   2025-03-17 
12:27:38.369138500 +0100
+++ new/google_cloud_appengine_logging-1.7.0/PKG-INFO   2025-10-17 
03:53:49.813434800 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: google-cloud-appengine-logging
-Version: 1.6.1
+Version: 1.7.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
@@ -19,15 +19,29 @@
 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[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-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
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: platform
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Python Client for App Engine Logging Protos
 ===========================================
@@ -92,7 +106,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -193,7 +207,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -205,7 +219,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.6.1/README.rst 
new/google_cloud_appengine_logging-1.7.0/README.rst
--- old/google_cloud_appengine_logging-1.6.1/README.rst 2025-03-17 
12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/README.rst 2025-10-17 
03:50:18.000000000 +0200
@@ -61,7 +61,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -162,7 +162,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -174,7 +174,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging/__init__.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging/__init__.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging/__init__.py
 2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging/__init__.py
 2025-10-17 03:50:13.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging/gapic_version.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging/gapic_version.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging/gapic_version.py
    2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging/gapic_version.py
    2025-10-17 03:50:13.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-__version__ = "1.6.1"  # {x-release-please-version}
+__version__ = "1.7.0"  # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/__init__.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/__init__.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/__init__.py
      2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/__init__.py
      2025-10-17 03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/gapic_version.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/gapic_version.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/gapic_version.py
 2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/gapic_version.py
 2025-10-17 03:50:13.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-__version__ = "1.6.1"  # {x-release-please-version}
+__version__ = "1.7.0"  # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/services/__init__.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/services/__init__.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/services/__init__.py
     2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/services/__init__.py
     2025-10-17 03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/types/__init__.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/types/__init__.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/types/__init__.py
        2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/types/__init__.py
        2025-10-17 03:50:17.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/types/request_log.py
 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/types/request_log.py
--- 
old/google_cloud_appengine_logging-1.6.1/google/cloud/appengine_logging_v1/types/request_log.py
     2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google/cloud/appengine_logging_v1/types/request_log.py
     2025-10-17 03:50:16.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google_cloud_appengine_logging.egg-info/PKG-INFO
 
new/google_cloud_appengine_logging-1.7.0/google_cloud_appengine_logging.egg-info/PKG-INFO
--- 
old/google_cloud_appengine_logging-1.6.1/google_cloud_appengine_logging.egg-info/PKG-INFO
   2025-03-17 12:27:38.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google_cloud_appengine_logging.egg-info/PKG-INFO
   2025-10-17 03:53:49.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: google-cloud-appengine-logging
-Version: 1.6.1
+Version: 1.7.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
@@ -19,15 +19,29 @@
 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[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-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
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: license-file
+Dynamic: platform
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 Python Client for App Engine Logging Protos
 ===========================================
@@ -92,7 +106,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -193,7 +207,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -205,7 +219,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/google_cloud_appengine_logging.egg-info/requires.txt
 
new/google_cloud_appengine_logging-1.7.0/google_cloud_appengine_logging.egg-info/requires.txt
--- 
old/google_cloud_appengine_logging-1.6.1/google_cloud_appengine_logging.egg-info/requires.txt
       2025-03-17 12:27:38.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/google_cloud_appengine_logging.egg-info/requires.txt
       2025-10-17 03:53:49.000000000 +0200
@@ -1,7 +1,11 @@
 
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-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
 
 [:python_version >= "3.13"]
 proto-plus<2.0.0,>=1.25.0
+
+[:python_version >= "3.14"]
+grpcio<2.0.0,>=1.75.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/google_cloud_appengine_logging-1.6.1/setup.py 
new/google_cloud_appengine_logging-1.7.0/setup.py
--- old/google_cloud_appengine_logging-1.6.1/setup.py   2025-03-17 
12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/setup.py   2025-10-17 
03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -45,6 +45,8 @@
     # 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",
+    "grpcio >= 1.33.2, < 2.0.0",
+    "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",
@@ -86,6 +88,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",
     ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/tests/__init__.py 
new/google_cloud_appengine_logging-1.7.0/tests/__init__.py
--- old/google_cloud_appengine_logging-1.6.1/tests/__init__.py  2025-03-17 
12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/tests/__init__.py  2025-10-17 
03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/tests/unit/__init__.py 
new/google_cloud_appengine_logging-1.7.0/tests/unit/__init__.py
--- old/google_cloud_appengine_logging-1.6.1/tests/unit/__init__.py     
2025-03-17 12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/tests/unit/__init__.py     
2025-10-17 03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/tests/unit/gapic/__init__.py 
new/google_cloud_appengine_logging-1.7.0/tests/unit/gapic/__init__.py
--- old/google_cloud_appengine_logging-1.6.1/tests/unit/gapic/__init__.py       
2025-03-17 12:21:06.000000000 +0100
+++ new/google_cloud_appengine_logging-1.7.0/tests/unit/gapic/__init__.py       
2025-10-17 03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google_cloud_appengine_logging-1.6.1/tests/unit/gapic/appengine_logging_v1/__init__.py
 
new/google_cloud_appengine_logging-1.7.0/tests/unit/gapic/appengine_logging_v1/__init__.py
--- 
old/google_cloud_appengine_logging-1.6.1/tests/unit/gapic/appengine_logging_v1/__init__.py
  2025-03-17 12:21:06.000000000 +0100
+++ 
new/google_cloud_appengine_logging-1.7.0/tests/unit/gapic/appengine_logging_v1/__init__.py
  2025-10-17 03:50:18.000000000 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright 2024 Google LLC
+# Copyright 2025 Google LLC
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.

Reply via email to