aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-google-auth
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-25 15:51:13 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-25 15:17:01 +0000
commit812b5de25211cb3b2627b4ab4e57accce8d66c7d (patch)
tree26461ecb86d617703753538335c797b0a1ec1726 /community/py3-google-auth
parent0520813baf9873fec606e684b9fdbf790d5c1136 (diff)
downloadaports-812b5de25211cb3b2627b4ab4e57accce8d66c7d.tar.bz2
aports-812b5de25211cb3b2627b4ab4e57accce8d66c7d.tar.xz
community/py3-google-auth: upgrade to 0.14.1
https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#1141-2020-04-21
Diffstat (limited to 'community/py3-google-auth')
-rw-r--r--community/py3-google-auth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-google-auth/APKBUILD b/community/py3-google-auth/APKBUILD
index bd6cbcca50..ec6aaa1497 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.14.0
+pkgver=1.14.1
pkgrel=0
pkgdesc="Google authentication library for Python."
url="https://google-auth.readthedocs.io/en/latest/"
@@ -47,5 +47,5 @@ package() {
check() {
pytest-3 # skips grpc tests
}
-sha512sums="a172402a56efcde5c1c18a452627a15f4bd6885030385c1bc3ff787d71af82fe15f3fbf03e9795ca294a3a4ba3899f81cf921658b4e8df5f304580b0315e8162 google-auth-1.14.0.tar.gz
+sha512sums="d08d31056f459753e9fb5bbe7cc61c487d090788ee65761d1e99097299a312aab48b6ec6077befe5bd4dc07ce5753994e8c9ce9c28c984ce1a042f0fb03f4139 google-auth-1.14.1.tar.gz
eceeedf449d99cc5587856831ca024ad2befaf964f93504b2a8f1a9ff2690027c494a60381455e67204caf3d77799a4445c81fff3867a32af4503990308c77ac 10-use-mock-from-standard-library.patch"