[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Jun 1 07:41:00 UTC 2018
Date: Friday, June 1, 2018 @ 07:41:00
Author: aginiewicz
Revision: 335620
upgpkg: python-google-api-python-client 1.7.0-1
python-google-api-python-client: new upstream release
Modified:
python-google-api-python-client/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-01 07:40:32 UTC (rev 335619)
+++ PKGBUILD 2018-06-01 07:41:00 UTC (rev 335620)
@@ -3,11 +3,11 @@
# Contributor: shadyabhi <abhijeet.1989 at gmail.com>
# TODO: create package for https://github.com/GoogleCloudPlatform/google-auth-library-python
-# and make it optional backend together with oauth2client
+# and make it hard dependency, turn oauth2client into optional backend
pkgbase=python-google-api-python-client
pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.6.7
+pkgver=1.7.0
pkgrel=1
pkgdesc="Google API Client Library for Python"
arch=('any')
@@ -18,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=('6de1d777ca78b9e6b52571f5653ce373')
+md5sums=('6bf46850917b1c493432f4fc1b61c00c')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list