1
0

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

- Update to 2.11.0
  * Add support for Python 3.11 (#466)
  * Allow representing enums with their unqualified
    symbolic names in headers (#465)
  * Major refactoring of Polling, Retry and Timeout logic (#462)
  * Require google-auth >= 2.14.1 (#463)
- Refresh patches for new version
  * python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1039535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=46
This commit is contained in:
2022-12-02 10:43:04 +00:00
committed by Git OBS Bridge
parent ce90b6e1a3
commit d1bf34ea0e
5 changed files with 80 additions and 67 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 2 10:03:02 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.11.0
* Add support for Python 3.11 (#466)
* Allow representing enums with their unqualified
symbolic names in headers (#465)
* Major refactoring of Polling, Retry and Timeout logic (#462)
* Require google-auth >= 2.14.1 (#463)
- Refresh patches for new version
* python-google-api-core-no-mock.patch
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Fri Oct 14 08:14:38 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>