Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-translate for
openSUSE:Factory checked in at 2026-01-17 14:54:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-translate (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.1928
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-translate"
Sat Jan 17 14:54:54 2026 rev:17 rq:1327701 version:3.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-translate/python-google-cloud-translate.changes
2025-10-17 20:14:36.959803669 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.1928/python-google-cloud-translate.changes
2026-01-17 14:56:03.162441823 +0100
@@ -1,0 +2,15 @@
+Fri Jan 16 13:34:23 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 3.24.0
+ * auto-enable mTLS when supported certificates are detected
+ * check Python and dependency versions in generated GAPICs
+- from version 3.23.0
+ * Adds support for RefineText
+ * Adds option for pdf_native only document translation
+ * Adds option for contextual translation with glossaries
+- from version 3.22.0
+ * Add support for Python 3.14
+ * Deprecate credentials_file argument
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google_cloud_translate-3.21.1.tar.gz
New:
----
google_cloud_translate-3.24.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-translate.spec ++++++
--- /var/tmp/diff_new_pack.i1y4jD/_old 2026-01-17 14:56:03.602460220 +0100
+++ /var/tmp/diff_new_pack.i1y4jD/_new 2026-01-17 14:56:03.606460386 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-translate
#
-# Copyright (c) 2025 SUSE LLC
+# 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-translate
-Version: 3.21.1
+Version: 3.24.0
Release: 0
Summary: Google Cloud Translation API client library
License: Apache-2.0
@@ -28,6 +28,8 @@
BuildRequires: %{python_module google-auth >= 2.14.1}
BuildRequires: %{python_module google-cloud-core >= 1.4.4}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.14.0}
+BuildRequires: %{python_module grpcio >= 1.33.2 if %python-base < 3.14}
+BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module proto-plus >= 1.22.3}
BuildRequires: %{python_module protobuf >= 3.20.2}
@@ -38,6 +40,11 @@
# END TESTING SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %python_version_nodots < 314
+Requires: python-grpcio >= 1.33.2
+%else
+Requires: python-grpcio >= 1.75.1
+%endif
Requires: python-google-api-core >= 1.34.1
Requires: python-google-auth >= 2.14.1
Requires: python-google-cloud-core >= 1.4.4
++++++ google_cloud_translate-3.21.1.tar.gz ->
google_cloud_translate-3.24.0.tar.gz ++++++
++++ 3495 lines of diff (skipped)