Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7fd9f70961 | |||
| 98015888f6 | |||
| 0ca54a6ac3 | |||
| a579cdd4c3 | |||
| b63def0dc9 | |||
| efd51076dd | |||
| c4c889117e | |||
| 6fdea00405 | |||
| 8e99318917 | |||
| 181e9dac57 | |||
| ad28d8d896 |
BIN
google_api_core-2.24.2.tar.gz
LFS
BIN
google_api_core-2.24.2.tar.gz
LFS
Binary file not shown.
3
google_api_core-2.29.0.tar.gz
Normal file
3
google_api_core-2.29.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84181be0f8e6b04006df75ddfe728f24489f0af57c96a529ff7cf45bc28797f7
|
||||
size 177828
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user