Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-api-core for
openSUSE:Factory checked in at 2024-10-29 14:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-api-core.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-core"
Tue Oct 29 14:34:53 2024 rev:37 rq:1218907 version:2.21.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2024-10-07 21:53:38.641781737 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-api-core.new.2020/python-google-api-core.changes
2024-10-29 14:35:14.961770989 +0100
@@ -1,0 +2,13 @@
+Tue Oct 29 04:42:29 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Resurrect python-google-api-core-no-mock.patch and refresh it, it is
+ still required until 2.22.0.
+
+-------------------------------------------------------------------
+Mon Oct 28 12:59:16 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.21.0
+ * Add support for asynchronous long running operations (#724)
+- Drop python-google-api-core-no-mock.patch, merged upstream
+
+-------------------------------------------------------------------
Old:
----
google_api_core-2.20.0.tar.gz
New:
----
google_api_core-2.21.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.R37X29/_old 2024-10-29 14:35:15.633798890 +0100
+++ /var/tmp/diff_new_pack.R37X29/_new 2024-10-29 14:35:15.637799057 +0100
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-google-api-core
-Version: 2.20.0
+Version: 2.21.0
Release: 0
Summary: Google API client core library
License: Apache-2.0
++++++ google_api_core-2.20.0.tar.gz -> google_api_core-2.21.0.tar.gz ++++++
++++ 3572 lines of diff (skipped)
++++++ python-google-api-core-no-mock.patch ++++++
--- /var/tmp/diff_new_pack.R37X29/_old 2024-10-29 14:35:15.769804537 +0100
+++ /var/tmp/diff_new_pack.R37X29/_new 2024-10-29 14:35:15.773804703 +0100
@@ -36,10 +36,10 @@
tests/unit/test_timeout.py | 3 +--
25 files changed, 32 insertions(+), 30 deletions(-)
-diff --git a/tests/asyncio/future/test_async_future.py
b/tests/asyncio/future/test_async_future.py
-index 0cfe6773..659f41cf 100644
---- a/tests/asyncio/future/test_async_future.py
-+++ b/tests/asyncio/future/test_async_future.py
+Index: google_api_core-2.21.0/tests/asyncio/future/test_async_future.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/future/test_async_future.py
++++ google_api_core-2.21.0/tests/asyncio/future/test_async_future.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -50,10 +50,10 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/asyncio/gapic/test_method_async.py
b/tests/asyncio/gapic/test_method_async.py
-index f64157b4..026993e2 100644
---- a/tests/asyncio/gapic/test_method_async.py
-+++ b/tests/asyncio/gapic/test_method_async.py
+Index: google_api_core-2.21.0/tests/asyncio/gapic/test_method_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/gapic/test_method_async.py
++++ google_api_core-2.21.0/tests/asyncio/gapic/test_method_async.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -64,10 +64,10 @@
import pytest
try:
-diff --git a/tests/asyncio/operations_v1/test_operations_async_client.py
b/tests/asyncio/operations_v1/test_operations_async_client.py
-index 19ac9b56..e5b20dcd 100644
---- a/tests/asyncio/operations_v1/test_operations_async_client.py
-+++ b/tests/asyncio/operations_v1/test_operations_async_client.py
+Index:
google_api_core-2.21.0/tests/asyncio/operations_v1/test_operations_async_client.py
+===================================================================
+---
google_api_core-2.21.0.orig/tests/asyncio/operations_v1/test_operations_async_client.py
++++
google_api_core-2.21.0/tests/asyncio/operations_v1/test_operations_async_client.py
@@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
@@ -78,10 +78,10 @@
import pytest
try:
-diff --git a/tests/asyncio/retry/test_retry_streaming_async.py
b/tests/asyncio/retry/test_retry_streaming_async.py
-index 28ae6ff1..a54fc125 100644
---- a/tests/asyncio/retry/test_retry_streaming_async.py
-+++ b/tests/asyncio/retry/test_retry_streaming_async.py
+Index: google_api_core-2.21.0/tests/asyncio/retry/test_retry_streaming_async.py
+===================================================================
+---
google_api_core-2.21.0.orig/tests/asyncio/retry/test_retry_streaming_async.py
++++ google_api_core-2.21.0/tests/asyncio/retry/test_retry_streaming_async.py
@@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
@@ -96,10 +96,10 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/asyncio/retry/test_retry_unary_async.py
b/tests/asyncio/retry/test_retry_unary_async.py
-index fc2f572b..032bab75 100644
---- a/tests/asyncio/retry/test_retry_unary_async.py
-+++ b/tests/asyncio/retry/test_retry_unary_async.py
+Index: google_api_core-2.21.0/tests/asyncio/retry/test_retry_unary_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/retry/test_retry_unary_async.py
++++ google_api_core-2.21.0/tests/asyncio/retry/test_retry_unary_async.py
@@ -14,8 +14,8 @@
import datetime
@@ -110,10 +110,10 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/asyncio/test_grpc_helpers_async.py
b/tests/asyncio/test_grpc_helpers_async.py
-index 1a408ccd..a53de083 100644
---- a/tests/asyncio/test_grpc_helpers_async.py
-+++ b/tests/asyncio/test_grpc_helpers_async.py
+Index: google_api_core-2.21.0/tests/asyncio/test_grpc_helpers_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/test_grpc_helpers_async.py
++++ google_api_core-2.21.0/tests/asyncio/test_grpc_helpers_async.py
@@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
@@ -124,10 +124,10 @@
import pytest # noqa: I202
try:
-diff --git a/tests/asyncio/test_operation_async.py
b/tests/asyncio/test_operation_async.py
-index 127ba634..f7ebad8a 100644
---- a/tests/asyncio/test_operation_async.py
-+++ b/tests/asyncio/test_operation_async.py
+Index: google_api_core-2.21.0/tests/asyncio/test_operation_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/test_operation_async.py
++++ google_api_core-2.21.0/tests/asyncio/test_operation_async.py
@@ -13,7 +13,8 @@
# limitations under the License.
@@ -138,10 +138,10 @@
import pytest
try:
-diff --git a/tests/asyncio/test_page_iterator_async.py
b/tests/asyncio/test_page_iterator_async.py
-index 75f9e1cf..e661bd26 100644
---- a/tests/asyncio/test_page_iterator_async.py
-+++ b/tests/asyncio/test_page_iterator_async.py
+Index: google_api_core-2.21.0/tests/asyncio/test_page_iterator_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/test_page_iterator_async.py
++++ google_api_core-2.21.0/tests/asyncio/test_page_iterator_async.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -152,10 +152,10 @@
import pytest
from google.api_core import page_iterator_async
-diff --git a/tests/asyncio/test_rest_streaming_async.py
b/tests/asyncio/test_rest_streaming_async.py
-index da5b1c8d..f726cbee 100644
---- a/tests/asyncio/test_rest_streaming_async.py
-+++ b/tests/asyncio/test_rest_streaming_async.py
+Index: google_api_core-2.21.0/tests/asyncio/test_rest_streaming_async.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/asyncio/test_rest_streaming_async.py
++++ google_api_core-2.21.0/tests/asyncio/test_rest_streaming_async.py
@@ -15,14 +15,14 @@
# TODO: set random.seed explicitly in each test function.
# See related issue: https://github.com/googleapis/python-api-core/issues/689.
@@ -174,10 +174,10 @@
import proto
-diff --git a/tests/unit/future/test__helpers.py
b/tests/unit/future/test__helpers.py
-index 98afc599..a37efdd4 100644
---- a/tests/unit/future/test__helpers.py
-+++ b/tests/unit/future/test__helpers.py
+Index: google_api_core-2.21.0/tests/unit/future/test__helpers.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/future/test__helpers.py
++++ google_api_core-2.21.0/tests/unit/future/test__helpers.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
@@ -187,10 +187,10 @@
from google.api_core.future import _helpers
-diff --git a/tests/unit/future/test_polling.py
b/tests/unit/future/test_polling.py
-index f5d9b4f1..2f66f230 100644
---- a/tests/unit/future/test_polling.py
-+++ b/tests/unit/future/test_polling.py
+Index: google_api_core-2.21.0/tests/unit/future/test_polling.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/future/test_polling.py
++++ google_api_core-2.21.0/tests/unit/future/test_polling.py
@@ -15,8 +15,8 @@
import concurrent.futures
import threading
@@ -201,10 +201,10 @@
import pytest
from google.api_core import exceptions, retry
-diff --git a/tests/unit/gapic/test_method.py b/tests/unit/gapic/test_method.py
-index d966f478..87aa6390 100644
---- a/tests/unit/gapic/test_method.py
-+++ b/tests/unit/gapic/test_method.py
+Index: google_api_core-2.21.0/tests/unit/gapic/test_method.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/gapic/test_method.py
++++ google_api_core-2.21.0/tests/unit/gapic/test_method.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -215,10 +215,10 @@
import pytest
try:
-diff --git a/tests/unit/operations_v1/test_operations_rest_client.py
b/tests/unit/operations_v1/test_operations_rest_client.py
-index 4ab4f1f7..26f34c40 100644
---- a/tests/unit/operations_v1/test_operations_rest_client.py
-+++ b/tests/unit/operations_v1/test_operations_rest_client.py
+Index:
google_api_core-2.21.0/tests/unit/operations_v1/test_operations_rest_client.py
+===================================================================
+---
google_api_core-2.21.0.orig/tests/unit/operations_v1/test_operations_rest_client.py
++++
google_api_core-2.21.0/tests/unit/operations_v1/test_operations_rest_client.py
@@ -14,8 +14,8 @@
# limitations under the License.
#
@@ -227,12 +227,12 @@
-import mock
import pytest
+ from typing import Any, List
- try:
-diff --git a/tests/unit/retry/test_retry_base.py
b/tests/unit/retry/test_retry_base.py
-index a0c6776b..212c4293 100644
---- a/tests/unit/retry/test_retry_base.py
-+++ b/tests/unit/retry/test_retry_base.py
+Index: google_api_core-2.21.0/tests/unit/retry/test_retry_base.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/retry/test_retry_base.py
++++ google_api_core-2.21.0/tests/unit/retry/test_retry_base.py
@@ -14,8 +14,8 @@
import itertools
@@ -243,10 +243,10 @@
import pytest
import requests.exceptions
-diff --git a/tests/unit/retry/test_retry_streaming.py
b/tests/unit/retry/test_retry_streaming.py
-index 01f35327..82b60b05 100644
---- a/tests/unit/retry/test_retry_streaming.py
-+++ b/tests/unit/retry/test_retry_streaming.py
+Index: google_api_core-2.21.0/tests/unit/retry/test_retry_streaming.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/retry/test_retry_streaming.py
++++ google_api_core-2.21.0/tests/unit/retry/test_retry_streaming.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -257,10 +257,10 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/unit/retry/test_retry_unary.py
b/tests/unit/retry/test_retry_unary.py
-index 7dcd8dd6..b018fa96 100644
---- a/tests/unit/retry/test_retry_unary.py
-+++ b/tests/unit/retry/test_retry_unary.py
+Index: google_api_core-2.21.0/tests/unit/retry/test_retry_unary.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/retry/test_retry_unary.py
++++ google_api_core-2.21.0/tests/unit/retry/test_retry_unary.py
@@ -14,8 +14,8 @@
import datetime
@@ -271,11 +271,11 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/unit/test_bidi.py b/tests/unit/test_bidi.py
-index 84ac9dc5..08e80afd 100644
---- a/tests/unit/test_bidi.py
-+++ b/tests/unit/test_bidi.py
-@@ -16,8 +16,8 @@
+Index: google_api_core-2.21.0/tests/unit/test_bidi.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_bidi.py
++++ google_api_core-2.21.0/tests/unit/test_bidi.py
+@@ -16,8 +16,8 @@ import datetime
import logging
import queue
import threading
@@ -285,10 +285,10 @@
import pytest
try:
-diff --git a/tests/unit/test_exceptions.py b/tests/unit/test_exceptions.py
-index 07a36817..e3f8f909 100644
---- a/tests/unit/test_exceptions.py
-+++ b/tests/unit/test_exceptions.py
+Index: google_api_core-2.21.0/tests/unit/test_exceptions.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_exceptions.py
++++ google_api_core-2.21.0/tests/unit/test_exceptions.py
@@ -14,8 +14,8 @@
import http.client
@@ -299,10 +299,10 @@
import pytest
import requests
-diff --git a/tests/unit/test_extended_operation.py
b/tests/unit/test_extended_operation.py
-index 53af5204..ab550662 100644
---- a/tests/unit/test_extended_operation.py
-+++ b/tests/unit/test_extended_operation.py
+Index: google_api_core-2.21.0/tests/unit/test_extended_operation.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_extended_operation.py
++++ google_api_core-2.21.0/tests/unit/test_extended_operation.py
@@ -15,8 +15,8 @@
import dataclasses
import enum
@@ -313,10 +313,10 @@
import pytest
from google.api_core import exceptions
-diff --git a/tests/unit/test_grpc_helpers.py b/tests/unit/test_grpc_helpers.py
-index 59442d43..8de9d8c0 100644
---- a/tests/unit/test_grpc_helpers.py
-+++ b/tests/unit/test_grpc_helpers.py
+Index: google_api_core-2.21.0/tests/unit/test_grpc_helpers.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_grpc_helpers.py
++++ google_api_core-2.21.0/tests/unit/test_grpc_helpers.py
@@ -12,7 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
@@ -327,10 +327,10 @@
import pytest
try:
-diff --git a/tests/unit/test_operation.py b/tests/unit/test_operation.py
-index f029866c..80680720 100644
---- a/tests/unit/test_operation.py
-+++ b/tests/unit/test_operation.py
+Index: google_api_core-2.21.0/tests/unit/test_operation.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_operation.py
++++ google_api_core-2.21.0/tests/unit/test_operation.py
@@ -13,7 +13,8 @@
# limitations under the License.
@@ -341,10 +341,10 @@
import pytest
try:
-diff --git a/tests/unit/test_page_iterator.py
b/tests/unit/test_page_iterator.py
-index cf43aedf..560722c5 100644
---- a/tests/unit/test_page_iterator.py
-+++ b/tests/unit/test_page_iterator.py
+Index: google_api_core-2.21.0/tests/unit/test_page_iterator.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_page_iterator.py
++++ google_api_core-2.21.0/tests/unit/test_page_iterator.py
@@ -14,8 +14,8 @@
import math
@@ -355,10 +355,10 @@
import pytest
from google.api_core import page_iterator
-diff --git a/tests/unit/test_path_template.py
b/tests/unit/test_path_template.py
-index 808b36f3..c34dd0f3 100644
---- a/tests/unit/test_path_template.py
-+++ b/tests/unit/test_path_template.py
+Index: google_api_core-2.21.0/tests/unit/test_path_template.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_path_template.py
++++ google_api_core-2.21.0/tests/unit/test_path_template.py
@@ -13,8 +13,8 @@
# limitations under the License.
@@ -369,10 +369,10 @@
import pytest
from google.api import auth_pb2
-diff --git a/tests/unit/test_timeout.py b/tests/unit/test_timeout.py
-index 0bcf07f0..60a2e65d 100644
---- a/tests/unit/test_timeout.py
-+++ b/tests/unit/test_timeout.py
+Index: google_api_core-2.21.0/tests/unit/test_timeout.py
+===================================================================
+--- google_api_core-2.21.0.orig/tests/unit/test_timeout.py
++++ google_api_core-2.21.0/tests/unit/test_timeout.py
@@ -14,8 +14,7 @@
import datetime