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: update to 1.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b51107c6177
branches:  trunk
changeset: 417584:5b51107c6177
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 13 15:23:34 2019 +0000

description:
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)

diffstat:

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

diffs (27 lines):

diff -r c0def70a5b4c -r 5b51107c6177 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Wed Nov 13 15:19:12 2019 +0000
+++ b/security/py-google-auth/Makefile  Wed Nov 13 15:23:34 2019 +0000
@@ -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/}
diff -r c0def70a5b4c -r 5b51107c6177 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Wed Nov 13 15:19:12 2019 +0000
+++ b/security/py-google-auth/distinfo  Wed Nov 13 15:23:34 2019 +0000
@@ -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