From 10471b8367bde12207977707ecf5ff8d8865013000750274ef34378ff737e979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 11:42:33 +0000 Subject: [PATCH] - 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 --- google-cloud-speech-1.0.0.tar.gz | 3 --- google-cloud-speech-1.2.0.tar.gz | 3 +++ python-google-cloud-speech.changes | 9 +++++++++ python-google-cloud-speech.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-speech-1.0.0.tar.gz create mode 100644 google-cloud-speech-1.2.0.tar.gz diff --git a/google-cloud-speech-1.0.0.tar.gz b/google-cloud-speech-1.0.0.tar.gz deleted file mode 100644 index 83fb47d..0000000 --- a/google-cloud-speech-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:528178bae214d4075b2635e721769ad04422d746d0db4363f48cb38cafd21eb4 -size 65845 diff --git a/google-cloud-speech-1.2.0.tar.gz b/google-cloud-speech-1.2.0.tar.gz new file mode 100644 index 0000000..a08d01b --- /dev/null +++ b/google-cloud-speech-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a1f67b01b5b8bd22fa3ba95a4b99ae4a55b6299665d5ae1afa3db7f6706c32 +size 71551 diff --git a/python-google-cloud-speech.changes b/python-google-cloud-speech.changes index de53516..fd32d7a 100644 --- a/python-google-cloud-speech.changes +++ b/python-google-cloud-speech.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 12 11:40:55 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-google-cloud-speech.spec b/python-google-cloud-speech.spec index f511f62..192b1ab 100644 --- a/python-google-cloud-speech.spec +++ b/python-google-cloud-speech.spec @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-speech -Version: 1.0.0 +Version: 1.2.0 Release: 0 Summary: Google Cloud Speech API client library License: Apache-2.0 Group: Development/Languages/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 -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 pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.4.1 +Requires: python-google-api-core >= 1.14.0 BuildArch: noarch %python_subpackages