python-google-auth-oauthlib: update to 1.2.2

This commit is contained in:
Biswapriyo Nath 2025-04-25 06:00:23 +00:00
parent 0db3a2c326
commit df5467113f

View File

@ -3,8 +3,8 @@
_realname=google-auth-oauthlib
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.2.1
pkgrel=2
pkgver=1.2.2
pkgrel=1
pkgdesc='oauthlib integration for Google auth. (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-click"
optdepends=("${MINGW_PACKAGE_PREFIX}-python-click")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname:0:1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('afd0cad092a2eaa53cd8e8298557d6de1034c6cb4a740500b5357b648af97263')
sha256sums=('11046fb8d3348b296302dd939ace8af0a724042e8029c1b872d87fabc9f41684')
build() {
cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"