Accepting request 792353 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/792353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-python-client?expand=0&rev=12
This commit is contained in:
commit
a66e8d4bd2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8a88174f66d92aed7ebbd73744c2c319b4b1ce828e565f9ec721352d2e2fb8c
|
||||
size 142837
|
3
google-api-python-client-1.8.0.tar.gz
Normal file
3
google-api-python-client-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f5b42a14e2d2f7dee40f2e4514531dbe95ebde9c2173b1c4040a65c427e7900
|
||||
size 145457
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 1.8.0
|
||||
* Add api endpoint override. (https://github.com/googleapis/google-api-python-client/pull/829)
|
||||
* Various small bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 11:34:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,13 +18,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-google-api-python-client
|
||||
Version: 1.7.11
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Google APIs Python Client
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/google/google-api-python-client
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
|
||||
BuildRequires: %{python_module google-api-core >= 1.13.0}
|
||||
BuildRequires: %{python_module google-auth >= 1.4.1}
|
||||
BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3}
|
||||
BuildRequires: %{python_module httplib2 >= 0.9.2}
|
||||
@ -36,6 +37,7 @@ BuildRequires: %{python_module unittest2}
|
||||
BuildRequires: %{python_module uritemplate >= 3.0.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-api-core >= 1.13.0
|
||||
Requires: python-google-auth >= 1.4.1
|
||||
Requires: python-google-auth-httplib2 >= 0.0.3
|
||||
Requires: python-httplib2 >= 0.9.2
|
||||
@ -62,7 +64,9 @@ Google APIs Client Library for Python
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
# DiscoveryFromDocument::test_api_endpoint_override_from_client_options and
|
||||
# DiscoveryFromDocument::test_api_endpoint_override_from_client_options_dict fail with "server unavailable"
|
||||
%pytest -k "not (test_api_endpoint_override_from_client_options and Document)"
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG
|
||||
|
Loading…
x
Reference in New Issue
Block a user