python-google-cloud-storage: update to 2.10.0

This commit is contained in:
Biswapriyo Nath
2023-07-06 01:55:06 +05:30
parent 6d44c86207
commit 537bf58d08

View File

@@ -3,7 +3,7 @@
_realname=google-cloud-storage
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.9.0
pkgver=2.10.0
pkgrel=1
pkgdesc='Google Cloud Storage API client library (mingw-w64)'
arch=('any')
@@ -19,9 +19,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=('!emptydirs')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('9b6ae7b509fc294bdacb84d0f3ea8e20e2c54a8b4bbe39c5707635fec214eff3')
sha256sums=('934b31ead5f3994e5360f9ff5750982c5b6b11604dc072bc452c25965e076dc7')
prepare() {
rm -rf python-build-${MSYSTEM} | true