diff --git a/google-cloud-speech-2.22.0.tar.gz b/google-cloud-speech-2.22.0.tar.gz deleted file mode 100644 index d3d3a7f..0000000 --- a/google-cloud-speech-2.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95928a898692d7eaa05566d57a2138eb8b5b9234b1c3ccb72c552071ed2a3ab0 -size 310888 diff --git a/google-cloud-speech-2.23.0.tar.gz b/google-cloud-speech-2.23.0.tar.gz new file mode 100644 index 0000000..7f8d2c1 --- /dev/null +++ b/google-cloud-speech-2.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8683207085ddca6c5e0648972f8a062937d30e73aa55520f080f49532c7bff +size 311109 diff --git a/python-google-cloud-speech.changes b/python-google-cloud-speech.changes index 6fb2b8c..9b9b944 100644 --- a/python-google-cloud-speech.changes +++ b/python-google-cloud-speech.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 16 20:10:06 UTC 2023 - Dirk Müller + +- update to 2.23.0: + * Add support for python 3.12 + * Introduce compatibility with native namespace packages + * Require proto-plus >= 1.22.3 (e9655df) + * Use retry_async instead of retry in async client + ------------------------------------------------------------------- Wed Dec 6 11:44:40 UTC 2023 - John Paul Adrian Glaubitz @@ -231,7 +240,7 @@ 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 + * Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization and diarization_speaker_count (via synth). * Increase timeout values diff --git a/python-google-cloud-speech.spec b/python-google-cloud-speech.spec index 55fe1fc..8caad40 100644 --- a/python-google-cloud-speech.spec +++ b/python-google-cloud-speech.spec @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-google-cloud-speech -Version: 2.22.0 +Version: 2.23.0 Release: 0 Summary: Google Cloud Speech API client library License: Apache-2.0 @@ -26,15 +26,16 @@ 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 proto-plus >= 1.22.2} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module proto-plus >= 1.22.3} BuildRequires: %{python_module protobuf >= 3.19.05} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-api-core >= 1.34.0 -Requires: python-proto-plus >= 1.22.2 +Requires: python-proto-plus >= 1.22.3 Requires: python-protobuf >= 3.19.5 BuildArch: noarch %python_subpackages @@ -49,10 +50,10 @@ Cloud Speech API converts audio to text by applying neural network models. #rm tests/system/gapic/v1p1beta1/test_system_speech_v1p1beta1.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -62,6 +63,9 @@ Cloud Speech API converts audio to text by applying neural network models. %exclude %{_bindir}/*.py %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/google/cloud/speech +%{python_sitelib}/google/cloud/speech_v1* +%{python_sitelib}/google/cloud/speech_v2 +%{python_sitelib}/google_cloud_speech-%{version}.dist-info %changelog