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:           Sun Dec 15 11:22:34 UTC 2019

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

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

1.8.2:
Bug Fixes
revert "feat: send quota project id in x-goog-user-project header for OAuth2 credentials"

1.8.1:
Bug Fixes
revert "feat: add timeout to AuthorizedSession.request()

1.8.0:
Features
add to_json method to google.oauth2.credentials.Credentials
add timeout to AuthorizedSession.request()
send quota project id in x-goog-user-project header for OAuth2 credentials


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/security/py-google-auth/Makefile:1.4
--- pkgsrc/security/py-google-auth/Makefile:1.3 Thu Nov 14 10:41:31 2019
+++ pkgsrc/security/py-google-auth/Makefile     Sun Dec 15 11:22:34 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/11/14 10:41:31 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/12/15 11:22:34 adam Exp $
 
-DISTNAME=      google-auth-1.7.1
+DISTNAME=      google-auth-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth/}
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-cachetools>=2.0
 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}-flask-[0-9]*:../../www/py-flask
 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
Index: pkgsrc/security/py-google-auth/distinfo
diff -u pkgsrc/security/py-google-auth/distinfo:1.3 pkgsrc/security/py-google-auth/distinfo:1.4
--- pkgsrc/security/py-google-auth/distinfo:1.3 Thu Nov 14 10:41:31 2019
+++ pkgsrc/security/py-google-auth/distinfo     Sun Dec 15 11:22:34 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/11/14 10:41:31 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/12/15 11:22:34 adam Exp $
 
-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
+SHA1 (google-auth-1.8.2.tar.gz) = f4a2dde620d37504250a5968c73e221179fa8d73
+RMD160 (google-auth-1.8.2.tar.gz) = 4f45ee3158b0937fa02f80076b6eb8db5c29b58a
+SHA512 (google-auth-1.8.2.tar.gz) = 69bc27e27b3a88ea8203fe4bcf730933f8ff3805e7d6f60fce9331b7d4243340a531a3d28075ec534bb076082fb5390c55556a34b0cab70092afc744b53429e4
+Size (google-auth-1.8.2.tar.gz) = 83993 bytes



Home | Main Index | Thread Index | Old Index