17
0

11 Commits

Author SHA256 Message Date
7fd9f70961 Accepting request 1328093 from devel:languages:python
- fix tests

- Update to 2.29.0
  * Auto enable mTLS when supported certificates are detected (#869)
  * make parse_version_to_tuple public (#864)
  * flaky tests due to imprecision in floating point calculation and
    performance test setup (#865)
  * remove call to importlib.metadata.packages_distributions() for py38/py39 (#859)
  * Log version check errors (#858)
  * closes tailing streams in bidi classes. (#851)

- Update to 2.28.1
  * Remove dependency on packaging and pkg_resources (#852)

OBS-URL: https://build.opensuse.org/request/show/1328093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=45
2026-01-19 17:38:49 +00:00
98015888f6 - 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
2026-01-19 13:44:40 +00:00
0ca54a6ac3 - Update to 2.29.0
* Auto enable mTLS when supported certificates are detected (#869)
  * make parse_version_to_tuple public (#864)
  * flaky tests due to imprecision in floating point calculation and
    performance test setup (#865)
  * remove call to importlib.metadata.packages_distributions() for py38/py39 (#859)
  * Log version check errors (#858)
  * closes tailing streams in bidi classes. (#851)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=95
2026-01-12 12:05:52 +00:00
a579cdd4c3 - Update to 2.28.1
* Remove dependency on packaging and pkg_resources (#852)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=94
2025-11-03 12:38:55 +00:00
b63def0dc9 Accepting request 1314109 from devel:languages:python
- Update to 2.28.0
  * Provide and use Python version support check (#832)
- from version 2.27.0
  * Support for async bidi streaming apis (#836) (forwarded request 1314093 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1314109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=44
2025-10-29 20:05:42 +00:00
efd51076dd - Update to 2.28.0
* Provide and use Python version support check (#832)
- from version 2.27.0
  * Support for async bidi streaming apis (#836)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=92
2025-10-28 14:57:44 +00:00
c4c889117e Accepting request 1310031 from devel:languages:python
- Update to 2.26.0
  * Add trove classifier for Python 3.14 (#842)
- from version 2.25.2
  * Deprecate credentials_file argument (#841)
  * Fix async tests and round-off error in test expectations (#837) (forwarded request 1310017 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1310031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=43
2025-10-10 15:09:29 +00:00
6fdea00405 - Update to 2.26.0
* Add trove classifier for Python 3.14 (#842)
- from version 2.25.2
  * Deprecate credentials_file argument (#841)
  * Fix async tests and round-off error in test expectations (#837)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=90
2025-10-09 15:15:10 +00:00
8e99318917 Accepting request 1295076 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1295076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=42
2025-07-23 14:42:04 +00:00
181e9dac57 - Update to 2.25.1
* Allow BackgroundConsumer To Inform Caller of Fatal Exceptions
    with Optional Callback (3206c01)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=88
2025-07-22 12:10:45 +00:00
ad28d8d896 Accepting request 1284718 from home:glaubitz:branches:devel:languages:python
- Update to 2.25.0
  * Add protobuf runtime version to `x-goog-api-client` header (#812)
  * Support dynamic retry backoff values (#793)

OBS-URL: https://build.opensuse.org/request/show/1284718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=87
2025-06-13 10:47:36 +00:00
4 changed files with 61 additions and 6 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84181be0f8e6b04006df75ddfe728f24489f0af57c96a529ff7cf45bc28797f7
size 177828

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
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>
- Update to 2.29.0
* Auto enable mTLS when supported certificates are detected (#869)
* make parse_version_to_tuple public (#864)
* flaky tests due to imprecision in floating point calculation and
performance test setup (#865)
* remove call to importlib.metadata.packages_distributions() for py38/py39 (#859)
* Log version check errors (#858)
* closes tailing streams in bidi classes. (#851)
-------------------------------------------------------------------
Mon Nov 3 11:17:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.28.1
* Remove dependency on packaging and pkg_resources (#852)
-------------------------------------------------------------------
Tue Oct 28 14:19:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.28.0
* Provide and use Python version support check (#832)
- from version 2.27.0
* Support for async bidi streaming apis (#836)
-------------------------------------------------------------------
Thu Oct 9 14:23:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.26.0
* Add trove classifier for Python 3.14 (#842)
- from version 2.25.2
* Deprecate credentials_file argument (#841)
* Fix async tests and round-off error in test expectations (#837)
-------------------------------------------------------------------
Mon Jun 16 08:16:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.25.1
* Allow BackgroundConsumer To Inform Caller of Fatal Exceptions
with Optional Callback (3206c01)
-------------------------------------------------------------------
Wed Jun 11 08:13:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.25.0
* Add protobuf runtime version to `x-goog-api-client` header (#812)
* Support dynamic retry backoff values (#793)
-------------------------------------------------------------------
Tue Mar 18 07:23:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -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
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-google-api-core
Version: 2.24.2
Version: 2.29.0
Release: 0
Summary: Google API client core library
License: Apache-2.0
@@ -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}