python-google-cloud-storage: update to 3.4.1

This commit is contained in:
Dirk Stolle 2025-10-10 21:29:14 +02:00
parent 7e8251c9c6
commit b9805e79fd

View File

@ -3,7 +3,7 @@
_realname=google-cloud-storage
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.4.0
pkgver=3.4.1
pkgrel=1
pkgdesc='Google Cloud Storage API client library (mingw-w64)'
arch=('any')
@ -25,7 +25,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=('4c77ec00c98ccc6428e4c39404926f41e2152f48809b02af29d5116645c3c317')
sha256sums=('6f041a297e23a4b485fad8c305a7a6e6831855c208bcbe74d00332a909f82268')
build() {
cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"