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
2024-04-21 20:28:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging (Old)
and
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.26366
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-appengine-logging"
Sun Apr 21 20:28:46 2024 rev:2 rq:1169462 version:1.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-appengine-logging/python-google-cloud-appengine-logging.changes
2023-12-18 22:56:45.573405827 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-appengine-logging.new.26366/python-google-cloud-appengine-logging.changes
2024-04-21 20:30:12.144354497 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 07:48:37 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 1.4.3:
+ * [Many APIs] Require google-api-core>=1.34.1
+ * Add google-auth as a direct dependency
+ * Add staticmethod decorator to _get_client_cert_source and
+ _get_api_endpoint
+ * Resolve AttributeError 'Credentials' object has no attribute
+ 'universe_domain'
+
+-------------------------------------------------------------------
Old:
----
google-cloud-appengine-logging-1.4.0.tar.gz
New:
----
google-cloud-appengine-logging-1.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-appengine-logging.spec ++++++
--- /var/tmp/diff_new_pack.KtxX8s/_old 2024-04-21 20:30:13.004386068 +0200
+++ /var/tmp/diff_new_pack.KtxX8s/_new 2024-04-21 20:30:13.004386068 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-appengine-logging
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,24 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-appengine-logging
-Version: 1.4.0
+Version: 1.4.3
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-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
+BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module google-api-core >= 1.34.0}
+BuildRequires: %{python_module google-api-core >= 1.34.1}
BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.19.5}
# /SECTION
BuildRequires: fdupes
-Requires: python-google-api-core >= 1.34.0
+Requires: python-google-api-core >= 1.34.1
+Requires: python-google-auth >= 2.14.1
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
BuildArch: noarch
++++++ google-cloud-appengine-logging-1.4.0.tar.gz ->
google-cloud-appengine-logging-1.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google-cloud-appengine-logging-1.4.0/PKG-INFO
new/google-cloud-appengine-logging-1.4.3/PKG-INFO
--- old/google-cloud-appengine-logging-1.4.0/PKG-INFO 2023-12-07
21:06:39.859756700 +0100
+++ new/google-cloud-appengine-logging-1.4.3/PKG-INFO 2024-03-05
19:50:14.653788300 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: google-cloud-appengine-logging
-Version: 1.4.0
+Version: 1.4.3
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
@@ -22,7 +22,8 @@
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.0dev,>=1.34.0
+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.0dev,>=1.34.1
+Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1
Requires-Dist: proto-plus<2.0.0dev,>=1.22.3
Requires-Dist:
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google-cloud-appengine-logging-1.4.0/google/cloud/appengine_logging/gapic_version.py
new/google-cloud-appengine-logging-1.4.3/google/cloud/appengine_logging/gapic_version.py
---
old/google-cloud-appengine-logging-1.4.0/google/cloud/appengine_logging/gapic_version.py
2023-12-07 21:02:26.000000000 +0100
+++
new/google-cloud-appengine-logging-1.4.3/google/cloud/appengine_logging/gapic_version.py
2024-03-05 19:46:00.000000000 +0100
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-__version__ = "1.4.0" # {x-release-please-version}
+__version__ = "1.4.3" # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google-cloud-appengine-logging-1.4.0/google/cloud/appengine_logging_v1/gapic_version.py
new/google-cloud-appengine-logging-1.4.3/google/cloud/appengine_logging_v1/gapic_version.py
---
old/google-cloud-appengine-logging-1.4.0/google/cloud/appengine_logging_v1/gapic_version.py
2023-12-07 21:02:26.000000000 +0100
+++
new/google-cloud-appengine-logging-1.4.3/google/cloud/appengine_logging_v1/gapic_version.py
2024-03-05 19:46:00.000000000 +0100
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-__version__ = "1.4.0" # {x-release-please-version}
+__version__ = "1.4.3" # {x-release-please-version}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google-cloud-appengine-logging-1.4.0/google_cloud_appengine_logging.egg-info/PKG-INFO
new/google-cloud-appengine-logging-1.4.3/google_cloud_appengine_logging.egg-info/PKG-INFO
---
old/google-cloud-appengine-logging-1.4.0/google_cloud_appengine_logging.egg-info/PKG-INFO
2023-12-07 21:06:39.000000000 +0100
+++
new/google-cloud-appengine-logging-1.4.3/google_cloud_appengine_logging.egg-info/PKG-INFO
2024-03-05 19:50:14.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: google-cloud-appengine-logging
-Version: 1.4.0
+Version: 1.4.3
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
@@ -22,7 +22,8 @@
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.0dev,>=1.34.0
+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.0dev,>=1.34.1
+Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1
Requires-Dist: proto-plus<2.0.0dev,>=1.22.3
Requires-Dist:
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/google-cloud-appengine-logging-1.4.0/google_cloud_appengine_logging.egg-info/requires.txt
new/google-cloud-appengine-logging-1.4.3/google_cloud_appengine_logging.egg-info/requires.txt
---
old/google-cloud-appengine-logging-1.4.0/google_cloud_appengine_logging.egg-info/requires.txt
2023-12-07 21:06:39.000000000 +0100
+++
new/google-cloud-appengine-logging-1.4.3/google_cloud_appengine_logging.egg-info/requires.txt
2024-03-05 19:50:14.000000000 +0100
@@ -1,3 +1,4 @@
-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.0dev,>=1.34.0
+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.0dev,>=1.34.1
+google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1
proto-plus<2.0.0dev,>=1.22.3
protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/google-cloud-appengine-logging-1.4.0/setup.py
new/google-cloud-appengine-logging-1.4.3/setup.py
--- old/google-cloud-appengine-logging-1.4.0/setup.py 2023-12-07
21:02:26.000000000 +0100
+++ new/google-cloud-appengine-logging-1.4.3/setup.py 2024-03-05
19:46:00.000000000 +0100
@@ -41,7 +41,10 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
- "google-api-core[grpc] >= 1.34.0,
<3.0.0dev,!=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] >= 1.34.1,
<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
+ # Exclude incompatible versions of `google-auth`
+ # See https://github.com/googleapis/google-cloud-python/issues/12364
+ "google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0",
"proto-plus >= 1.22.3, <2.0.0dev",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]