diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-12 23:42:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-13 03:20:03 -0300 |
commit | 58ee29bcd4135cdffe40b32141c002c47bf03778 (patch) | |
tree | d184bcedc9ff1a71619b2b37a0c89f792b12d763 /community/py3-google-api-python-client | |
parent | cf3fc279946e4ccea690c194d5d7bdafc1f923f0 (diff) | |
download | aports-58ee29bcd4135cdffe40b32141c002c47bf03778.tar.bz2 aports-58ee29bcd4135cdffe40b32141c002c47bf03778.tar.xz |
community/py3-google-api-python-client: upgrade to 1.7.12
Diffstat (limited to 'community/py3-google-api-python-client')
-rw-r--r-- | community/py3-google-api-python-client/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-google-api-python-client/APKBUILD b/community/py3-google-api-python-client/APKBUILD index 39824837c4..160d0733a5 100644 --- a/community/py3-google-api-python-client/APKBUILD +++ b/community/py3-google-api-python-client/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=py3-google-api-python-client _pkgname=google-api-python-client -pkgver=1.7.11 -pkgrel=1 +pkgver=1.7.12 +pkgrel=0 pkgdesc="Google API Client Library for Python" options="!check" # Some tests fail url="https://github.com/google/google-api-python-client" @@ -37,5 +37,5 @@ package() { chmod -R a+r "$pkgdir$_site_packages" } -sha512sums="6a3ef74c8bc518d7eee05bd73209e93931bfb2719b89f435fa3e0c260bf21adf174aa158f8a395bec38fcd69f542f6f55abd8d215d970cd600eb51a84589e5f8 google-api-python-client-1.7.11.tar.gz +sha512sums="c0b2885af308e157f8fe69fedb703abfc92e9f03b46f1d65673fd72da53b0b6c9443564794c6d2ea3d4ebf19100eb5bb1b8aefc04bfd632fa110457f987c700f google-api-python-client-1.7.12.tar.gz e47ecc9a4522520b8be00702e7ad1b358c6683fe4daf3b16446c2e96a3c42e698244bd7e54be7245b2cdd800e7326a2c1587643ca7ee60a1dec843b3f3c49cf5 unittest2.patch" |