diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2017-03-23 20:12:15 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:10:11 +0000 |
commit | d9d4ce85a11d42fb893937dff547ad0b7ca081cb (patch) | |
tree | e4f2c23d72186bf461346b7ad52a9c7dc538cf1e /python/google-api-python-client | |
parent | 53738b99ec1ad591e4f0932e03c48b294d8175b3 (diff) |
python/google-api-python-client: Updated for version 1.6.2.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'python/google-api-python-client')
-rw-r--r-- | python/google-api-python-client/google-api-python-client.SlackBuild | 4 | ||||
-rw-r--r-- | python/google-api-python-client/google-api-python-client.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/google-api-python-client/google-api-python-client.SlackBuild b/python/google-api-python-client/google-api-python-client.SlackBuild index 749edafb9708..6fc51a455072 100644 --- a/python/google-api-python-client/google-api-python-client.SlackBuild +++ b/python/google-api-python-client/google-api-python-client.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for "google-api-python-client" # Copyright 2011-2015 Vincent Batts, Vienna, VA. USA -# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2015-2017 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-api-python-client -VERSION=${VERSION:-1.5.5} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/google-api-python-client/google-api-python-client.info b/python/google-api-python-client/google-api-python-client.info index 493792178c06..e8df0c6912f3 100644 --- a/python/google-api-python-client/google-api-python-client.info +++ b/python/google-api-python-client/google-api-python-client.info @@ -1,8 +1,8 @@ PRGNAM="google-api-python-client" -VERSION="1.5.5" +VERSION="1.6.2" HOMEPAGE="https://github.com/google/google-api-python-client/" -DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.5.tar.gz" -MD5SUM="b5adb22e8d770afd623a996bd19cd9b8" +DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.6.2.tar.gz" +MD5SUM="fc4baf6123229ba1f82c74b6118c0acc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="httplib2 python-uri-templates python-oauth2client" |