python-google-auth: update to 1.5.1
This commit is contained in:
parent
ffe0f9ec65
commit
ad6ff7f26c
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-google-auth'
|
||||
pkgname=python-google-auth
|
||||
version=1.5.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="google"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-pyasn1-modules python-rsa python-six python-cachetools"
|
||||
short_desc="Google authentication library for Python2"
|
||||
short_desc="Google Authentication Library (Python2)"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://google-auth.readthedocs.io/en/latest/"
|
||||
homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python"
|
||||
distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz"
|
||||
checksum=1745c9066f698eac3da99cef082914495fb71bc09597ba7626efbbb64c4acc57
|
||||
noarch=yes
|
||||
checksum=9ca363facbf2622d9ba828017536ccca2e0f58bd15e659b52f312172f8815530
|
||||
|
||||
python3-google-auth_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue