Accepting request 530446 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/530446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-python-client?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c2f50f8057571a5f817c74820cadb754d47799c5a4ea463c1500fe8e092c1ae
|
||||
size 47046
|
3
google-api-python-client-1.6.4.tar.gz
Normal file
3
google-api-python-client-1.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb1f27740f6596f8272a2e1033d93d68e27e8ed5d22d6ab957e3f1d3f8ce05f6
|
||||
size 48359
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 16:36:20 UTC 2017 - arun@gmx.de
|
||||
|
||||
- update to version 1.6.4:
|
||||
* Warn when google-auth credentials are used but
|
||||
google-auth-httplib2 isn't available. (#443)
|
||||
|
||||
- changes from version 1.6.3:
|
||||
* Add notification of maintenance mode to README. (#410)
|
||||
* Fix generation of methods with abnormal page token
|
||||
conventions. (#338)
|
||||
* Raise ValueError is credentials and developerKey are both
|
||||
specified. (#358)
|
||||
* Re-generate documentation. (#364, #373, #401)
|
||||
* Fix method signature documentation for multiline required
|
||||
parameters. (#374)
|
||||
* Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
|
||||
* Fix dead link to WebTest in README. (#378)
|
||||
* Fix details missing in googleapiclient.errors.HttpError. (#412)
|
||||
* Don't treat httplib2.Credentials as oauth credentials. (#425)
|
||||
* Various fixes to the Django sample. (#413)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 10 14:25:33 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user