python3-google-api-core: update to 1.26.2.

This commit is contained in:
Peter Bui 2021-03-24 09:37:12 -04:00 committed by Érico Nogueira
parent f70bfe9eaa
commit eab2adc5f2

View file

@ -1,7 +1,7 @@
# Template file for 'python3-google-api-core' # Template file for 'python3-google-api-core'
pkgname=python3-google-api-core pkgname=python3-google-api-core
version=1.22.2 version=1.26.2
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -13,8 +13,6 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/googleapis/python-api-core" homepage="https://github.com/googleapis/python-api-core"
distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz" distfiles="${PYPI_SITE}/g/google-api-core/google-api-core-${version}.tar.gz"
checksum=779107f17e0fef8169c5239d56a8fbff03f9f72a3893c0c9e5842ec29dfedd54 checksum=418a131cd349e8bda036741d93e7fb9caefa691daa7296851193edc60b3c946c
# all tests require grpc, which is optional dependencies.
do_check() { make_check=no
: all tests require grpc, which is optional dependencies.
}