mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-google-auth: update to 2.15.0.
This commit is contained in:
parent
a99f3a9781
commit
07293f1db1
1 changed files with 9 additions and 6 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'python3-google-auth'
|
# Template file for 'python3-google-auth'
|
||||||
pkgname=python3-google-auth
|
pkgname=python3-google-auth
|
||||||
version=1.28.0
|
version=2.15.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_args="--ignore=tests/oauth2/test_challenges.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
|
depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools"
|
||||||
|
checkdepends="${depends} python3-Flask python3-freezegun python3-mock python3-oauth2client
|
||||||
|
python3-openssl python3-pytest-localserver python3-requests python3-urllib3 python3-cryptography
|
||||||
|
python3-responses python3-grpcio python3-certifi python3-pytest-xdist"
|
||||||
short_desc="Google Authentication Library (Python3)"
|
short_desc="Google Authentication Library (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
|
homepage="https://googleapis.dev/python/google-auth/latest/index.html"
|
||||||
|
changelog="https://raw.githubusercontent.com/googleapis/google-auth-library-python/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
||||||
checksum=9bd436d19ab047001a1340720d2b629eb96dd503258c524921ec2af3ee88a80e
|
checksum=72f12a6cfc968d754d7bdab369c5c5c16032106e52d32c6dfd8484e4c01a6d1f
|
||||||
# all tests require many optional dependencies
|
|
||||||
make_check=no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue