Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-cloud-translate for openSUSE:Factory checked in at 2023-06-20 16:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-cloud-translate (Old) and /work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-translate" Tue Jun 20 16:49:38 2023 rev:8 rq:1093959 version:3.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-cloud-translate/python-google-cloud-translate.changes 2023-03-30 22:52:35.921002373 +0200 +++ /work/SRC/openSUSE:Factory/.python-google-cloud-translate.new.15902/python-google-cloud-translate.changes 2023-06-20 16:49:40.403835607 +0200 @@ -1,0 +2,6 @@ +Tue Jun 20 09:53:38 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 3.11.1 + * Fix formatting of request arg in docstring (#487) + +------------------------------------------------------------------- Old: ---- google-cloud-translate-3.11.0.tar.gz New: ---- google-cloud-translate-3.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-cloud-translate.spec ++++++ --- /var/tmp/diff_new_pack.lmVHQE/_old 2023-06-20 16:49:40.975839045 +0200 +++ /var/tmp/diff_new_pack.lmVHQE/_new 2023-06-20 16:49:40.983839093 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-google-cloud-translate -Version: 3.11.0 +Version: 3.11.1 Release: 0 Summary: Google Cloud Translation API client library License: Apache-2.0 ++++++ google-cloud-translate-3.11.0.tar.gz -> google-cloud-translate-3.11.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/PKG-INFO new/google-cloud-translate-3.11.1/PKG-INFO --- old/google-cloud-translate-3.11.0/PKG-INFO 2023-03-01 00:45:03.191016700 +0100 +++ new/google-cloud-translate-3.11.1/PKG-INFO 2023-03-27 18:06:02.352026700 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: google-cloud-translate -Version: 3.11.0 +Version: 3.11.1 Summary: Google Cloud Translate API client library Home-page: https://github.com/googleapis/python-translate Author: Google LLC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google/cloud/translate/gapic_version.py new/google-cloud-translate-3.11.1/google/cloud/translate/gapic_version.py --- old/google-cloud-translate-3.11.0/google/cloud/translate/gapic_version.py 2023-03-01 00:42:26.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google/cloud/translate/gapic_version.py 2023-03-27 18:03:27.000000000 +0200 @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "3.11.0" # {x-release-please-version} +__version__ = "3.11.1" # {x-release-please-version} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google/cloud/translate_v3/gapic_version.py new/google-cloud-translate-3.11.1/google/cloud/translate_v3/gapic_version.py --- old/google-cloud-translate-3.11.0/google/cloud/translate_v3/gapic_version.py 2023-03-01 00:42:26.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google/cloud/translate_v3/gapic_version.py 2023-03-27 18:03:27.000000000 +0200 @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "3.11.0" # {x-release-please-version} +__version__ = "3.11.1" # {x-release-please-version} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google/cloud/translate_v3/services/translation_service/transports/rest.py new/google-cloud-translate-3.11.1/google/cloud/translate_v3/services/translation_service/transports/rest.py --- old/google-cloud-translate-3.11.0/google/cloud/translate_v3/services/translation_service/transports/rest.py 2023-03-01 00:42:26.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google/cloud/translate_v3/services/translation_service/transports/rest.py 2023-03-27 18:03:27.000000000 +0200 @@ -958,7 +958,6 @@ request (~.translation_service.DetectLanguageRequest): The request object. The request message for language detection. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1150,7 +1149,6 @@ request (~.translation_service.GetSupportedLanguagesRequest): The request object. The request message for discovering supported languages. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1431,7 +1429,6 @@ request (~.translation_service.TranslateTextRequest): The request object. The request message for synchronous translation. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google/cloud/translate_v3beta1/gapic_version.py new/google-cloud-translate-3.11.1/google/cloud/translate_v3beta1/gapic_version.py --- old/google-cloud-translate-3.11.0/google/cloud/translate_v3beta1/gapic_version.py 2023-03-01 00:42:26.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google/cloud/translate_v3beta1/gapic_version.py 2023-03-27 18:03:27.000000000 +0200 @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "3.11.0" # {x-release-please-version} +__version__ = "3.11.1" # {x-release-please-version} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py new/google-cloud-translate-3.11.1/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py --- old/google-cloud-translate-3.11.0/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py 2023-03-01 00:42:26.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google/cloud/translate_v3beta1/services/translation_service/transports/rest.py 2023-03-27 18:03:27.000000000 +0200 @@ -958,7 +958,6 @@ request (~.translation_service.DetectLanguageRequest): The request object. The request message for language detection. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1150,7 +1149,6 @@ request (~.translation_service.GetSupportedLanguagesRequest): The request object. The request message for discovering supported languages. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1431,7 +1429,6 @@ request (~.translation_service.TranslateTextRequest): The request object. The request message for synchronous translation. - retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/google-cloud-translate-3.11.0/google_cloud_translate.egg-info/PKG-INFO new/google-cloud-translate-3.11.1/google_cloud_translate.egg-info/PKG-INFO --- old/google-cloud-translate-3.11.0/google_cloud_translate.egg-info/PKG-INFO 2023-03-01 00:45:03.000000000 +0100 +++ new/google-cloud-translate-3.11.1/google_cloud_translate.egg-info/PKG-INFO 2023-03-27 18:06:02.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: google-cloud-translate -Version: 3.11.0 +Version: 3.11.1 Summary: Google Cloud Translate API client library Home-page: https://github.com/googleapis/python-translate Author: Google LLC