From e090b45dbc3effe4cf0fb5348fb3cfbc7c4e91214ca33aaab8330f822a815fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 7 Dec 2023 14:52:23 +0000 Subject: [PATCH] Accepting request 1131617 from home:glaubitz:branches:devel:languages:python - Update to 2.14.0 * Support with_call for wrapped rpcs (#550) - from version 2.13.1 * Update async client to use async retry (#544) - from version 2.13.0 * Add caching to routing header calculation (#526) * Add warning to retry target to avoid incorrect usage (#543) * Drop usage of distutils (#541) * Ensure exception is available when BackgroundConsumer open stream fails (#357) OBS-URL: https://build.opensuse.org/request/show/1131617 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=56 --- google-api-core-2.12.0.tar.gz | 3 --- google-api-core-2.14.0.tar.gz | 3 +++ python-google-api-core.changes | 14 ++++++++++++++ python-google-api-core.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 google-api-core-2.12.0.tar.gz create mode 100644 google-api-core-2.14.0.tar.gz diff --git a/google-api-core-2.12.0.tar.gz b/google-api-core-2.12.0.tar.gz deleted file mode 100644 index 0f66a66..0000000 --- a/google-api-core-2.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c22e01b1e3c4dcd90998494879612c38d0a3411d1f7b679eb89e2abe3ce1f553 -size 130745 diff --git a/google-api-core-2.14.0.tar.gz b/google-api-core-2.14.0.tar.gz new file mode 100644 index 0000000..6f013fa --- /dev/null +++ b/google-api-core-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5368a4502b793d9bbf812a5912e13e4e69f9bd87f6efb508460c43f5bbd1ce41 +size 132423 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index bae0fb6..ab6f514 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 7 13:49:02 UTC 2023 - John Paul Adrian Glaubitz + +- Update to 2.14.0 + * Support with_call for wrapped rpcs (#550) +- from version 2.13.1 + * Update async client to use async retry (#544) +- from version 2.13.0 + * Add caching to routing header calculation (#526) + * Add warning to retry target to avoid incorrect usage (#543) + * Drop usage of distutils (#541) + * Ensure exception is available when BackgroundConsumer + open stream fails (#357) + ------------------------------------------------------------------- Mon Oct 23 13:12:08 UTC 2023 - ecsos diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 9ab68c5..8bd7c18 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -27,7 +27,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-google-api-core -Version: 2.12.0 +Version: 2.14.0 Release: 0 Summary: Google API client core library License: Apache-2.0