Accepting request 967510 from devel:languages:python

- Update to 2.13.1
  Bug Fixes
  * **deps:** require google-api-core>=1.31.5, >=2.3.2 (#334)
  * **deps:** require proto-plus>=1.15.0 (b35bd09)
- from version 2.13.0
  Features
  * add api key support (#313)
  Bug Fixes
  * **deps:** move libcst to extras (#322)
  * resolve DuplicateCredentialArgs error when using credentials_file (#318)
  Documentation
  * add generated snippets (#321)
- from version 2.12.0
  Features
  * add hint boost in SpeechContext (3fdef1f)
  * add result_end_time to SpeechRecognitionResult (#291)
  * add SpeechAdaptation configuration (3fdef1f)
  * add spoken punctuation and spoken emojis (3fdef1f)
  * add WEBM_OPUS codec (3fdef1f)
  * add word confidence (3fdef1f)
  * added alternative_language_codes to RecognitionConfig (#290)
- from version 2.11.1
  Bug Fixes
  * **deps:** drop packaging dependency (43f25c0)
  * **deps:** require google-api-core >= 1.28.0 (43f25c0)
  Documentation
  * list oneofs in docstring (43f25c0)
- from version 2.11.0
  Features
  * add support for python 3.10 (#274) (forwarded request 967509 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/967510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-04-07 22:28:19 +00:00 committed by Git OBS Bridge
commit a281da8949
4 changed files with 128 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e5adbc0e88f296b1bc8667f1dcf26ca4ea2db6596f07cb0a39e7b1b8ef14656
size 78820

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2718480b838cb178dd258343a261219873d40b3bde152d287835ac5ffc1de730
size 116199

View File

@ -1,3 +1,121 @@
-------------------------------------------------------------------
Thu Apr 7 13:46:45 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.13.1
Bug Fixes
* **deps:** require google-api-core>=1.31.5, >=2.3.2 (#334)
* **deps:** require proto-plus>=1.15.0 (b35bd09)
- from version 2.13.0
Features
* add api key support (#313)
Bug Fixes
* **deps:** move libcst to extras (#322)
* resolve DuplicateCredentialArgs error when using credentials_file (#318)
Documentation
* add generated snippets (#321)
- from version 2.12.0
Features
* add hint boost in SpeechContext (3fdef1f)
* add result_end_time to SpeechRecognitionResult (#291)
* add SpeechAdaptation configuration (3fdef1f)
* add spoken punctuation and spoken emojis (3fdef1f)
* add WEBM_OPUS codec (3fdef1f)
* add word confidence (3fdef1f)
* added alternative_language_codes to RecognitionConfig (#290)
- from version 2.11.1
Bug Fixes
* **deps:** drop packaging dependency (43f25c0)
* **deps:** require google-api-core >= 1.28.0 (43f25c0)
Documentation
* list oneofs in docstring (43f25c0)
- from version 2.11.0
Features
* add support for python 3.10 (#274)
- from version 2.10.0
Features
* add context manager support in client (#268)
- from version 2.9.3
Documentation
* **samples:** Remove reference to deprecated message "diarization_speaker_count"
in favor of diarization_config (#264)
- from version 2.9.2
Bug Fixes
* improper types in pagers generation (a0bac07)
- from version 2.9.1
Bug Fixes
* add 'dict' annotation type to 'request' (e75ada8)
- from version 2.9.0
Features
* add output_config request field (#252)
Documentation
* **samples:** fixed model adaptation sample to correctly refer to custom classes (#246)
- from version 2.8.0
Features
* Add transcript normalization (#235)
Documentation
* **samples:** remove io dependency in transcribe samples (#223)
- from version 2.7.0
Features
* add total_billed_time response field (#224)
- from version 2.6.0
Features
* **v1p1beta1:** add total_billed_time response field (#219)
Bug Fixes
* enable self signed jwt for grpc (#217)
* **v1p1beta1:** custom_class_id is required field in CreateCustomClassRequest. (e7efa67)
* **v1p1beta1:** phrase_set_id is required field in CreatePhraseSetRequest (e7efa67)
Documentation
* **samples:** Add Spoken Punctuation and Emojis code samples (#155)
* add Samples section to CONTRIBUTING.rst (#211)
- from version 2.5.1
Bug Fixes
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#210)
- from version 2.5.0
Features
* add always_use_jwt_access (#191)
- from version 2.4.1
Documentation
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127)
- from version 2.4.0
Features
* add webm opus support (eb360ae)
* support self-signed JWT flow for service accounts (eb360ae)
Bug Fixes
* add async client to %name_%version/init.py (eb360ae)
- from version 2.3.0
Features
* Support for spoken punctuation and spoken emojis (#143)
- from version 2.2.1
Bug Fixes
* use correct retry deadline (#134)
- from version 2.2.0
Features
* adds model adaptation sample (#121)
* Support output transcript to Google Cloud Storage for LongRunningRecognize (#128)
- from version 2.1.0
Features
* add common resource helpers; expose transport; remove gRPC send/recv limits (#100)
* add from_service_account_info factory (3bed0b4)
* adds new multi region sample (#96)
* **v1p1beta1:** support Model Adaptation (#104)
Bug Fixes
* Remove incorrect comment on enhanced models (#95)
Documentation
* fix sphinx identifiers (3bed0b4)
* updated setup documentation to point to python-speech instead of python-docs-samples (#89)
- from version 2.0.1
Bug Fixes
* deleted a line duplicating the call to the recognizer (#83)
* migrated samples to speech 2.0.0 (#78)
- from version 2.0.0
BREAKING CHANGES
* migrate to microgenerator (#61)
Features
* Migrate to microgenerator (#61)
Documentation
* remove example usage from READMe (#46)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Wed Apr 8 11:46:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-speech
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,20 +18,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-cloud-speech
Version: 1.3.2
Version: 2.13.1
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.14.0}
BuildRequires: %{python_module google-api-core >= 1.31.5}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module proto-plus >= 1.15.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.14.0
Requires: python-google-api-core >= 1.31.5
Requires: python-proto-plus >= 1.15.0
BuildArch: noarch
%python_subpackages
@ -55,6 +57,7 @@ rm tests/system/gapic/v1p1beta1/test_system_speech_v1p1beta1.py
%pytest
%files %{python_files}
%exclude %{_bindir}/*.py
%license LICENSE
%doc README.rst
%{python_sitelib}/*