Date: Friday, September 30, 2022 @ 16:23:34 Author: felixonmars Revision: 1320051
upgpkg: python-google-auth 2.3.0-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-30 16:22:38 UTC (rev 1320050) +++ PKGBUILD 2022-09-30 16:23:34 UTC (rev 1320051) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.2.1 +pkgver=2.3.0 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=('f30512620f10eca0c2f9ca2391a71f6f8ca9c7d9d688f1e700676c262cdd5bca9efd1e40681b7a3b451c64311a7d5df2cd48fc736b8410086054089719c98e7d') +sha512sums=('7cdd62f73567bf74693054f6e577e580835a3af9c6638113feb606b0e70146046e697ee9b219de3fdcbd5858c7469b8b99336bb51ff4d6ccc6a744b19739baaa') prepare() { sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py
