Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / python-google-auth
Commits: 8d0bfc05 by Lukas Fleischer at 2025-06-24T06:38:51-04:00 upgpkg: 2.40.3-1: update to 2.40.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-google-auth pkgdesc = Google Authentication Library - pkgver = 2.38.0 + pkgver = 2.40.3 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/google-auth-library-python arch = any @@ -37,9 +37,9 @@ pkgbase = python-google-auth optdepends = python-pyopenssl: for TLS support optdepends = python-pyu2f: for reauthentication support optdepends = python-requests: for async HTTP support - source = https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.38.0/python-google-auth-2.38.0.tar.gz + source = https://github.com/GoogleCloudPlatform/google-auth-library-python/archive/v2.40.3/python-google-auth-2.40.3.tar.gz source = python-pyopenssl-compatibility.patch - sha512sums = 1108f1857a73af2dcce463a5037cd97a4fd7c39a540323f471d43a24ca7ac832f9b0ae0eff0d2b23ed25d6d7f2802555b9a7782f8edc51bb1767312a0a1e20a2 + sha512sums = 6aa3e6ff29411a5f0dadda0f45f2538b6d3e12f75946a6acd0684a9100b2861b764067446ef3655f07f98dcd00680b9fd3ada9c15455979a4d19620224c16f1d sha512sums = 4e23dfaeec6933b1fb6736b6402f1f3cce0fedc0967e527879bc1b3e6215d94c986c28ab9d6b9b4ba975f39316eb0159bb74144aca1f27345b0a9174857fcfff pkgname = python-google-auth ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=google-auth-library-python pkgname=python-google-auth -pkgver=2.38.0 +pkgver=2.40.3 pkgrel=1 pkgdesc="Google Authentication Library" url="https://github.com/GoogleCloudPlatform/google-auth-library-python" @@ -53,7 +53,7 @@ source=( "$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz" "python-pyopenssl-compatibility.patch" ) -sha512sums=('1108f1857a73af2dcce463a5037cd97a4fd7c39a540323f471d43a24ca7ac832f9b0ae0eff0d2b23ed25d6d7f2802555b9a7782f8edc51bb1767312a0a1e20a2' +sha512sums=('6aa3e6ff29411a5f0dadda0f45f2538b6d3e12f75946a6acd0684a9100b2861b764067446ef3655f07f98dcd00680b9fd3ada9c15455979a4d19620224c16f1d' '4e23dfaeec6933b1fb6736b6402f1f3cce0fedc0967e527879bc1b3e6215d94c986c28ab9d6b9b4ba975f39316eb0159bb74144aca1f27345b0a9174857fcfff') prepare() { @@ -62,7 +62,6 @@ prepare() { patch -Np1 -i ../python-pyopenssl-compatibility.patch # Remove python-mock, upstream PR: https://github.com/googleapis/google-auth-library-python/pull/1361 - sed -i '/^mock$/d' testing/requirements.txt sed -i -e 's/^import mock$/from unittest import mock/' \ -e 's/^from mock import /from unittest.mock import /' \ system_tests/*.py system_tests/*/*.py \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/8d0bfc05add15fc1216a386db89a1be1165abe33 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-auth/-/commit/8d0bfc05add15fc1216a386db89a1be1165abe33 You're receiving this email because of your account on gitlab.archlinux.org.