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
This commit is contained in:
Robert Schweikert 2022-10-17 12:35:29 +00:00 committed by Git OBS Bridge
parent afe3e245a4
commit 8318f2e1d4
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c31296a1143c0d6f780def59d2c3988e6fa84d7b84716e55c3722ee18213050d
size 113133

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729b52172001c99459ec3afddec9153de0af528874fcf3000a9ddd98e1107ee7
size 113834

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 17 09:52:07 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com> Mon Sep 12 16:02:14 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-google-cloud-translate Name: python-google-cloud-translate
Version: 3.8.2 Version: 3.8.4
Release: 0 Release: 0
Summary: Google Cloud Translation API client library Summary: Google Cloud Translation API client library
License: Apache-2.0 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-api-core >= 1.32.0}
BuildRequires: %{python_module google-cloud-core >= 1.3.0} BuildRequires: %{python_module google-cloud-core >= 1.3.0}
BuildRequires: %{python_module proto-plus >= 1.22.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} BuildRequires: %{python_module setuptools}
# START TESTING SECTION # START TESTING SECTION
BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-asyncio}
@ -39,7 +39,7 @@ BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.32.0 Requires: python-google-api-core >= 1.32.0
Requires: python-google-cloud-core >= 1.3.0 Requires: python-google-cloud-core >= 1.3.0
Requires: python-proto-plus >= 1.22.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(post): update-alternatives
Requires(postun):update-alternatives Requires(postun):update-alternatives
BuildArch: noarch BuildArch: noarch