From owner-svn-ports-all@freebsd.org Tue Jan 23 15:16:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D627ED891A; Tue, 23 Jan 2018 15:16:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E34838080D; Tue, 23 Jan 2018 15:16:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F352103B4; Tue, 23 Jan 2018 15:16:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0NFGaxJ009214; Tue, 23 Jan 2018 15:16:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0NFGaPN009212; Tue, 23 Jan 2018 15:16:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801231516.w0NFGaPN009212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 23 Jan 2018 15:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459763 - head/security/py-google-auth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-google-auth X-SVN-Commit-Revision: 459763 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2018 15:16:38 -0000 Author: sunpoet Date: Tue Jan 23 15:16:36 2018 New Revision: 459763 URL: https://svnweb.freebsd.org/changeset/ports/459763 Log: Update to 1.3.0 Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst Modified: head/security/py-google-auth/Makefile head/security/py-google-auth/distinfo Modified: head/security/py-google-auth/Makefile ============================================================================== --- head/security/py-google-auth/Makefile Tue Jan 23 15:16:31 2018 (r459762) +++ head/security/py-google-auth/Makefile Tue Jan 23 15:16:36 2018 (r459763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${FLAVOR} Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Tue Jan 23 15:16:31 2018 (r459762) +++ head/security/py-google-auth/distinfo Tue Jan 23 15:16:36 2018 (r459763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510696065 -SHA256 (google-auth-1.2.1.tar.gz) = 7170435cf6aa451be7e96120b9e37e8dbc59d3e8f3bab5b57a8fabbb29bf3810 -SIZE (google-auth-1.2.1.tar.gz) = 69797 +TIMESTAMP = 1515563403 +SHA256 (google-auth-1.3.0.tar.gz) = d119b5954393d81c4a986ab420cf2c8129fc95ff5c4c6bb8ab5c8f3e6446394f +SIZE (google-auth-1.3.0.tar.gz) = 70573