Revisions of python-google-cloud-speech
Ana Guerrero (anag+factory)
accepted
request 1169413
from
Dirk Mueller (dirkmueller)
(revision 17)
- 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'
Ana Guerrero (anag+factory)
accepted
request 1143975
from
Dirk Mueller (dirkmueller)
(revision 16)
- update to 2.24.0: * Allow users to explicitly configure universe domain
Ana Guerrero (anag+factory)
accepted
request 1133642
from
Dirk Mueller (dirkmueller)
(revision 15)
- 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 * Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization
Ana Guerrero (anag+factory)
accepted
request 1131340
from
Robert Schweikert (rjschwei)
(revision 14)
- Update to 2.22.0 * Add transcript normalization + m4a audio format support (8536b20) * Support MP3, TranscriptNormalization and SpeakerLabels in STT V1 API (#11967) * Clarify alternatives for deprecated fields (8536b20) * Deprecate `BatchRecognizeFileResult.transcript` in favor of `inline_result.transcript` (8536b20) * Deprecate `BatchRecognizeFileResult.uri` in favor of `cloud_storage_result.native_format_uri` (8536b20) - Drop patches for issues fixed upstream * python-google-cloud-speech-no-mock.patch - Skip tests that are currently failing * test_list_phrase_set (forwarded request 1131330 from glaubitz)
Dominique Leuenberger (dimstar_suse)
accepted
request 1099262
from
Dirk Mueller (dirkmueller)
(revision 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 1095649
from
Robert Schweikert (rjschwei)
(revision 12)
- Update to 2.20.0 * **v2:** Add processing strategy to batch recognition requests (#514) - Refresh patches for new version * python-google-cloud-speech-no-mock.patch (forwarded request 1095634 from glaubitz)
Dominique Leuenberger (dimstar_suse)
accepted
request 1075513
from
Robert Schweikert (rjschwei)
(revision 11)
- Update to 2.19.0 * Add support for BatchRecognize (2e7ee2d) * Fix formatting of request arg in docstring (#512) * Fix the resource name format in comment for CreatePhraseSetRequest (2e7ee2d) - from version 2.18.0 * Enable "rest" transport in Python for services supporting numeric enums (a20d0f1) * Voice Activity Detection - adding speech event time and speech event type (a20d0f1) - from version 2.17.3 * **v1:** Clarified boost usage (#491) - from version 2.17.2 * Clarify boost usage in Reference (#486) - from version 2.17.1 * Add context manager return types (ed80330) * Add documentation for enums (ed80330) - from version 2.17.0 * Add support for python 3.11 (#478) * Add typing to proto.Message based class attributes (c2a079c) * Added new fields to facilitate debugging (c2a079c) * **v1:** Added ABNF Grammars field in Speech Adaptation (ca28974) * **v1p1beta1:** Added ABNF Grammars field in Speech Adaptation (ca28974) * Add dict typing for client_options (c2a079c) * **deps:** Require google-api-core >=1.34.0, >=2.11.0 (c2a079c) * Drop usage of pkg_resources (c2a079c) * Fix timeout default values (c2a079c) * **samples:** Code samples for Speech-to-Text V2 (5c99f00) * **samples:** Snippetgen handling of repeated enum field (c2a079c) * **samples:** Snippetgen should call await on the operation coroutine before calling result (c2a079c) * **samples:** Update code samples for adaptation and VAD (#462) - Update BuildRequires and Requires from setup.py (forwarded request 1075495 from glaubitz)
Dominique Leuenberger (dimstar_suse)
accepted
request 1010890
from
Robert Schweikert (rjschwei)
(revision 10)
- Update to 2.16.2 * **deps:** Allow protobuf 3.19.5 (#456) * **samples:** Add create_recognizer code sample (#450) * **samples:** Add quickstart code sample for STT V2 (#451) - from version 2.16.1 * Remove SpeechHelpers from STT V2 client library (#452) - from version 2.16.0 * Added Speech-to-Text V2 API (#447) * **deps:** Require protobuf >= 3.20.2 (#446) (forwarded request 1010888 from glaubitz)
Dominique Leuenberger (dimstar_suse)
accepted
request 1003292
from
Markéta Machová (mcalabkova)
(revision 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 981536
from
Dirk Mueller (dirkmueller)
(revision 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 967510
from
Robert Schweikert (rjschwei)
(revision 7)
- 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)
Dominique Leuenberger (dimstar_suse)
accepted
request 792428
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 730383
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Update to 1.2.0: * Add 'client_options' support (via synth). (#8534) * Increase speech max received msg size to 256 MiB (#8338) * Add MP3 to Audio Encoding and add boost to Speech Context (via synth). (#8109) * Add Recognition Metadata (via synth). (#7961)
Dominique Leuenberger (dimstar_suse)
accepted
request 688735
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- Update to 1.0.0: * Remove unused message exports. (#7275) * Promote google-cloud-speech to GA (#7525) * Speech: copy lintified proto files (via synth). * Add clarifying comment to blacken nox target. (#7404) * Copy proto files alongside protoc versions. Remove unneeded utf-8 header.
Dominique Leuenberger (dimstar_suse)
accepted
request 685335
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Update to 0.36.3: * Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240) * Protoc-generated serialization update. (#7106) * Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391) * Import iam.policy from google.api_core. (#6741) * Pick up fixes to GAIPC generator. (#6508) * Add result_end_time, docstring changes via synth. (#6462) * Assorted synth fixups / cleanups (#6400) * Fix client_info bug, update docstrings and timeouts. (#6421) * Re-generate library using speech/synth.py (#5979) - Really execute tests
Dominique Leuenberger (dimstar_suse)
accepted
request 659399
from
Matej Cepl (mcepl)
(revision 2)
- Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 645699
from
Dominique Leuenberger (dimstar_suse)
(revision 1)
Resubmit reworded by jengelh
Displaying all 17 revisions