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

This commit is contained in:
icp 2022-11-26 21:22:18 +05:30 committed by Michal Vasilek
parent a6db4b3bbc
commit 6af79115b3

View file

@ -1,17 +1,17 @@
# 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.26.2 version=2.11.0
revision=3 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-googleapis-common-protos python3-protobuf python3-google-auth depends="python3-googleapis-common-protos python3-protobuf python3-google-auth
python3-requests python3-six python3-pytz" python3-requests"
checkdepends="$depends python3-mock python3-pytest"
short_desc="Google API client core library for Python3" short_desc="Google API client core library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/googleapis/python-api-core" homepage="https://googleapis.dev/python/google-api-core/latest/index.html"
changelog="https://raw.githubusercontent.com/googleapis/python-api-core/main/CHANGELOG.md"
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=418a131cd349e8bda036741d93e7fb9caefa691daa7296851193edc60b3c946c checksum=4b9bb5d5a380a0befa0573b302651b8a9a89262c1730e37bf423cec511804c22
# all tests require grpc, which is optional dependencies. # tests require unpackaged dependencies: asyncmock, proto-plus
make_check=no make_check=no