Date: Saturday, January 21, 2017 @ 12:19:00 Author: aginiewicz Revision: 208248
upgpkg: python-google-api-python-client 1.6.1-1 python-google-api-python-client: new upstream release, with one TODO Modified: python-google-api-python-client/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-21 12:16:10 UTC (rev 208247) +++ PKGBUILD 2017-01-21 12:19:00 UTC (rev 208248) @@ -2,10 +2,13 @@ # Maintainer: Andrzej Giniewicz <[email protected]> # Contributor: shadyabhi <[email protected]> +# TODO: create package for https://github.com/GoogleCloudPlatform/google-auth-library-python +# and make it optional backend together with oauth2client + pkgbase=python-google-api-python-client pkgname=('python2-google-api-python-client' 'python-google-api-python-client') -pkgver=1.5.5 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Google API Client Library for Python" arch=('any') url="https://github.com/google/google-api-python-client" @@ -15,7 +18,7 @@ 'python-httplib2' 'python-oauth2client' 'python-uritemplate' 'python-six') source=("https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz") -md5sums=('b5adb22e8d770afd623a996bd19cd9b8') +md5sums=('476352cb1810ed259e41f7129d173d0d') prepare() { cd "$srcdir"
