17
0

Accepting request 1272360 from home:glaubitz:branches:devel:languages:python:google

- Update to 1.6.1
  * [Many APIs] Allow Protobuf 6.x
  * Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.6.0
  * Add REST Interceptors which support reading metadata
  * Add support for reading selective GAPIC generation methods from service YAML
- from version 1.5.0
  * Add support for Python 3.13 (#13200)
- from version 1.4.5
  * Retry and timeout values do not propagate in requests during pagination
- from version 1.4.4
  * Allow protobuf 5.x
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1272360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-appengine-logging?expand=0&rev=8
This commit is contained in:
2025-04-24 13:07:29 +00:00
committed by Git OBS Bridge
parent b284809467
commit cdc4fd0249
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 24 10:09:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.6.1
* [Many APIs] Allow Protobuf 6.x
* Remove setup.cfg configuration for creating universal wheels (#13659)
- from version 1.6.0
* Add REST Interceptors which support reading metadata
* Add support for reading selective GAPIC generation methods from service YAML
- from version 1.5.0
* Add support for Python 3.13 (#13200)
- from version 1.4.5
* Retry and timeout values do not propagate in requests during pagination
- from version 1.4.4
* Allow protobuf 5.x
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sun Apr 14 07:48:37 UTC 2024 - Dirk Müller <dmueller@suse.com>