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:   wiz
Date:           Wed Nov 13 15:23:34 UTC 2019

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

Log Message:
py-google-auth: update to 1.7.0.

v1.7.0

Implementation Changes

    Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368)
    Use cls parameter instead of class (#341)

New Features

    Add support for impersonated_credentials.Sign, IDToken (#348)
    Add downscoping to OAuth2 credentials (#309)

Dependencies

    Update dependency cachetools to v3 (#357)
    Update dependency rsa to v4 (#358)
    Set an upper bound on dependencies version (#352)
    Require a minimum version of setuptools (#322)

Documentation

    Add busunkim96 as maintainer (#373)
    Update user-guide.rst (#337)
    Fix typo in jwt docs (#332)
    Clarify which SA has Token Creator role (#330)

Internal / Testing Changes

    Change 'name' to distribution name (#379)
    Fix system tests, move to Kokoro (#372)
    Blacken (#375)
    Rename nox.py -> noxfile.py (#369)
    Add initial renovate config (#356)
    Use new pytest api to keep building with pytest 5 (#353)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/security/py-google-auth/Makefile:1.2
--- pkgsrc/security/py-google-auth/Makefile:1.1 Tue Jul  2 11:59:28 2019
+++ pkgsrc/security/py-google-auth/Makefile     Wed Nov 13 15:23:34 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/07/02 11:59:28 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/13 15:23:34 wiz Exp $
 
-DISTNAME=      google-auth-1.6.3
+DISTNAME=      google-auth-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.1 pkgsrc/security/py-google-auth/distinfo:1.2
--- pkgsrc/security/py-google-auth/distinfo:1.1 Tue Jul  2 11:59:28 2019
+++ pkgsrc/security/py-google-auth/distinfo     Wed Nov 13 15:23:34 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/02 11:59:28 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/11/13 15:23:34 wiz Exp $
 
-SHA1 (google-auth-1.6.3.tar.gz) = a76f97686ebe42097d91e0996a72b26b54118f3b
-RMD160 (google-auth-1.6.3.tar.gz) = 45de1837e270a4200d3f843c192fb95c1378ad9e
-SHA512 (google-auth-1.6.3.tar.gz) = 47a3e9390428ffa58946c348d4e1a1bfe1290d6e06b75924bbacb37d5af929050690ef5c13820468de805646f4686c035b00dfe947c090d53568dd85d804af5e
-Size (google-auth-1.6.3.tar.gz) = 80899 bytes
+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



Home | Main Index | Thread Index | Old Index