diff options
author | adam <adam@pkgsrc.org> | 2022-11-14 19:39:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-14 19:39:35 +0000 |
commit | e9f8e0593ef0102841a1f470427b1595dae841b5 (patch) | |
tree | 82b33bb3557588fa9e285550edda2f852bb2504f /security | |
parent | d30d7b18856c13eaa2796dfc2d003f0a1667878e (diff) | |
download | pkgsrc-e9f8e0593ef0102841a1f470427b1595dae841b5.tar.gz |
py-google-auth: updated to 2.14.1
2.14.1 (2022-11-07)
Bug Fixes
Apply quota project for compute cred in adc
Update minimum required version of cryptography in pyopenssl extra
Validate url domain for aws metadata urls
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth/Makefile | 5 | ||||
-rw-r--r-- | security/py-google-auth/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 689fe712a36..354aea3eeb0 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2022/10/25 19:12:58 adam Exp $ +# $NetBSD: Makefile,v 1.45 2022/11/14 19:39:35 adam Exp $ -DISTNAME= google-auth-2.13.0 +DISTNAME= google-auth-2.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth/} @@ -14,7 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa -DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index 1c664181f23..80919029f4e 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2022/10/25 19:12:58 adam Exp $ +$NetBSD: distinfo,v 1.42 2022/11/14 19:39:35 adam Exp $ -BLAKE2s (google-auth-2.13.0.tar.gz) = 5f66bc35a306eb053464e2e2e58a5974b346cd96cd4bdb1b5503c24c8f70ddd9 -SHA512 (google-auth-2.13.0.tar.gz) = 253dd17466850b20212c8cbbeb29c35dbffb2f3205867c7fdf74e400e4f2f9bf3c9ca6ffc814e5c3e9c7cc918a6cc60e696bc98c5d969761101dee4109b7018e -Size (google-auth-2.13.0.tar.gz) = 216209 bytes +BLAKE2s (google-auth-2.14.1.tar.gz) = e9ea8c34d352184d15358ea0d34b6a7ec3c8538eccc17743f290a7aa3920d2d1 +SHA512 (google-auth-2.14.1.tar.gz) = 1aec6b7104d71f58d1bc76472b204261eb6fc3030d0ed5f523bb125a9169544bc6266a8ae4573fce28423b689f2efcf57aadafc6c21876824fc17b2a96bbed95 +Size (google-auth-2.14.1.tar.gz) = 220079 bytes |