Date: Friday, October 14, 2022 @ 00:11:05 Author: felixonmars Revision: 1328143
upgpkg: python-google-auth 2.4.0-1 Modified: python-google-auth/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-14 00:01:43 UTC (rev 1328142) +++ PKGBUILD 2022-10-14 00:11:05 UTC (rev 1328143) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-google-auth -pkgver=2.3.3 +pkgver=2.4.0 pkgrel=1 pkgdesc="Google Authentication Library" url="https://github.com/GoogleCloudPlatform/google-auth-library-python" @@ -13,13 +13,8 @@ '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=('34c3ccdef0a966eb3455e523941ef0ea301892b1dd5c620774d876a014fac7607817d9c89bfdee320c61e3b7c2679f94343aa50e56c03452a21c8a793a724995') +sha512sums=('8833af8b09604c8b8508299915b6c8185dfce916a3b1dc07818e487bc188345e63c942853ca4ef57eadab0926a80d70a93baa12d7d7ebaded736c49bdc1fe7a5') -prepare() { - sed -i 's|cachetools>=2.0.0,<5.0|cachetools>=2.0.0|' google-auth-library-python-$pkgver/setup.py - sed -i 's|utils.int_from_bytes|int.from_bytes|' google-auth-library-python-$pkgver/google/auth/crypt/es256.py -} - build() { cd google-auth-library-python-$pkgver python setup.py build
