16 Commits

Author SHA256 Message Date
34ee132ea6 Accepting request 1131330 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1131330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=28
2023-12-06 12:07:39 +00:00
c7b224f58b Accepting request 1099239 from home:glaubitz:branches:devel:languages:python
- Update to 2.21.0
  * Add `model` and `language_codes` fields in `RecognitionConfig`
    message + enable default `_` recognizer (#524)
- from version 2.20.1
  * Add async context manager return types (#522)

OBS-URL: https://build.opensuse.org/request/show/1099239
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=26
2023-07-18 12:21:47 +00:00
2b0a9fb99c Accepting request 1095634 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1095634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=24
2023-06-27 13:54:47 +00:00
ae9d7c8ce9 Accepting request 1075495 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1075495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=22
2023-03-30 09:10:31 +00:00
7e63dcd40e Accepting request 1010888 from home:glaubitz:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1010888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=20
2022-10-14 11:39:30 +00:00
0ce795bf3f 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
2022-09-13 10:32:16 +00:00
0403d1b8da Accepting request 981443 from home:pgajdos:python
- 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 
  ## [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 
- do not require python-mock for build
- added patches
  fix https://github.com/googleapis/python-speech/issues/406
  + python-google-cloud-speech-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/981443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=16
2022-06-09 15:17:36 +00:00
18be7fa247 Accepting request 967509 from home:glaubitz:branches: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)

OBS-URL: https://build.opensuse.org/request/show/967509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=14
2022-04-07 13:57:41 +00:00
Tomáš Chvátal
e0359b0224 Accepting request 792424 from home:mcalabkova:branches:devel:languages:python
- Update to 1.3.2
  * Add speaker diarization configuration support (via synth).
  * Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization 
    and diarization_speaker_count (via synth).
  * Increase timeout values

OBS-URL: https://build.opensuse.org/request/show/792424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=12
2020-04-08 12:00:14 +00:00
Tomáš Chvátal
10471b8367 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=10
2019-09-12 11:42:33 +00:00
Tomáš Chvátal
d0e3589d07 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=8
2019-03-26 13:54:49 +00:00
Tomáš Chvátal
ab8d7c2fff - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=6
2019-03-15 11:47:34 +00:00
c07d5724f3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=4
2018-12-04 13:30:37 +00:00
Dominique Leuenberger
ca2bdc4ae1 Accepting request 645699 from devel:languages:python
Resubmit reworded by jengelh

OBS-URL: https://build.opensuse.org/request/show/645699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-speech?expand=0&rev=1
2018-10-31 12:21:51 +00:00
ae0aabc9a3 Accepting request 643665 from home:jengelh:branches:devel:languages:python
- Ensure neutrailty of descriptions.

OBS-URL: https://build.opensuse.org/request/show/643665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=2
2018-10-23 07:15:14 +00:00
Thomas Bechtold
3b96b8fa12 - Initial packaging (version 0.36.0)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-speech?expand=0&rev=1
2018-10-22 04:27:18 +00:00