python-google-auth: update to 2.37.0

This commit is contained in:
Mehdi Chinoune
2025-01-07 17:48:15 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 8d55e9afbe
commit 0431e19ee5

View File

@@ -3,8 +3,8 @@
_realname=google-auth
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.35.0
pkgrel=2
pkgver=2.37.0
pkgrel=1
pkgdesc='Google Authentication Library (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -36,7 +36,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a')
sha256sums=('0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00')
build() {
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"