Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-google-api-core
Commits: d5546b2b by Morten Linderud at 2023-12-22T23:14:00+01:00 upgpkg: 2.15.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-google-api-core + pkgdesc = Google API client core library + pkgver = 2.15.0 + pkgrel = 1 + url = https://github.com/googleapis/googleapis + arch = any + license = Apache + makedepends = python-setuptools + depends = python-pytz + depends = python-requests + depends = python-googleapis-common-protos + depends = python-google-auth + optdepends = python-grpcio: for grpc support + source = https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-2.15.0.tar.gz + sha256sums = abc978a72658f14a2df1e5e12532effe40f94f868f6e23d95133bd6abcca35ca + +pkgname = python-google-api-core ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Kaizhao Zhang <[email protected]> pkgname=python-google-api-core -pkgver=2.11.0 -pkgrel=2 +pkgver=2.15.0 +pkgrel=1 pkgdesc="Google API client core library" arch=('any') url="https://github.com/googleapis/googleapis" @@ -13,7 +13,7 @@ depends=('python-pytz' 'python-requests' 'python-googleapis-common-protos' 'pyth makedepends=('python-setuptools') optdepends=('python-grpcio: for grpc support') source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz") -sha256sums=('4b9bb5d5a380a0befa0573b302651b8a9a89262c1730e37bf423cec511804c22') +sha256sums=('abc978a72658f14a2df1e5e12532effe40f94f868f6e23d95133bd6abcca35ca') build() { cd "google-api-core-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-api-core/-/commit/d5546b2b66e40ee113da4fc9864640a02ef38cd5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-google-api-core/-/commit/d5546b2b66e40ee113da4fc9864640a02ef38cd5 You're receiving this email because of your account on gitlab.archlinux.org.
