Accepting request 1169413 from devel:languages:python:google
- update to 2.26.0: * add translation_config in RecognitionConfig message * add API for writing BatchRecognize transcripts in SRT and VTT formats * Require google-api-core>=1.34.1 * fix ValueError in test__validate_universe_domain * Add google-auth as a direct dependency * Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint * Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' OBS-URL: https://build.opensuse.org/request/show/1169413 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=17
This commit is contained in:
commit
f199851c3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67bc78c5f09b7913e809b8a70ab4f0200a7d248bdf6af16f035738fdae546c74
|
||||
size 333566
|
3
google-cloud-speech-2.26.0.tar.gz
Normal file
3
google-cloud-speech-2.26.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3156a78496aeacff403429408a1b13efe996da6f0544a25567904ad801671d5
|
||||
size 337694
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 20:45:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.26.0:
|
||||
* add translation_config in RecognitionConfig message
|
||||
* add API for writing BatchRecognize transcripts in SRT and VTT formats
|
||||
* Require google-api-core>=1.34.1
|
||||
* fix ValueError in test__validate_universe_domain
|
||||
* Add google-auth as a direct dependency
|
||||
* Add staticmethod decorator to _get_client_cert_source and
|
||||
_get_api_endpoint
|
||||
* Resolve AttributeError 'Credentials' object has no attribute
|
||||
'universe_domain'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 4 10:07:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-speech
|
||||
Version: 2.24.0
|
||||
Version: 2.26.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Speech API client library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/googleapis/python-speech
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-%{version}.tar.gz
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
BuildRequires: %{python_module protobuf >= 3.19.05}
|
||||
@ -34,7 +34,8 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-api-core >= 1.34.0
|
||||
Requires: python-google-api-core >= 1.34.1
|
||||
Requires: python-google-auth
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
Requires: python-protobuf >= 3.19.5
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user