From d75e3cf6052ecde718d110f942df558bf03d4b4d26ddd67aa1bd579ac67cd9e7 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 2 Oct 2017 12:25:19 +0000 Subject: [PATCH] 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 --- google-api-python-client-1.6.2.tar.gz | 3 --- google-api-python-client-1.6.4.tar.gz | 3 +++ python-google-api-python-client.changes | 22 ++++++++++++++++++++++ python-google-api-python-client.spec | 9 +++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 google-api-python-client-1.6.2.tar.gz create mode 100644 google-api-python-client-1.6.4.tar.gz diff --git a/google-api-python-client-1.6.2.tar.gz b/google-api-python-client-1.6.2.tar.gz deleted file mode 100644 index acd35a2..0000000 --- a/google-api-python-client-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c2f50f8057571a5f817c74820cadb754d47799c5a4ea463c1500fe8e092c1ae -size 47046 diff --git a/google-api-python-client-1.6.4.tar.gz b/google-api-python-client-1.6.4.tar.gz new file mode 100644 index 0000000..41dae56 --- /dev/null +++ b/google-api-python-client-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1f27740f6596f8272a2e1033d93d68e27e8ed5d22d6ab957e3f1d3f8ce05f6 +size 48359 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index 0d1ec36..7b91c47 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -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 diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index 7e7970d..7a0c63a 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -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}