diff options
author | adam <adam@pkgsrc.org> | 2021-03-20 19:08:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-20 19:08:58 +0000 |
commit | 13809d5e3df1c69bffda44991f29be205bf4f9f3 (patch) | |
tree | 5ad93e5fe8c30d347fd1920f804c8bc76bfee7d6 /security | |
parent | d51286be89b5f676c9b91d67ee07180c5cb5da25 (diff) | |
download | pkgsrc-13809d5e3df1c69bffda44991f29be205bf4f9f3.tar.gz |
py-google-auth: updated to 1.28.0
1.28.0 (2021-03-16)
Features
allow the AWS_DEFAULT_REGION environment variable
expose library version at google.auth.__version
Bug Fixes
fix unit tests so they can work in g3
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth/Makefile | 4 | ||||
-rw-r--r-- | security/py-google-auth/PLIST | 5 | ||||
-rw-r--r-- | security/py-google-auth/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index bd09274bc15..d462b2caed3 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2021/03/05 08:28:25 adam Exp $ +# $NetBSD: Makefile,v 1.35 2021/03/20 19:08:58 adam Exp $ -DISTNAME= google-auth-1.27.1 +DISTNAME= google-auth-1.28.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} diff --git a/security/py-google-auth/PLIST b/security/py-google-auth/PLIST index 39152d1e14a..c086c1913bd 100644 --- a/security/py-google-auth/PLIST +++ b/security/py-google-auth/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/02/25 09:19:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/03/20 19:08:58 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -117,6 +117,9 @@ ${PYSITELIB}/google/auth/transport/requests.pyo ${PYSITELIB}/google/auth/transport/urllib3.py ${PYSITELIB}/google/auth/transport/urllib3.pyc ${PYSITELIB}/google/auth/transport/urllib3.pyo +${PYSITELIB}/google/auth/version.py +${PYSITELIB}/google/auth/version.pyc +${PYSITELIB}/google/auth/version.pyo ${PYSITELIB}/google/oauth2/__init__.py ${PYSITELIB}/google/oauth2/__init__.pyc ${PYSITELIB}/google/oauth2/__init__.pyo diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index da0cb5b3301..2b23e9e87f4 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2021/03/05 08:28:25 adam Exp $ +$NetBSD: distinfo,v 1.32 2021/03/20 19:08:58 adam Exp $ -SHA1 (google-auth-1.27.1.tar.gz) = e2ab495318495c2b54106b6e60957bc2793fe3b7 -RMD160 (google-auth-1.27.1.tar.gz) = ce987652a326b580f5c911641562d5d90d8aea17 -SHA512 (google-auth-1.27.1.tar.gz) = d640bb5395f956fd3442ea31145af2d72855108bff6b11dfeecfd4b48ad4fa50efba838e423bace310e78bbae74860d6c031d4ee873a7ab6dd522eb49e3fbdab -Size (google-auth-1.27.1.tar.gz) = 157876 bytes +SHA1 (google-auth-1.28.0.tar.gz) = ed981fdec6a3826b7382e3b10beee50a121b1c4a +RMD160 (google-auth-1.28.0.tar.gz) = 4efcf3baac3b8a6d4380c5f1652aebd1b723a246 +SHA512 (google-auth-1.28.0.tar.gz) = a02db23132950c99e032d8318451cd67127f1e9fc57731a8a76505a360d77484aef1859e54d8e4efa1bcde3f6f5379c3324d54cf57c0a95fb1fa7765f43e9581 +Size (google-auth-1.28.0.tar.gz) = 158266 bytes |