Sync from SUSE:SLFO:Main python-google-api-core revision 60804674ea0d95bcc5298a3b2f150310

This commit is contained in:
2025-02-25 19:36:21 +01:00
parent d964988c0e
commit 3a92aed920
5 changed files with 129 additions and 267 deletions

View File

@@ -1,3 +1,113 @@
-------------------------------------------------------------------
Mon Feb 3 09:50:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.24.1
* Memory leak in bidi classes (#770)
* Resolve the issue where rpc timeout of 0 is used when timeout expires (#776)
* Add warnings regarding consuming externally sourced credentials (#783)
-------------------------------------------------------------------
Mon Jan 6 15:21:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.24.0
* Add automatic logging config to support debug logging (#754)
* Update recognized logging fields (#766)
-------------------------------------------------------------------
Wed Dec 4 14:22:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.23.0
* Migrate to pyproject.toml (#736)
- from version 2.22.0
* Add support for python 3.13 (#696)
* Add type hints to ClientOptions (#735)
* Improve `Any` decode error (#712)
* Require proto-plus >= 1.25.0 for Python 3.13 (#740)
* Switch to unittest.mock from mock (#713)
- Drop python-google-api-core-no-mock.patch, merged upstream
-------------------------------------------------------------------
Tue Oct 29 04:42:29 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <adrian.glaubitz@suse.com>
- Update to 2.21.0
* Add support for asynchronous long running operations (#724)
- Drop python-google-api-core-no-mock.patch, merged upstream
-------------------------------------------------------------------
Mon Oct 7 11:43:06 UTC 2024 - Adrian Schröter <adrian@suse.de>
- fix requirements
* Accepts new protobuf version 5.28 now.
-------------------------------------------------------------------
Wed Oct 2 04:03:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires.
- Refreshed patches:
* python-google-api-core-no-mock.patch
-------------------------------------------------------------------
Thu Sep 26 13:32:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.20.0
* Add async unsupported paramater exception (#694)
* Add support for asynchronous rest streaming (#686)
* Add support for creating exceptions from an asynchronous response (#688)
-------------------------------------------------------------------
Tue Sep 3 11:00:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.19.2
* Fail gracefully if could not import `rpc_status` module (#680)
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Sat Jun 29 19:31:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.19.1:
* Add support for protobuf 5.x
* Ignore unknown fields in rest streaming.
-------------------------------------------------------------------
Thu May 16 14:03:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.19.0
* Add google.api_core.version_header (#638)
- from version 2.18.0
* Add common logic for supporting universe domain (#621)
* Add _registered_method to grpc ChannelStub (#614)
* **deps:** Require proto-plus >= 1.22.3 (#626)
- from version 2.17.1
* Resolve issue handling protobuf responses in rest streaming (#604)
- from version 2.17.0
* Add attempt_direct_path argument to create_channel (#583)
* Retry constructors methods support None (#592)
- from version 2.16.2
* Spelling error `a,out` -> `amount` (#596)
- from version 2.16.1
* Fix broken import for google.api_core.retry_async.AsyncRetry (#587)
- from version 2.16.0
* Retry and retry_async support streaming rpcs (#495)
- Refresh patches for new version
* python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Tue Mar 5 20:20:17 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Obsolete Python 3.6 build for SLE 15 SP4 and openSUSE Leap 15.4 and later
-------------------------------------------------------------------
Mon Feb 26 16:23:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Version update in SLE 15 SP4 and later (jsc#PED-6697)
-------------------------------------------------------------------
Sat Dec 16 19:25:47 UTC 2023 - Dirk Müller <dmueller@suse.com>