From 0ce795bf3f4746019666bb63ac57dc300a29e2bc15826b3762fd867b006f4f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Sep 2022 10:32:16 +0000 Subject: [PATCH] Accepting request 1003271 from home:glaubitz:branches:devel:languages:python - Update to 2.15.1 * **deps:** allow protobuf < 5.0.0 (#425) * **deps:** require proto-plus >= 1.22.0 (1ad5df9) - from version 2.15.0 * add audience parameter (068f8e8) * **deps:** require google-api-core>=1.32.0,>=2.8.0 (#416) * require python 3.7+ (#414) - Update BuildRequires and Requires from setup.py * **deps:** require protobuf <4.0.0dev * fix changelog header to consistent size * **samples:** resolve library deprecation warnings * Add adaptation proto for v1 api * Add documentation for latest models to RecognitionConfig * Update client libraries for v1p1beta1 api * update docstrings to use absolute links OBS-URL: https://build.opensuse.org/request/show/1003271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=18 --- google-cloud-speech-2.14.1.tar.gz | 3 --- google-cloud-speech-2.15.1.tar.gz | 3 +++ python-google-cloud-speech.changes | 26 +++++++++++++++++++------- python-google-cloud-speech.spec | 12 +++++++----- 4 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 google-cloud-speech-2.14.1.tar.gz create mode 100644 google-cloud-speech-2.15.1.tar.gz diff --git a/google-cloud-speech-2.14.1.tar.gz b/google-cloud-speech-2.14.1.tar.gz deleted file mode 100644 index 7b4bbeb..0000000 --- a/google-cloud-speech-2.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226134f1d8dcae1842d1540998bebd85b7d40c100b3d4c96f4869287508826ab -size 148879 diff --git a/google-cloud-speech-2.15.1.tar.gz b/google-cloud-speech-2.15.1.tar.gz new file mode 100644 index 0000000..4b70f16 --- /dev/null +++ b/google-cloud-speech-2.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9133433a0a9235d9761b2b5cae4660f003c2105678a1f51c101225bc85effccf +size 150380 diff --git a/python-google-cloud-speech.changes b/python-google-cloud-speech.changes index 362053a..58ffaa6 100644 --- a/python-google-cloud-speech.changes +++ b/python-google-cloud-speech.changes @@ -1,16 +1,28 @@ +------------------------------------------------------------------- +Tue Sep 13 09:29:35 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 2.15.1 + * **deps:** allow protobuf < 5.0.0 (#425) + * **deps:** require proto-plus >= 1.22.0 (1ad5df9) +- from version 2.15.0 + * add audience parameter (068f8e8) + * **deps:** require google-api-core>=1.32.0,>=2.8.0 (#416) + * require python 3.7+ (#414) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Jun 9 06:32:16 UTC 2022 - pgajdos@suse.com - version update to 2.14.1 ## [2.14.1] - * **deps:** require protobuf <4.0.0dev - * fix changelog header to consistent size - * **samples:** resolve library deprecation warnings + * **deps:** require protobuf <4.0.0dev + * fix changelog header to consistent size + * **samples:** resolve library deprecation warnings ## [2.14.0] - * Add adaptation proto for v1 api - * Add documentation for latest models to RecognitionConfig - * Update client libraries for v1p1beta1 api - * update docstrings to use absolute links + * Add adaptation proto for v1 api + * Add documentation for latest models to RecognitionConfig + * Update client libraries for v1p1beta1 api + * update docstrings to use absolute links - do not require python-mock for build - added patches fix https://github.com/googleapis/python-speech/issues/406 diff --git a/python-google-cloud-speech.spec b/python-google-cloud-speech.spec index d8c95c6..9af1df8 100644 --- a/python-google-cloud-speech.spec +++ b/python-google-cloud-speech.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-cloud-speech -Version: 2.14.1 +Version: 2.15.1 Release: 0 Summary: Google Cloud Speech API client library License: Apache-2.0 @@ -27,15 +27,17 @@ URL: https://github.com/googleapis/python-speech Source: https://files.pythonhosted.org/packages/source/g/google-cloud-speech/google-cloud-speech-%{version}.tar.gz # https://github.com/googleapis/python-speech/issues/406 Patch0: python-google-cloud-speech-no-mock.patch -BuildRequires: %{python_module google-api-core >= 1.31.5} -BuildRequires: %{python_module proto-plus >= 1.15.0} +BuildRequires: %{python_module google-api-core >= 1.32.0} +BuildRequires: %{python_module proto-plus >= 1.22.0} +BuildRequires: %{python_module protobuf >= 3.19.0} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.31.5 -Requires: python-proto-plus >= 1.15.0 +Requires: python-google-api-core >= 1.32.0 +Requires: python-proto-plus >= 1.22.0 +Requires: python-protobuf >= 3.19.0 BuildArch: noarch %python_subpackages