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

- Update to 1.57.0:
  * Add support for Python 3.10 (#143)
  * Add support for Python 3.11 (#145)
  * Added google.api.JwtLocation.cookie (6af2132)
  * Added google.api.Service.publishing and client libraries settings (6af2132)
  * New fields in enum google.api.ErrorReason (6af2132)
  * Deprecate google.api.BackendRule.min_deadline (6af2132)
  * **deps:** Require protobuf >=3.19.5 (#141)
  * Minor updates to comments (6af2132)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1039326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-googleapis-common-protos?expand=0&rev=20
This commit is contained in:
2022-12-01 14:54:51 +00:00
committed by Git OBS Bridge
parent 0c3149a928
commit 15ae2ee6dc
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 1 13:19:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.57.0:
* Add support for Python 3.10 (#143)
* Add support for Python 3.11 (#145)
* Added google.api.JwtLocation.cookie (6af2132)
* Added google.api.Service.publishing and client libraries settings (6af2132)
* New fields in enum google.api.ErrorReason (6af2132)
* Deprecate google.api.BackendRule.min_deadline (6af2132)
* **deps:** Require protobuf >=3.19.5 (#141)
* Minor updates to comments (6af2132)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Thu Sep 8 09:25:23 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>