diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-03-02 19:44:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-04 07:37:27 +0700 |
commit | c3fb95d55e35cf0be33874f3ede274fa6c5f716f (patch) | |
tree | de77d99cef5fb9c8909fce8e212ebb7cc5edfe3e /python/google-api-python-client | |
parent | 9e3e11024bafe823f8c57d774778007c3a90de2a (diff) |
python/google-api-python-client: Updated for version 1.5.0.
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 08e12beb4aa5..6ccd282379bc 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 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2015-2016 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.4.2} +VERSION=${VERSION:-1.5.0} 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 21b5201f9a09..68bdd9406127 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.4.2" +VERSION="1.5.0" HOMEPAGE="https://github.com/google/google-api-python-client/" -DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.4.2.tar.gz" -MD5SUM="93a9cb70135fb941197bcd6d4136fb67" +DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.5.0.tar.gz" +MD5SUM="38bdd2bba37f65284269e424c8620807" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="httplib2 python-uri-templates python-oauth2client" |