From owner-svn-ports-head@freebsd.org Sat Aug 8 10:20:43 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 19F4A3A725D; Sat, 8 Aug 2020 10:20:43 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNyt15Hd6z4fmV; Sat, 8 Aug 2020 10:20:41 +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 61526271AF; Sat, 8 Aug 2020 10:20:39 +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 078AKdlx003261; Sat, 8 Aug 2020 10:20:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 078AKcXo003256; Sat, 8 Aug 2020 10:20:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008081020.078AKcXo003256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Aug 2020 10:20:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544425 - 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: 544425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 10:20:43 -0000 Author: sunpoet Date: Sat Aug 8 10:20:38 2020 New Revision: 544425 URL: https://svnweb.freebsd.org/changeset/ports/544425 Log: Update to 1.20.0 Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md Modified: head/security/py-google-auth/Makefile head/security/py-google-auth/distinfo head/security/py-google-auth/pkg-descr Modified: head/security/py-google-auth/Makefile ============================================================================== --- head/security/py-google-auth/Makefile Sat Aug 8 10:20:33 2020 (r544424) +++ head/security/py-google-auth/Makefile Sat Aug 8 10:20:38 2020 (r544425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.19.2 +PORTVERSION= 1.20.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ NO_ARCH= yes .if ${PYTHON_REL} < 3500 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools3>=2.0.0<5.0:devel/py-cachetools3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.1:security/py-rsa@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<4.6:security/py-rsa@${PY_FLAVOR} .else RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR} Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Sat Aug 8 10:20:33 2020 (r544424) +++ head/security/py-google-auth/distinfo Sat Aug 8 10:20:38 2020 (r544425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595416623 -SHA256 (google-auth-1.19.2.tar.gz) = f404448f3d3c91944b1d907427d4a0c48f465898e9dbacf1bdebf95c5fe03273 -SIZE (google-auth-1.19.2.tar.gz) = 107039 +TIMESTAMP = 1596280122 +SHA256 (google-auth-1.20.0.tar.gz) = c6e9735a2ee829a75b546702e460489db5cc35567a27fabd70b7c459f11efd58 +SIZE (google-auth-1.20.0.tar.gz) = 107340 Modified: head/security/py-google-auth/pkg-descr ============================================================================== --- head/security/py-google-auth/pkg-descr Sat Aug 8 10:20:33 2020 (r544424) +++ head/security/py-google-auth/pkg-descr Sat Aug 8 10:20:38 2020 (r544425) @@ -9,5 +9,4 @@ also provides integration with several HTTP libraries. - Support for Google App Engine standard credentials. - Support for various transports, including Requests, urllib3, and gRPC. -WWW: https://pypi.org/project/google-auth/ WWW: https://github.com/googleapis/google-auth-library-python