From 40cc9f0eddedcb44bba9918a0ca2f56cd0905e11ecff43737a53ecbb7d6058cc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 20:46:59 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:google/python-google-cloud-speech?expand=0&rev=4 --- google-cloud-speech-2.24.0.tar.gz | 3 --- google-cloud-speech-2.26.0.tar.gz | 3 +++ python-google-cloud-speech.changes | 14 ++++++++++++++ python-google-cloud-speech.spec | 7 ++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 google-cloud-speech-2.24.0.tar.gz create mode 100644 google-cloud-speech-2.26.0.tar.gz diff --git a/google-cloud-speech-2.24.0.tar.gz b/google-cloud-speech-2.24.0.tar.gz deleted file mode 100644 index e9fc94e..0000000 --- a/google-cloud-speech-2.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67bc78c5f09b7913e809b8a70ab4f0200a7d248bdf6af16f035738fdae546c74 -size 333566 diff --git a/google-cloud-speech-2.26.0.tar.gz b/google-cloud-speech-2.26.0.tar.gz new file mode 100644 index 0000000..949d9a7 --- /dev/null +++ b/google-cloud-speech-2.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3156a78496aeacff403429408a1b13efe996da6f0544a25567904ad801671d5 +size 337694 diff --git a/python-google-cloud-speech.changes b/python-google-cloud-speech.changes index d9913c7..5e3d76c 100644 --- a/python-google-cloud-speech.changes +++ b/python-google-cloud-speech.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 20 20:45:11 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-google-cloud-speech.spec b/python-google-cloud-speech.spec index 1ada824..c59d698 100644 --- a/python-google-cloud-speech.spec +++ b/python-google-cloud-speech.spec @@ -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