Date: Saturday, October 1, 2022 @ 18:15:45 Author: felixonmars Revision: 1320168
upgpkg: python-google-auth 2.3.1-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-01 17:58:10 UTC (rev 1320167) +++ PKGBUILD 2022-10-01 18:15:45 UTC (rev 1320168) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.3.0 +pkgver=2.3.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=('7cdd62f73567bf74693054f6e577e580835a3af9c6638113feb606b0e70146046e697ee9b219de3fdcbd5858c7469b8b99336bb51ff4d6ccc6a744b19739baaa') +sha512sums=('44b9e06b0ac759c579d070f3d6ba6a84d4d1d36dec9ee2581c29e3c7949714e87b3bb41805a905ef2a803ca94816e636670b90256705ade8b669fabde66a8747') prepare() { sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py
