15
0

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

- Update to 2.19.2
  * Fail gracefully if could not import `rpc_status` module (#680)
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1198451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=69
This commit is contained in:
2024-09-03 12:20:59 +00:00
committed by Git OBS Bridge
parent 969fee20ca
commit e5cd3a3401
4 changed files with 13 additions and 6 deletions

View File

@@ -26,12 +26,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-google-api-core
Version: 2.19.1
Version: 2.19.2
Release: 0
Summary: Google API client core library
License: Apache-2.0
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
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 >= 2.14.1}
@@ -74,7 +74,7 @@ BuildArch: noarch
Core Library for Google Client Libraries.
%prep
%autosetup -p1 -n google-api-core-%{version}
%autosetup -p1 -n google_api_core-%{version}
%build
%pyproject_wheel