From 8318f2e1d48e99600843c3203d54cfa987baad6937ac2a9543fc003a62f0dffb Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 17 Oct 2022 12:35:29 +0000 Subject: [PATCH] Accepting request 1012048 from home:glaubitz:branches:devel:languages:python - Update to version 3.8.4 * **deps:** Allow protobuf 3.19.5 (#457) - from version 3.8.3 * **deps:** Require protobuf >= 3.20.2 (#452) - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1012048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-translate?expand=0&rev=11 --- google-cloud-translate-3.8.2.tar.gz | 3 --- google-cloud-translate-3.8.4.tar.gz | 3 +++ python-google-cloud-translate.changes | 9 +++++++++ python-google-cloud-translate.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-translate-3.8.2.tar.gz create mode 100644 google-cloud-translate-3.8.4.tar.gz diff --git a/google-cloud-translate-3.8.2.tar.gz b/google-cloud-translate-3.8.2.tar.gz deleted file mode 100644 index 34bae5a..0000000 --- a/google-cloud-translate-3.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c31296a1143c0d6f780def59d2c3988e6fa84d7b84716e55c3722ee18213050d -size 113133 diff --git a/google-cloud-translate-3.8.4.tar.gz b/google-cloud-translate-3.8.4.tar.gz new file mode 100644 index 0000000..d1a7003 --- /dev/null +++ b/google-cloud-translate-3.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729b52172001c99459ec3afddec9153de0af528874fcf3000a9ddd98e1107ee7 +size 113834 diff --git a/python-google-cloud-translate.changes b/python-google-cloud-translate.changes index 6b598e9..e2c628f 100644 --- a/python-google-cloud-translate.changes +++ b/python-google-cloud-translate.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 17 09:52:07 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 3.8.4 + * **deps:** Allow protobuf 3.19.5 (#457) +- from version 3.8.3 + * **deps:** Require protobuf >= 3.20.2 (#452) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Mon Sep 12 16:02:14 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-google-cloud-translate.spec b/python-google-cloud-translate.spec index 94d44bc..8a803ab 100644 --- a/python-google-cloud-translate.spec +++ b/python-google-cloud-translate.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-google-cloud-translate -Version: 3.8.2 +Version: 3.8.4 Release: 0 Summary: Google Cloud Translation API client library License: Apache-2.0 @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/g/google-cloud-tr BuildRequires: %{python_module google-api-core >= 1.32.0} BuildRequires: %{python_module google-cloud-core >= 1.3.0} BuildRequires: %{python_module proto-plus >= 1.22.0} -BuildRequires: %{python_module protobuf >= 3.19.0} +BuildRequires: %{python_module protobuf >= 3.19.5} BuildRequires: %{python_module setuptools} # START TESTING SECTION BuildRequires: %{python_module pytest-asyncio} @@ -39,7 +39,7 @@ BuildRequires: python-rpm-macros Requires: python-google-api-core >= 1.32.0 Requires: python-google-cloud-core >= 1.3.0 Requires: python-proto-plus >= 1.22.0 -Requires: python-protobuf >= 3.19.0 +Requires: python-protobuf >= 3.19.5 Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch