diff options
author | sborrill <sborrill@pkgsrc.org> | 2022-08-30 11:45:19 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2022-08-30 11:45:19 +0000 |
commit | d88c80da6bcf9f821c0e3d47aa7a089c080d48c8 (patch) | |
tree | 6a13824bdd8d46d3f50b9644cd267b7d53ae4323 /security | |
parent | afed532ea7f03c24503244eeb62580f7b81a9f3a (diff) | |
download | pkgsrc-d88c80da6bcf9f821c0e3d47aa7a089c080d48c8.tar.gz |
py-google-auth-oauthlib: update to 0.5.2
Changes since 0.4.6:
fix changelog header to consistent size.
avoid deprecated "out-of-band" authentication flow
deprecate OAuth out-of-band flow
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth-oauthlib/Makefile | 5 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile index 04c1733192d..5111acfac7d 100644 --- a/security/py-google-auth-oauthlib/Makefile +++ b/security/py-google-auth-oauthlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:20 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/08/30 11:45:19 sborrill Exp $ -DISTNAME= google-auth-oauthlib-0.4.6 +DISTNAME= google-auth-oauthlib-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/} diff --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo index 7385b80c48d..8248aa95e1f 100644 --- a/security/py-google-auth-oauthlib/distinfo +++ b/security/py-google-auth-oauthlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 11:17:45 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/08/30 11:45:19 sborrill Exp $ -BLAKE2s (google-auth-oauthlib-0.4.6.tar.gz) = 22f051973da252d5c0e4ed06db30ab7f33b27b71baf5eb638d93de969429c4f5 -SHA512 (google-auth-oauthlib-0.4.6.tar.gz) = 21680b5400ff82d338a9b9db80094532b253d21c6d0a765f2ae8d2b239769d5decbe39bf87b8f1761dd7b242ab0c7bf2363dc2c08a59b591712ebd54870c8935 -Size (google-auth-oauthlib-0.4.6.tar.gz) = 19516 bytes +BLAKE2s (google-auth-oauthlib-0.5.2.tar.gz) = 7924d28f22d6ed8025994f9ca32ffd1aa747f13ed7b7cdf2b248b4c43ed58eed +SHA512 (google-auth-oauthlib-0.5.2.tar.gz) = 90bede2b7d3d4a0516367263a0fe8ff433caec571b556d7c92a1baf89ab568e40f482a3ccece5a9e1b9b2a269e278d7e0714452e0e261c3142bb2d3f4d4b1d9b +Size (google-auth-oauthlib-0.5.2.tar.gz) = 20665 bytes |