Fri Feb 5 19:50:02 2021 UTC ()
py-google-auth: updated to 1.25.0

1.25.0

Features

support self-signed jwt in requests and urllib3 transports
use self-signed jwt for service account


(adam)
diff -r1.30 -r1.31 pkgsrc/security/py-google-auth/Makefile
diff -r1.27 -r1.28 pkgsrc/security/py-google-auth/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/security/py-google-auth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/Makefile 2020/12/14 06:10:36 1.30
+++ pkgsrc/security/py-google-auth/Makefile 2021/02/05 19:50:02 1.31
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2020/12/14 06:10:36 adam Exp $ 1# $NetBSD: Makefile,v 1.31 2021/02/05 19:50:02 adam Exp $
2 2
3DISTNAME= google-auth-1.24.0 3DISTNAME= google-auth-1.25.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/googleapis/google-auth-library-python 9HOMEPAGE= https://github.com/googleapis/google-auth-library-python
10COMMENT= Google Authentication Library 10COMMENT= Google Authentication Library
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules 13DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools 14DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
15DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa 15DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
16DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools 16DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools

cvs diff -r1.27 -r1.28 pkgsrc/security/py-google-auth/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-google-auth/distinfo 2020/12/14 06:10:36 1.27
+++ pkgsrc/security/py-google-auth/distinfo 2021/02/05 19:50:02 1.28
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.27 2020/12/14 06:10:36 adam Exp $ 1$NetBSD: distinfo,v 1.28 2021/02/05 19:50:02 adam Exp $
2 2
3SHA1 (google-auth-1.24.0.tar.gz) = 46d2f60e17e47dac473dc56663898cdf0d91a7af 3SHA1 (google-auth-1.25.0.tar.gz) = 2d95803f2027d0a6df811afb9edfba89ce6b5691
4RMD160 (google-auth-1.24.0.tar.gz) = 57df73e4ebd421ac09c9167ef57ac39a1de8957a 4RMD160 (google-auth-1.25.0.tar.gz) = 077e7c5a61134747ba2879b9fa0710f05615bff4
5SHA512 (google-auth-1.24.0.tar.gz) = 3e678dd946eb6c3c865cd35df1480a96ed35cf14b973f2239c5213b223a6569b4a9642609ac51243af75c662a08bbf0518d8592db97af297cf67c52b83019e30 5SHA512 (google-auth-1.25.0.tar.gz) = 1c83f18904b646264263c8ba20c13bcc61572b9de397331564b1c2e65083a27e6393dd9435b03789136d2fc2b43750f784d21a3dc670a58cc4bade9de267f195
6Size (google-auth-1.24.0.tar.gz) = 120351 bytes 6Size (google-auth-1.25.0.tar.gz) = 121940 bytes