Accepting request 530185 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/530185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=14
This commit is contained in:
Jan Matejek
2017-10-02 12:25:19 +00:00
committed by Git OBS Bridge
parent b195ce0bf7
commit d75e3cf605
4 changed files with 30 additions and 7 deletions

View File

@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# Test scripts not included in source archive
%bcond_with test
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-python-client
Version: 1.6.2
Version: 1.6.4
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
@@ -28,14 +29,14 @@ 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
Patch0: hidePythonDeps.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module httplib2 >= 0.9.2}
BuildRequires: %{python_module oauth2client >= 1.5.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.6.1}
BuildRequires: %{python_module uritemplate >= 3.0.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test}
# Test requirements
BuildRequires: %{python_module nose}