- Update to 1.2.0:
* Add 'client_options' support (via synth). (#8534) * Increase speech max received msg size to 256 MiB (#8338) * Add MP3 to Audio Encoding and add boost to Speech Context (via synth). (#8109) * Add Recognition Metadata (via synth). (#7961) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=10
This commit is contained in:
parent
d0e3589d07
commit
10471b8367
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:528178bae214d4075b2635e721769ad04422d746d0db4363f48cb38cafd21eb4
|
|
||||||
size 65845
|
|
3
google-cloud-speech-1.2.0.tar.gz
Normal file
3
google-cloud-speech-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8a1f67b01b5b8bd22fa3ba95a4b99ae4a55b6299665d5ae1afa3db7f6706c32
|
||||||
|
size 71551
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 11:40:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.2.0:
|
||||||
|
* Add 'client_options' support (via synth). (#8534)
|
||||||
|
* Increase speech max received msg size to 256 MiB (#8338)
|
||||||
|
* Add MP3 to Audio Encoding and add boost to Speech Context (via synth). (#8109)
|
||||||
|
* Add Recognition Metadata (via synth). (#7961)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 13:53:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Mar 26 13:53:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
%{?!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: 1.0.0
|
Version: 1.2.0
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
|
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
|
||||||
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
|
||||||
BuildRequires: %{python_module google-api-core >= 1.4.1}
|
BuildRequires: %{python_module google-api-core >= 1.14.0}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
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.4.1
|
Requires: python-google-api-core >= 1.14.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user