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:           Mon Apr  6 09:19:25 UTC 2020

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-google-auth/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-google-auth/PLIST
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/security/py-google-auth/Makefile:1.13
--- pkgsrc/security/py-google-auth/Makefile:1.12        Tue Mar 31 17:42:15 2020
+++ pkgsrc/security/py-google-auth/Makefile     Mon Apr  6 09:19:25 2020
@@ -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/}

Index: pkgsrc/security/py-google-auth/PLIST
diff -u pkgsrc/security/py-google-auth/PLIST:1.2 pkgsrc/security/py-google-auth/PLIST:1.3
--- pkgsrc/security/py-google-auth/PLIST:1.2    Tue Mar 31 17:42:15 2020
+++ pkgsrc/security/py-google-auth/PLIST        Mon Apr  6 09:19:25 2020
@@ -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/_python_r
 ${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

Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.11 pkgsrc/security/py-google-auth/distinfo:1.12
--- pkgsrc/security/py-google-auth/distinfo:1.11        Tue Mar 31 17:42:15 2020
+++ pkgsrc/security/py-google-auth/distinfo     Mon Apr  6 09:19:25 2020
@@ -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