forked from pool/python-google-api-core
Accepting request 1198474 from 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 (forwarded request 1198451 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/1198474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=34
This commit is contained in:
commit
d1baefea4e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4695f1e3650b316a795108a76a1c416e6afb036199d1c1f1f110916df479ffd
|
|
||||||
size 148925
|
|
3
google_api_core-2.19.2.tar.gz
Normal file
3
google_api_core-2.19.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca07de7e8aa1c98a8bfca9321890ad2340ef7f2eb136e558cee68f24b94b0a8f
|
||||||
|
size 149057
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 11:00:13 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.19.2
|
||||||
|
* Fail gracefully if could not import `rpc_status` module (#680)
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 29 19:31:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 29 19:31:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -26,12 +26,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-api-core
|
Name: python-google-api-core
|
||||||
Version: 2.19.1
|
Version: 2.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google API client core library
|
Summary: Google API client core library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/python-api-core
|
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
|
# https://github.com/googleapis/python-api-core/issues/377
|
||||||
Patch0: python-google-api-core-no-mock.patch
|
Patch0: python-google-api-core-no-mock.patch
|
||||||
BuildRequires: %{python_module google-auth >= 2.14.1}
|
BuildRequires: %{python_module google-auth >= 2.14.1}
|
||||||
@ -74,7 +74,7 @@ BuildArch: noarch
|
|||||||
Core Library for Google Client Libraries.
|
Core Library for Google Client Libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n google-api-core-%{version}
|
%autosetup -p1 -n google_api_core-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user