Accepting request 1003292 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1003292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-09-13 13:10:04 +00:00 committed by Git OBS Bridge
commit 6cce86f978
4 changed files with 29 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 13 09:29:35 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.15.1
* **deps:** allow protobuf < 5.0.0 (#425)
* **deps:** require proto-plus >= 1.22.0 (1ad5df9)
- from version 2.15.0
* add audience parameter (068f8e8)
* **deps:** require google-api-core>=1.32.0,>=2.8.0 (#416)
* require python 3.7+ (#414)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Jun 9 06:32:16 UTC 2022 - pgajdos@suse.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-speech
Version: 2.14.1
Version: 2.15.1
Release: 0
Summary: Google Cloud Speech API client library
License: Apache-2.0
@ -27,15 +27,17 @@ URL: https://github.com/googleapis/python-speech
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-%{version}.tar.gz
# https://github.com/googleapis/python-speech/issues/406
Patch0: python-google-cloud-speech-no-mock.patch
BuildRequires: %{python_module google-api-core >= 1.31.5}
BuildRequires: %{python_module proto-plus >= 1.15.0}
BuildRequires: %{python_module google-api-core >= 1.32.0}
BuildRequires: %{python_module proto-plus >= 1.22.0}
BuildRequires: %{python_module protobuf >= 3.19.0}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.31.5
Requires: python-proto-plus >= 1.15.0
Requires: python-google-api-core >= 1.32.0
Requires: python-proto-plus >= 1.22.0
Requires: python-protobuf >= 3.19.0
BuildArch: noarch
%python_subpackages