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.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92e6c459b7fa
branches:  trunk
changeset: 426753:92e6c459b7fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 06 09:19:25 2020 +0000

description:
py-google-auth: update to 1.13.1.

1.13.1 (2020-04-01)

Bug Fixes

    invalid expiry type (#481) (7ae9a28)

1.13.0 (2020-04-01)

Features

    add access token credentials (#476) (772dac6)
    add fetch_id_token to support id_token adc (#469) (506c565)
    consolidate mTLS channel errors (#480) (e83d446)
    Implement ES256 for JWT verification (#340) (e290a3d)

diffstat:

 security/py-google-auth/Makefile |   4 ++--
 security/py-google-auth/PLIST    |   5 ++++-
 security/py-google-auth/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 76a65483df6e -r 92e6c459b7fa security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Mon Apr 06 09:14:12 2020 +0000
+++ b/security/py-google-auth/Makefile  Mon Apr 06 09:19:25 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/03/31 17:42:15 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2020/04/06 09:19:25 wiz Exp $
 
-DISTNAME=      google-auth-1.12.0
+DISTNAME=      google-auth-1.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
diff -r 76a65483df6e -r 92e6c459b7fa security/py-google-auth/PLIST
--- a/security/py-google-auth/PLIST     Mon Apr 06 09:14:12 2020 +0000
+++ b/security/py-google-auth/PLIST     Mon Apr 06 09:19:25 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/31 17:42:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/04/06 09:19:25 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -54,6 +54,9 @@
 ${PYSITELIB}/google/auth/crypt/base.py
 ${PYSITELIB}/google/auth/crypt/base.pyc
 ${PYSITELIB}/google/auth/crypt/base.pyo
+${PYSITELIB}/google/auth/crypt/es256.py
+${PYSITELIB}/google/auth/crypt/es256.pyc
+${PYSITELIB}/google/auth/crypt/es256.pyo
 ${PYSITELIB}/google/auth/crypt/rsa.py
 ${PYSITELIB}/google/auth/crypt/rsa.pyc
 ${PYSITELIB}/google/auth/crypt/rsa.pyo
diff -r 76a65483df6e -r 92e6c459b7fa security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Mon Apr 06 09:14:12 2020 +0000
+++ b/security/py-google-auth/distinfo  Mon Apr 06 09:19:25 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/03/31 17:42:15 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/04/06 09:19:25 wiz Exp $
 
-SHA1 (google-auth-1.12.0.tar.gz) = 4d01308bc6e52d8b18021160dc0a0042df5164f6
-RMD160 (google-auth-1.12.0.tar.gz) = 3736468381be9671bb86182df97a84e5acc97884
-SHA512 (google-auth-1.12.0.tar.gz) = 2d89d8cea31d19bf0687aefa1a8c47dd5bf533365bd78453a03936ddf94076199ffc60748cfaf24700bf16b01d3d99401baaa83f6bfc7a443ecbf98318e4090f
-Size (google-auth-1.12.0.tar.gz) = 96866 bytes
+SHA1 (google-auth-1.13.1.tar.gz) = d793c623f2d334c5d39c9f32303be0d74e014220
+RMD160 (google-auth-1.13.1.tar.gz) = 6d2daae8b1e2ae7b8fbfbb0ffb889788a609c480
+SHA512 (google-auth-1.13.1.tar.gz) = 4980d1cecad5e89e63f9e0790880db60ba9a9d082ba0d7d264bb408c3f4172ac835dbd60998a4d0f7fc0b2658e11fc68d71d18039dc5edfd06f288243218fd38
+Size (google-auth-1.13.1.tar.gz) = 100683 bytes



Home | Main Index | Thread Index | Old Index