Date: Thursday, September 15, 2022 @ 22:39:08 Author: felixonmars Revision: 1303568
upgpkg: python-google-auth 2.0.2-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-15 22:38:27 UTC (rev 1303567) +++ PKGBUILD 2022-09-15 22:39:08 UTC (rev 1303568) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Google Authentication Library" url="https://github.com/GoogleCloudPlatform/google-auth-library-python" @@ -13,7 +13,7 @@ 'python-oauth2client' 'python-pytest-localserver' 'python-cryptography' 'python-freezegun' 'python-responses' 'python-pyopenssl' 'python-pyu2f') source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('6227e4511452ac60b327c544391fc4d5d6dd90f2d5b3e429380edb66f2b92365b95662857a421525d14aa575308caf34975373e6fc8f7eec9dd1022f66988d76') +sha512sums=('9000df27f72072678d62af14862ef6a00d54c778bbe1e838d15546e67fe74f894cff2bf41f63399ae4d66267afa7c43397cd5878e9d4fdd0e45081da16977688') prepare() { sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py
