pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-google-auth py-google-auth: updated to 1.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/850650366b0b
branches:  trunk
changeset: 417678:850650366b0b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 14 10:41:31 2019 +0000

description:
py-google-auth: updated to 1.7.1

1.7.1:
Bug Fixes
* change 'internal_failure' condition to also use `error' field

diffstat:

 security/py-google-auth/Makefile |   7 +++++--
 security/py-google-auth/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r c11e3907d150 -r 850650366b0b security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Thu Nov 14 10:39:36 2019 +0000
+++ b/security/py-google-auth/Makefile  Thu Nov 14 10:41:31 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/11/13 15:23:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/14 10:41:31 adam Exp $
 
-DISTNAME=      google-auth-1.7.0
+DISTNAME=      google-auth-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -13,9 +13,12 @@
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
 DEPENDS+=      ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
 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}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-oauth2client-[0-9]*:../../security/py-oauth2client
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 
 USE_LANGUAGES= # none
 
diff -r c11e3907d150 -r 850650366b0b security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Thu Nov 14 10:39:36 2019 +0000
+++ b/security/py-google-auth/distinfo  Thu Nov 14 10:41:31 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/11/13 15:23:34 wiz Exp $
+$NetBSD: distinfo,v 1.3 2019/11/14 10:41:31 adam Exp $
 
-SHA1 (google-auth-1.7.0.tar.gz) = 9a5680a6fc4dfa919074ea641fade7561bad10d9
-RMD160 (google-auth-1.7.0.tar.gz) = 7046699d9f9a5136fde17fcf09884fbe899144fb
-SHA512 (google-auth-1.7.0.tar.gz) = 5cc14dba377e69270887bc36d70eb4a3934d0609646becd7830abceb3557f77008f84a8ade35170cbf3271b20f0978e2f099eef05db4afd93d3e8386d332b872
-Size (google-auth-1.7.0.tar.gz) = 80619 bytes
+SHA1 (google-auth-1.7.1.tar.gz) = da8eed27e9ddbb2a23b4330338ec3a59b26633ec
+RMD160 (google-auth-1.7.1.tar.gz) = 483cbb630c62e7c3339465010022ec22591d423f
+SHA512 (google-auth-1.7.1.tar.gz) = a2a3c80f23a8f1d3b5dd8bb4b77565f1f7f2960455683fa5b7539df5e9457f6bffea0e38245bcde05a6604d794b5158188d753d05d4fe3050cf6a0d4a9878b38
+Size (google-auth-1.7.1.tar.gz) = 81126 bytes



Home | Main Index | Thread Index | Old Index