python-google-cloud-speech/python-google-cloud-speech.changes
Dirk Mueller 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

194 lines
7.1 KiB
Plaintext

-------------------------------------------------------------------
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
## [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
-------------------------------------------------------------------
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>
- 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
-------------------------------------------------------------------
Thu Sep 12 11:40:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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)
-------------------------------------------------------------------
Tue Mar 26 13:53:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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.
-------------------------------------------------------------------
Fri Mar 15 11:23:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Tue Dec 4 12:48:37 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Oct 22 09:17:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrailty of descriptions.
-------------------------------------------------------------------
Mon Oct 22 04:25:15 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- Initial packaging (version 0.36.0)