Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-pubsub for
openSUSE:Factory checked in at 2026-01-15 17:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-pubsub (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-pubsub.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-pubsub"
Thu Jan 15 17:02:21 2026 rev:4 rq:1327431 version:2.34.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-pubsub/python-google-cloud-pubsub.changes
2025-10-21 11:17:31.941596856 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-pubsub.new.1928/python-google-cloud-pubsub.changes
2026-01-15 17:02:28.124564403 +0100
@@ -1,0 +2,22 @@
+Thu Jan 15 14:38:13 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.34.0
+ * support mTLS certificates when available (#1566)
+- from version 2.33.0
+ * Add AwsKinesisFailureReason.ApiViolationReason (ac68093)
+ * Add tags to Subscription, Topic, and CreateSnapshotRequest messages
+ for use in CreateSubscription, CreateTopic, and CreateSnapshot requests
+ respectively (ac68093)
+ * Annotate some resource fields with their corresponding API types (ac68093)
+ * Deprecate credentials_file argument (ac68093)
+ * A comment for field `received_messages` in message
+ `.google.pubsub.v1.StreamingPullResponse` is changed (ac68093)
+- from version 2.32.0
+ * Adds Python 3.14 support (#1512)
+ * Debug logs (#1460)
+ * Support the protocol version in StreamingPullRequest (#1455)
+ * Ignore future warnings on python versions (#1546)
+- Stop installing fixup scripts which have been removed upstream
+- Update BuildRequires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google_cloud_pubsub-2.31.1.tar.gz
New:
----
google_cloud_pubsub-2.34.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-pubsub.spec ++++++
--- /var/tmp/diff_new_pack.a8WV12/_old 2026-01-15 17:02:29.224610004 +0100
+++ /var/tmp/diff_new_pack.a8WV12/_new 2026-01-15 17:02:29.252611164 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-pubsub
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-pubsub
-Version: 2.31.1
+Version: 2.34.0
Release: 0
Summary: Google Cloud Pub/Sub API client library
License: Apache-2.0
@@ -33,7 +33,8 @@
BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module google-auth >= 2.14.1}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
-BuildRequires: %{python_module grpcio >= 1.51.3}
+BuildRequires: %{python_module grpcio >= 1.51.3 if %python-base < 3.14}
+BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
BuildRequires: %{python_module grpcio-status >= 1.33.2}
BuildRequires: %{python_module opentelemetry-api >= 1.27.0}
BuildRequires: %{python_module opentelemetry-sdk >= 1.27.0}
@@ -57,8 +58,6 @@
Requires: python-proto-plus >= 1.25.0
Requires: python-protobuf >= 3.20.2
Suggests: python-libcst >= 0.3.10
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -73,20 +72,12 @@
%install
%pyproject_install
-%python_clone -a %{buildroot}%{_bindir}/fixup_pubsub_v1_keywords.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
#%%pytest
-%post
-%python_install_alternative fixup_pubsub_v1_keywords.py
-
-%postun
-%python_uninstall_alternative fixup_pubsub_v1_keywords.py
-
%files %{python_files}
-%python_alternative %{_bindir}/fixup_pubsub_v1_keywords.py
%{python_sitelib}/google/pubsub
%{python_sitelib}/google/cloud/pubsub
%{python_sitelib}/google/pubsub_v1
++++++ google_cloud_pubsub-2.31.1.tar.gz -> google_cloud_pubsub-2.34.0.tar.gz
++++++
++++ 3211 lines of diff (skipped)