Date: Wednesday, September 14, 2022 @ 20:42:18 Author: felixonmars Revision: 1302761
upgpkg: python-google-auth 2.0.1-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-14 20:38:27 UTC (rev 1302760) +++ PKGBUILD 2022-09-14 20:42:18 UTC (rev 1302761) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.0.0 +pkgver=2.0.1 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=('0066d5b054c6c1a9608eaf323173e7729cd7e7ef3664495ab29472e8724d6ba7635a262f5e7ebaf6e262ac4be8383ddcb0d2a63149a6fea0187b6f9eecd2d038') +sha512sums=('6227e4511452ac60b327c544391fc4d5d6dd90f2d5b3e429380edb66f2b92365b95662857a421525d14aa575308caf34975373e6fc8f7eec9dd1022f66988d76') prepare() { sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py
