pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-google-auth



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 15 07:48:45 UTC 2023

Modified Files:
        pkgsrc/security/py-google-auth: Makefile distinfo

Log Message:
py-google-auth: updated to 2.16.0

2.16.0

Features

AwsCredentials should not call metadata server if security creds and region are retrievable through the environment variables
Wrap all python built-in exceptions into library excpetions

Bug Fixes

Allow get_project_id to take a request
Make OAUTH2.0 client resistant to string type 'expires_in' responses from non-compliant services


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-google-auth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-google-auth/Makefile
diff -u pkgsrc/security/py-google-auth/Makefile:1.46 pkgsrc/security/py-google-auth/Makefile:1.47
--- pkgsrc/security/py-google-auth/Makefile:1.46        Mon Dec 12 09:49:33 2022
+++ pkgsrc/security/py-google-auth/Makefile     Wed Feb 15 07:48:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2022/12/12 09:49:33 adam Exp $
+# $NetBSD: Makefile,v 1.47 2023/02/15 07:48:45 adam Exp $
 
-DISTNAME=      google-auth-2.15.0
+DISTNAME=      google-auth-2.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -32,6 +32,6 @@ do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
+PYTHON_VERSIONED_DEPENDENCIES+=        cryptography OpenSSL
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.43 pkgsrc/security/py-google-auth/distinfo:1.44
--- pkgsrc/security/py-google-auth/distinfo:1.43        Mon Dec 12 09:49:33 2022
+++ pkgsrc/security/py-google-auth/distinfo     Wed Feb 15 07:48:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2022/12/12 09:49:33 adam Exp $
+$NetBSD: distinfo,v 1.44 2023/02/15 07:48:45 adam Exp $
 
-BLAKE2s (google-auth-2.15.0.tar.gz) = 783bc5da5b89e19bdaa5ada56a81a32477a1553ace6c41df534c99232e8d711b
-SHA512 (google-auth-2.15.0.tar.gz) = 4a564503195e4a96ac2a89bb208c37e434185439533913285ca03a3627f28e641a99224ae285ced84050fdc6073e075b1ba288e9a9c18d3e6adf70509b5ee68b
-Size (google-auth-2.15.0.tar.gz) = 221698 bytes
+BLAKE2s (google-auth-2.16.0.tar.gz) = 46b097be51431e0d11a1f536c712f2cc8a594fbb1de4af32caffb004f1a1327f
+SHA512 (google-auth-2.16.0.tar.gz) = dbeff00089a410c6702e2bd704968c7392809dc217b3f511b62429a11649e4b0607a41622d2753bed9e511368b1c32086b23df66ec915e07a1dd4f32471e025d
+Size (google-auth-2.16.0.tar.gz) = 223336 bytes



Home | Main Index | Thread Index | Old Index