From acf281f07978214377a60cce0e514cb7bcaed753 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 20 Feb 2019 03:11:29 -0300 Subject: [PATCH] python-google-auth: update to 1.6.3. --- srcpkgs/python-google-auth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-google-auth/template b/srcpkgs/python-google-auth/template index 7329d79cc7..708fe08325 100644 --- a/srcpkgs/python-google-auth/template +++ b/srcpkgs/python-google-auth/template @@ -1,8 +1,8 @@ # Template file for 'python-google-auth' pkgname=python-google-auth -version=1.6.2 +version=1.6.3 revision=1 -noarch=yes +archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="google" @@ -13,10 +13,10 @@ maintainer="Peter Bui " license="Apache-2.0" homepage="https://github.com/GoogleCloudPlatform/google-auth-library-python" distfiles="${PYPI_SITE}/g/google-auth/google-auth-${version}.tar.gz" -checksum=e8d64e9bc8cb6f0fc5360c693f86dc9ee6964081ee702e3b5ddc937f99efc950 +checksum=0f7c6a64927d34c1a474da92cfc59e552a5d3b940d3266606c6a28b72888b9e4 python3-google-auth_package() { - noarch=yes + archs=noarch depends="python3-pyasn1-modules python3-rsa python3-six python3-cachetools" pycompile_module="google" short_desc="${short_desc/Python2/Python3}"