diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-09 01:54:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-09 01:57:49 +0100 |
commit | 5ed1c462b61a3580256a92ebae575b3c94598e37 (patch) | |
tree | 5e67018644fe280f56f63809ba86fcfb99557b5c | |
parent | 6e1d7f5deef2a38975eb04080fbb2bf3210cf551 (diff) | |
download | aports-5ed1c462b61a3580256a92ebae575b3c94598e37.tar.bz2 aports-5ed1c462b61a3580256a92ebae575b3c94598e37.tar.xz |
community/py3-google-auth: upgrade to 1.7.2
-rw-r--r-- | community/py3-google-auth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-google-auth/APKBUILD b/community/py3-google-auth/APKBUILD index 74cd9d34d8..b30f48f760 100644 --- a/community/py3-google-auth/APKBUILD +++ b/community/py3-google-auth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=py3-google-auth _pyname=google-auth -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=0 pkgdesc="Google authentication library for Python." url="https://google-auth.readthedocs.io/en/latest/" @@ -37,5 +37,5 @@ check() { pytest-3 # skips grpc tests } -sha512sums="a2a3c80f23a8f1d3b5dd8bb4b77565f1f7f2960455683fa5b7539df5e9457f6bffea0e38245bcde05a6604d794b5158188d753d05d4fe3050cf6a0d4a9878b38 google-auth-1.7.1.tar.gz +sha512sums="36802b0923ddab01cdd5acaa7e7a873597968378dd52a8ab5724a357c5ba34df81a3d444b62f68e9670e62b282b542e1c98afe591df71b152548946e9f43c271 google-auth-1.7.2.tar.gz 4242765bce157f7e3ba42b668396d7629b78a389f82832960b689741c0f30f6a1a3d07e217b37c6c6515813b6a7783e1cc9308046bc38d9fcb0c596bf3f896ff 10-use-mock-from-standard-library.patch" |