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:           Thu Nov 14 10:41:31 UTC 2019

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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-google-auth/Makefile \
    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.2 pkgsrc/security/py-google-auth/Makefile:1.3
--- pkgsrc/security/py-google-auth/Makefile:1.2 Wed Nov 13 15:23:34 2019
+++ pkgsrc/security/py-google-auth/Makefile     Thu Nov 14 10:41:31 2019
@@ -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 @@ LICENSE=     apache-2.0
 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
 
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.2 pkgsrc/security/py-google-auth/distinfo:1.3
--- pkgsrc/security/py-google-auth/distinfo:1.2 Wed Nov 13 15:23:34 2019
+++ pkgsrc/security/py-google-auth/distinfo     Thu Nov 14 10:41:31 2019
@@ -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