Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-cloud-speech for openSUSE:Factory checked in at 2022-04-08 00:28:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-cloud-speech (Old) and /work/SRC/openSUSE:Factory/.python-google-cloud-speech.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-speech" Fri Apr 8 00:28:19 2022 rev:7 rq:967510 version:2.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-cloud-speech/python-google-cloud-speech.changes 2020-04-10 23:53:37.976715519 +0200 +++ /work/SRC/openSUSE:Factory/.python-google-cloud-speech.new.1900/python-google-cloud-speech.changes 2022-04-08 00:28:56.397498490 +0200 @@ -1,0 +2,118 @@ +Thu Apr 7 13:46:45 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaub...@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 + +------------------------------------------------------------------- Old: ---- google-cloud-speech-1.3.2.tar.gz New: ---- google-cloud-speech-2.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-cloud-speech.spec ++++++ --- /var/tmp/diff_new_pack.5JQuwC/_old 2022-04-08 00:28:57.065490958 +0200 +++ /var/tmp/diff_new_pack.5JQuwC/_new 2022-04-08 00:28:57.077490823 +0200 @@ -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 @@ %pytest %files %{python_files} +%exclude %{_bindir}/*.py %license LICENSE %doc README.rst %{python_sitelib}/* ++++++ google-cloud-speech-1.3.2.tar.gz -> google-cloud-speech-2.13.1.tar.gz ++++++ ++++ 30856 lines of diff (skipped)