15
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

@@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-google-api-core
Version: 2.10.2
Version: 2.11.0
Release: 0
Summary: Google API client core library
License: Apache-2.0
@@ -35,7 +35,7 @@ URL: https://github.com/googleapis/python-api-core
Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
# https://github.com/googleapis/python-api-core/issues/377
Patch0: python-google-api-core-no-mock.patch
BuildRequires: %{python_module google-auth >= 1.25.0}
BuildRequires: %{python_module google-auth >= 2.14.1}
BuildRequires: %{python_module googleapis-common-protos >= 1.53.0}
BuildRequires: %{python_module grpcio >= 1.33.2}
BuildRequires: %{python_module grpcio-gcp >= 0.2.2}
@@ -56,7 +56,7 @@ BuildRequires: %{python_module pytest}
# END TESTIN SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-auth >= 1.25.0
Requires: python-google-auth >= 2.14.1
Requires: python-googleapis-common-protos >= 1.53.0
Requires: python-grpcio >= 1.33.2
Requires: python-grpcio-status >= 1.33.2