From 95a2ad2421eb5d4716101ee9ee71741f6eb89e11a425a92eb68a9068fb0358ee Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 19:26:53 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20update=20to=202.15.0:=20=20=20*=20Add?= =?UTF-8?q?=20support=20for=20Python=203.12=20=20=20*=20Add=20type=20annot?= =?UTF-8?q?ations=20to=20wrapped=20grpc=20calls=20=20=20*=20Add=20universe?= =?UTF-8?q?=5Fdomain=20argument=20to=20ClientOptions=20=20=20*=20Introduce?= =?UTF-8?q?=20compatibility=20with=20native=20namespace=20packages=20=20?= =?UTF-8?q?=20*=20Fix=20regression=20in=20`bidi`=20causing=20`Thread-=20?= =?UTF-8?q?=20=20=20=20ConsumeBidirectionalStream=20caught=20unexpected=20?= =?UTF-8?q?exception=20=20and=20=20=20=20=20will=20exit`=20(#562)=20=20=20?= =?UTF-8?q?*=20Replace=20deprecated=20`datetime.datetime.utcnow()`=20-=20T?= =?UTF-8?q?o=20avoid=20a=20build=20cycle,=20switch=20to=20multibuild.=20?= =?UTF-8?q?=20=20*=20Update=20intersphinx=20mapping=20for=20requests.=20?= =?UTF-8?q?=20=20*=20Update=20pins=20of=20=E2=80=98googleapis-common-proto?= =?UTF-8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=58 --- google-api-core-2.14.0.tar.gz | 3 --- google-api-core-2.15.0.tar.gz | 3 +++ python-google-api-core.changes | 19 ++++++++++++++++--- python-google-api-core.spec | 4 +--- 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 google-api-core-2.14.0.tar.gz create mode 100644 google-api-core-2.15.0.tar.gz diff --git a/google-api-core-2.14.0.tar.gz b/google-api-core-2.14.0.tar.gz deleted file mode 100644 index 6f013fa..0000000 --- a/google-api-core-2.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5368a4502b793d9bbf812a5912e13e4e69f9bd87f6efb508460c43f5bbd1ce41 -size 132423 diff --git a/google-api-core-2.15.0.tar.gz b/google-api-core-2.15.0.tar.gz new file mode 100644 index 0000000..ca32191 --- /dev/null +++ b/google-api-core-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc978a72658f14a2df1e5e12532effe40f94f868f6e23d95133bd6abcca35ca +size 133161 diff --git a/python-google-api-core.changes b/python-google-api-core.changes index ab6f514..f12dad1 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 16 19:25:47 UTC 2023 - Dirk Müller + +- update to 2.15.0: + * Add support for Python 3.12 + * Add type annotations to wrapped grpc calls + * Add universe_domain argument to ClientOptions + * Introduce compatibility with native namespace packages + * Fix regression in `bidi` causing `Thread- + ConsumeBidirectionalStream caught unexpected exception and + will exit` (#562) + * Replace deprecated `datetime.datetime.utcnow()` + ------------------------------------------------------------------- Thu Dec 7 13:49:02 UTC 2023 - John Paul Adrian Glaubitz @@ -174,7 +187,7 @@ Thu Apr 7 12:20:32 UTC 2022 - John Paul Adrian Glaubitz -- To avoid a build cycle, switch to multibuild. +- To avoid a build cycle, switch to multibuild. ------------------------------------------------------------------- Mon Sep 6 05:22:42 UTC 2021 - Steve Kowalik @@ -303,9 +316,9 @@ Mon Aug 12 14:15:35 UTC 2019 - Marketa Calabkova - Update to 1.14.2 * Forward ‘timeout’ arg from ‘exception’ to _blocking_poll. - * Update intersphinx mapping for requests. + * Update intersphinx mapping for requests. * Firestore: Add should_terminate predicate for clean BiDi shutdown. - * Update pins of ‘googleapis-common-protos. + * Update pins of ‘googleapis-common-protos. ------------------------------------------------------------------- Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 8bd7c18..173bf29 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -24,10 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-google-api-core -Version: 2.14.0 +Version: 2.15.0 Release: 0 Summary: Google API client core library License: Apache-2.0 @@ -95,7 +94,6 @@ Core Library for Google Client Libraries. %license LICENSE %doc README.rst %{python_sitelib}/google/api_core -%{python_sitelib}/google_api_core-%{version}*-nspkg.pth %{python_sitelib}/google_api_core-%{version}*-info %endif From 2393faae30e94b8409e6607a66f7a8781678534b2116176d520484bed1e1b8d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 21:32:02 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=59 --- python-google-api-core.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 173bf29..c91e548 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -37,7 +37,6 @@ Patch0: python-google-api-core-no-mock.patch BuildRequires: %{python_module google-auth >= 2.14.1} BuildRequires: %{python_module googleapis-common-protos >= 1.53.0} BuildRequires: %{python_module grpcio >= 1.33.2} -BuildRequires: %{python_module grpcio-gcp >= 0.2.2} BuildRequires: %{python_module grpcio-status >= 1.33.2} BuildRequires: %{python_module pip} BuildRequires: %{python_module protobuf >= 3.19.5 with %python-protobuf < 5.0.0.dev0} @@ -63,7 +62,6 @@ Requires: python-pytz Requires: python-requests >= 2.18.0 Requires: python-setuptools >= 40.3.0 Requires: (python-protobuf >= 3.19.5 with python-protobuf < 5.0.0.dev0) -Suggests: python-grpcio-gcp >= 0.2.2 BuildArch: noarch %python_subpackages