Accepting request 685335 from devel:languages:python
- Update to 0.36.3: * Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240) * Protoc-generated serialization update. (#7106) * Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391) * Import iam.policy from google.api_core. (#6741) * Pick up fixes to GAIPC generator. (#6508) * Add result_end_time, docstring changes via synth. (#6462) * Assorted synth fixups / cleanups (#6400) * Fix client_info bug, update docstrings and timeouts. (#6421) * Re-generate library using speech/synth.py (#5979) - Really execute tests OBS-URL: https://build.opensuse.org/request/show/685335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=3
This commit is contained in:
commit
419930a4a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e756ad9e699545877d20bb536b9b8db4589b632177835275c11885cdc6651ca
|
|
||||||
size 48940
|
|
3
google-cloud-speech-0.36.3.tar.gz
Normal file
3
google-cloud-speech-0.36.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d77da6086c01375908c8b800808ff83748a34b98313f885bd86df95448304fc
|
||||||
|
size 69190
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 11:23:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.36.3:
|
||||||
|
* Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240)
|
||||||
|
* Protoc-generated serialization update. (#7106)
|
||||||
|
* Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)
|
||||||
|
* Import iam.policy from google.api_core. (#6741)
|
||||||
|
* Pick up fixes to GAIPC generator. (#6508)
|
||||||
|
* Add result_end_time, docstring changes via synth. (#6462)
|
||||||
|
* Assorted synth fixups / cleanups (#6400)
|
||||||
|
* Fix client_info bug, update docstrings and timeouts. (#6421)
|
||||||
|
* Re-generate library using speech/synth.py (#5979)
|
||||||
|
- Really execute tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:48:37 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:48:37 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-speech
|
# spec file for package python-google-cloud-speech
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,22 +18,21 @@
|
|||||||
|
|
||||||
%{?!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: 0.36.0
|
Version: 0.36.3
|
||||||
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 mock}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module google-api-core >= 0.1.4}
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-google-api-core >= 0.1.4
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-google-api-core >= 1.4.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,6 +40,9 @@ Cloud Speech API converts audio to text by applying neural network models.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n google-cloud-speech-%{version}
|
%setup -q -n google-cloud-speech-%{version}
|
||||||
|
# remove tests needing credentials to google services
|
||||||
|
rm tests/system/gapic/v1/test_system_speech_v1.py
|
||||||
|
rm tests/system/gapic/v1p1beta1/test_system_speech_v1p1beta1.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -50,7 +52,7 @@ Cloud Speech API converts audio to text by applying neural network models.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user