From a80dc0fcb9b79c7906e298e783da6a33ea50e6d715b9e7d97784c7daa40e29c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Jan 2026 13:44:40 +0000 Subject: [PATCH] - update to 2.29.0: * make parse_version_to_tuple public * Auto enable mTLS when supported certificates are detected * remove call to importlib.metadata.packages_distributions() for py38/py39 * Log version check errors * flaky tests due to imprecision in floating point calculation and performance test setup * closes tailing streams in bidi classes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=96 --- python-google-api-core.changes | 5 +++++ python-google-api-core.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-google-api-core.changes b/python-google-api-core.changes index cd26ed2..6f0314e 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 19 13:44:31 UTC 2026 - Dirk Müller + +- fix tests + ------------------------------------------------------------------- Mon Jan 12 10:41:08 UTC 2026 - John Paul Adrian Glaubitz diff --git a/python-google-api-core.spec b/python-google-api-core.spec index b8dc1e1..c0a344e 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-api-core # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,7 +76,8 @@ Core Library for Google Client Libraries. %check %if %{with test} -%pytest +# test_get_dependency_version: requires mocker which is unpackaged +%pytest -k "not test_get_dependency_version" %endif %if !%{with test}