[arch-commits] Commit in python-google-auth/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 11:12:17 UTC 2022


    Date: Tuesday, August 30, 2022 @ 11:12:16
  Author: felixonmars
Revision: 1288612

upgpkg: python-google-auth 1.35.0-1

Modified:
  python-google-auth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 11:11:34 UTC (rev 1288611)
+++ PKGBUILD	2022-08-30 11:12:16 UTC (rev 1288612)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-google-auth
-pkgver=1.34.0
-pkgrel=4
+pkgver=1.35.0
+pkgrel=1
 pkgdesc="Google Authentication Library"
 url="https://github.com/GoogleCloudPlatform/google-auth-library-python"
 license=('Apache')
@@ -14,7 +14,7 @@
               'python-freezegun' 'python-responses' 'python-pyopenssl' 'python-pyu2f')
 source=("https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
         $pkgname-cachetools-5.patch::https://github.com/googleapis/google-auth-library-python/commit/1eae37db7f6fceb32d6ef0041962ce1755d2116c.patch)
-sha512sums=('658643389ffc891d4bfab50a2c95acbe48165b87d6b096fc8e7ea5d6bf39d340adaa6d0d4e1ebcc96056d215e64950c0a76cc6f9e3f050f774f6d84c22e57cb0'
+sha512sums=('6f849f390187411ab108e60c25e1ba33dd02520e9fbe6327e31eb78f1bc3c2ab262cb0ae6558ce07c21a6e0b11f695afc3e7bb9161df526f6c6f237c447e921e'
             'f51c25c7168ebc89eef985ab3f8898844c7c51128075d7d35a6cb8fecaedd1142316921a9473531cfe2b02d3a3845e2d96812367b6eb51c166d709a7f2bfe6ae')
 
 prepare() {
@@ -24,6 +24,7 @@
          -e 's|import certifi|pass|' \
          google-auth-library-python-$pkgver/google/auth/transport/{urllib3,requests}.py
   patch -d google-auth-library-python-$pkgver -p1 < $pkgname-cachetools-5.patch
+  sed -i 's|utils.int_from_bytes|int.from_bytes|' google-auth-library-python-$pkgver/google/auth/crypt/es256.py
 }
 
 build() {



More information about the arch-commits mailing list