diff options
author | adam <adam@pkgsrc.org> | 2022-10-31 10:45:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-31 10:45:22 +0000 |
commit | 915793e355525f034134bd8003d341fad61787eb (patch) | |
tree | 94970b12375f06eab815823414999a0345e5ea3c /security | |
parent | 668b23366ce8cd036f74e58957dd987be4af8bfc (diff) | |
download | pkgsrc-915793e355525f034134bd8003d341fad61787eb.tar.gz |
py-google-auth-oauthlib: updated to 0.7.0
0.7.0 (2022-10-25)
Bug Fixes
setup.py: increase required google-auth version to >=2.13.0
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth-oauthlib/Makefile | 6 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile index 3ab9527e0da..15187b0d437 100644 --- a/security/py-google-auth-oauthlib/Makefile +++ b/security/py-google-auth-oauthlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/10/25 19:17:38 adam Exp $ +# $NetBSD: Makefile,v 1.13 2022/10/31 10:45:22 adam Exp $ -DISTNAME= google-auth-oauthlib-0.6.0 +DISTNAME= google-auth-oauthlib-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-oaut COMMENT= Google Authentication Library LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.0.0:../../security/py-google-auth +DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.13.0:../../security/py-google-auth DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib USE_LANGUAGES= # none diff --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo index 1bd2616eafe..5e57024e7e3 100644 --- a/security/py-google-auth-oauthlib/distinfo +++ b/security/py-google-auth-oauthlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2022/10/25 19:17:38 adam Exp $ +$NetBSD: distinfo,v 1.12 2022/10/31 10:45:22 adam Exp $ -BLAKE2s (google-auth-oauthlib-0.6.0.tar.gz) = a9a3141a604abe565e6b9ed6d3c03ca9ba972ef8a6d411aba320ead322634fbc -SHA512 (google-auth-oauthlib-0.6.0.tar.gz) = 31cd69c05d6f51ea54474e1604b6f0ab61e1ab2cee390f624634c60e440e910159132f5145b14208106d009cad417a20d60f02c6a06c99359be788c7bd622f91 -Size (google-auth-oauthlib-0.6.0.tar.gz) = 21155 bytes +BLAKE2s (google-auth-oauthlib-0.7.0.tar.gz) = f92ef6cc72063e699fc111102325c7d864f14a482ce84bb21692e5dcb23c0289 +SHA512 (google-auth-oauthlib-0.7.0.tar.gz) = 5024447a45e7916aeb25a6f641b476047a2c4a7432dad3bf3a120d2e3f7be454174accff98dbc231acb09e4b5f0aca863b3f9b56ab214ace3103d23085f950bf +Size (google-auth-oauthlib-0.7.0.tar.gz) = 21151 bytes |