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 2022-04-13 21:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-translate (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.1900
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-translate"
Wed Apr 13 21:06:10 2022 rev:3 rq:969852 version:3.7.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-translate/python-google-cloud-translate.changes
2021-03-15 10:54:40.593197154 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.1900/python-google-cloud-translate.changes
2022-04-13 21:07:05.552684275 +0200
@@ -1,0 +2,80 @@
+Wed Apr 13 10:40:56 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 3.7.2
+ Bug Fixes
+ * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#348) (fe3ac1e)
+ * **deps:** require proto-plus>=1.15.0 (fe3ac1e)
+- from version 3.7.1
+ Documentation
+ * add generated snippets (#336) (36c4483)
+- from version 3.7.0
+ Features
+ * add api key support (#329) (4b08cd5)
+ Bug Fixes
+ * 290 added a create glossary line before each call using bistro-glossary
(#302) (742e414)
+ * resolve DuplicateCredentialArgs error when using credentials_file (26791c2)
+- from version 3.6.1
+ Bug Fixes
+ * **deps:** drop packaging dependency (7924322)
+ * **deps:** require google-api-core >= 1.28.0 (7924322)
+ Documentation
+ * list oneofs in docstring (7924322)
+ * **samples:** Add Cloud Code tags for API Explorer pilot (#282) (3e8df68)
+- from version 3.6.0
+ Features
+ * add support for python 3.10 (#275) (381fc15)
+ Bug Fixes
+ * add model signature for batch document translation (#276) (be0b01b)
+- from version 3.5.0
+ Features
+ * add context manager support in client (#267) (6e750e8)
+ Bug Fixes
+ * (#254) by increasing timeout, use backoff module instead of flaky (#271)
(0cff0f2)
+- from version 3.4.1
+ Bug Fixes
+ * add 'dict' annotation type to 'request' (6bbf390)
+ * improper types in pagers generation (cd70523)
+- from version 3.4.0
+ Features
+ * add translate_document and batch_translate_document (#234) (b5962d6)
+ * **v3beta1:** add format_conversions (b5962d6)
+ Bug Fixes
+ * add missing annotation for batch document translation (#231) (a1297ba)
+- from version 3.3.2
+ Bug Fixes
+ * enable self signed jwt for grpc (#215) (2f1bc32)
+ Documentation
+ * add Samples section to CONTRIBUTING.rst (#206) (6f1df67)
+ Miscellaneous Chores
+ * release as 3.3.2 (#218) (e14de99)
+- from version 3.3.1
+ Bug Fixes
+ * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to
+ allow 2.x versions (#205) (3a11025)
+- from version 3.3.0
+ Features
+ * add always_use_jwt_access (778878d)
+ Bug Fixes
+ * disable always_use_jwt_access (#186) (778878d)
+- from version 3.2.1
+ Documentation
+ * omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#175) (7ef5f04)
+- from 3.2.0
+ Features
+ * support self-signed JWT flow for service accounts (959a35c)
+ Bug Fixes
+ * add async client to %name_%version/init.py (959a35c)
+ * **deps:** add packaging requirement (959a35c)
+ Documentation
+ * connect Python Translate client library to nebulous serverless example
(#162) (2986864)
+- from version 3.1.0
+ Features
+ * add `from_service_account_info` (a397eff)
+ * **v3beta1:** add online and batch document translation (a397eff)
+ * **v3beta1:** add online and batch document translation (#121) (a397eff)
+ Bug Fixes
+ * moves region tags (#103) (e161eb5)
+ * use correct retry deadlines (a397eff)
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google-cloud-translate-3.0.2.tar.gz
New:
----
google-cloud-translate-3.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-translate.spec ++++++
--- /var/tmp/diff_new_pack.sSu8ZO/_old 2022-04-13 21:07:06.116684843 +0200
+++ /var/tmp/diff_new_pack.sSu8ZO/_new 2022-04-13 21:07:06.124684851 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-translate
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-google-cloud-translate
-Version: 3.0.2
+Version: 3.7.2
Release: 0
Summary: Google Cloud Translation API client library
License: Apache-2.0
URL: https://github.com/googleapis/python-translate
Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-translate/google-cloud-translate-%{version}.tar.gz
-BuildRequires: %{python_module google-api-core >= 1.22.0}
-BuildRequires: %{python_module google-cloud-core >= 1.1.0}
-BuildRequires: %{python_module libcst >= 0.2.5}
-BuildRequires: %{python_module proto-plus >= 0.4.0}
+BuildRequires: %{python_module google-api-core >= 1.31.5}
+BuildRequires: %{python_module google-cloud-core >= 1.3.0}
+BuildRequires: %{python_module proto-plus >= 1.15.0}
BuildRequires: %{python_module setuptools}
# START TESTING SECTION
BuildRequires: %{python_module mock}
@@ -37,12 +36,11 @@
# END TESTING SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-google-api-core >= 1.22.0
-Requires: python-google-cloud-core >= 1.1.0
-Requires: python-libcst >= 0.2.5
-Requires: python-proto-plus >= 0.4.0
+Requires: python-google-api-core >= 1.31.5
+Requires: python-google-cloud-core >= 1.3.0
+Requires: python-proto-plus >= 1.15.0
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
++++++ google-cloud-translate-3.0.2.tar.gz ->
google-cloud-translate-3.7.2.tar.gz ++++++
++++ 20256 lines of diff (skipped)