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: updated to 1.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a2bf4e422f8
branches:  trunk
changeset: 406107:3a2bf4e422f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 15 11:22:34 2019 +0000

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

diffstat:

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

diffs (35 lines):

diff -r 730e9d1b38dd -r 3a2bf4e422f8 security/py-google-auth/Makefile
--- a/security/py-google-auth/Makefile  Sun Dec 15 11:18:32 2019 +0000
+++ b/security/py-google-auth/Makefile  Sun Dec 15 11:22:34 2019 +0000
@@ -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}-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
diff -r 730e9d1b38dd -r 3a2bf4e422f8 security/py-google-auth/distinfo
--- a/security/py-google-auth/distinfo  Sun Dec 15 11:18:32 2019 +0000
+++ b/security/py-google-auth/distinfo  Sun Dec 15 11:22:34 2019 +0000
@@ -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