Date: Wednesday, September 28, 2022 @ 21:00:27 Author: felixonmars Revision: 1315669
upgpkg: python-google-auth 2.2.1-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-28 20:56:19 UTC (rev 1315668) +++ PKGBUILD 2022-09-28 21:00:27 UTC (rev 1315669) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.2.0 +pkgver=2.2.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=('3989caf691ad9b45bc3c54a06d92b45360dc4729aa5e735ab3feab6cfc4b53fe92c1d883df57c067805b3e8d3e8f2fe10b05e0d36c3badb4c0b5046a08d6bb84') +sha512sums=('f30512620f10eca0c2f9ca2391a71f6f8ca9c7d9d688f1e700676c262cdd5bca9efd1e40681b7a3b451c64311a7d5df2cd48fc736b8410086054089719c98e7d') prepare() { sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py
