From e0359b0224baaa172304a4216554123b248a747e4d565ff8f1713530ed7bd12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Apr 2020 12:00:14 +0000 Subject: [PATCH] Accepting request 792424 from home:mcalabkova:branches:devel:languages:python - Update to 1.3.2 * Add speaker diarization configuration support (via synth). * Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization and diarization_speaker_count (via synth). * Increase timeout values OBS-URL: https://build.opensuse.org/request/show/792424 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=12 --- google-cloud-speech-1.2.0.tar.gz | 3 --- google-cloud-speech-1.3.2.tar.gz | 3 +++ python-google-cloud-speech.changes | 9 +++++++++ python-google-cloud-speech.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 google-cloud-speech-1.2.0.tar.gz create mode 100644 google-cloud-speech-1.3.2.tar.gz diff --git a/google-cloud-speech-1.2.0.tar.gz b/google-cloud-speech-1.2.0.tar.gz deleted file mode 100644 index a08d01b..0000000 --- a/google-cloud-speech-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a1f67b01b5b8bd22fa3ba95a4b99ae4a55b6299665d5ae1afa3db7f6706c32 -size 71551 diff --git a/google-cloud-speech-1.3.2.tar.gz b/google-cloud-speech-1.3.2.tar.gz new file mode 100644 index 0000000..cfd1ed8 --- /dev/null +++ b/google-cloud-speech-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5adbc0e88f296b1bc8667f1dcf26ca4ea2db6596f07cb0a39e7b1b8ef14656 +size 78820 diff --git a/python-google-cloud-speech.changes b/python-google-cloud-speech.changes index fd32d7a..eed52f1 100644 --- a/python-google-cloud-speech.changes +++ b/python-google-cloud-speech.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 8 11:46:25 UTC 2020 - Marketa Calabkova + +- Update to 1.3.2 + * Add speaker diarization configuration support (via synth). + * Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization + and diarization_speaker_count (via synth). + * Increase timeout values + ------------------------------------------------------------------- Thu Sep 12 11:40:55 UTC 2019 - Tomáš Chvátal diff --git a/python-google-cloud-speech.spec b/python-google-cloud-speech.spec index 192b1ab..3c2dfcb 100644 --- a/python-google-cloud-speech.spec +++ b/python-google-cloud-speech.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-cloud-speech # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-speech -Version: 1.2.0 +Version: 1.3.2 Release: 0 Summary: Google Cloud Speech API client library License: Apache-2.0