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:
commit
6cce86f978
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:226134f1d8dcae1842d1540998bebd85b7d40c100b3d4c96f4869287508826ab
|
|
||||||
size 148879
|
|
3
google-cloud-speech-2.15.1.tar.gz
Normal file
3
google-cloud-speech-2.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9133433a0a9235d9761b2b5cae4660f003c2105678a1f51c101225bc85effccf
|
||||||
|
size 150380
|
@ -1,16 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Thu Jun 9 06:32:16 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
- version update to 2.14.1
|
- version update to 2.14.1
|
||||||
## [2.14.1]
|
## [2.14.1]
|
||||||
* **deps:** require protobuf <4.0.0dev
|
* **deps:** require protobuf <4.0.0dev
|
||||||
* fix changelog header to consistent size
|
* fix changelog header to consistent size
|
||||||
* **samples:** resolve library deprecation warnings
|
* **samples:** resolve library deprecation warnings
|
||||||
## [2.14.0]
|
## [2.14.0]
|
||||||
* Add adaptation proto for v1 api
|
* Add adaptation proto for v1 api
|
||||||
* Add documentation for latest models to RecognitionConfig
|
* Add documentation for latest models to RecognitionConfig
|
||||||
* Update client libraries for v1p1beta1 api
|
* Update client libraries for v1p1beta1 api
|
||||||
* update docstrings to use absolute links
|
* update docstrings to use absolute links
|
||||||
- do not require python-mock for build
|
- do not require python-mock for build
|
||||||
- added patches
|
- added patches
|
||||||
fix https://github.com/googleapis/python-speech/issues/406
|
fix https://github.com/googleapis/python-speech/issues/406
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-google-cloud-speech
|
Name: python-google-cloud-speech
|
||||||
Version: 2.14.1
|
Version: 2.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Speech API client library
|
Summary: Google Cloud Speech API client library
|
||||||
License: Apache-2.0
|
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
|
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
|
# https://github.com/googleapis/python-speech/issues/406
|
||||||
Patch0: python-google-cloud-speech-no-mock.patch
|
Patch0: python-google-cloud-speech-no-mock.patch
|
||||||
BuildRequires: %{python_module google-api-core >= 1.31.5}
|
BuildRequires: %{python_module google-api-core >= 1.32.0}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.15.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-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-google-api-core >= 1.31.5
|
Requires: python-google-api-core >= 1.32.0
|
||||||
Requires: python-proto-plus >= 1.15.0
|
Requires: python-proto-plus >= 1.22.0
|
||||||
|
Requires: python-protobuf >= 3.19.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user