15
0

Accepting request 1228327 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1228327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=79
This commit is contained in:
2024-12-04 18:55:40 +00:00
committed by Git OBS Bridge
parent 6f6815c89e
commit 141f57e6af
5 changed files with 18 additions and 393 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>