17
0

- 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
This commit is contained in:
2026-01-19 13:44:40 +00:00
committed by Git OBS Bridge
parent 4217877708
commit a80dc0fcb9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 19 13:44:31 UTC 2026 - Dirk Müller <dmueller@suse.com>
- fix tests
-------------------------------------------------------------------
Mon Jan 12 10:41:08 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>