From owner-svn-ports-all@freebsd.org Wed Sep 13 09:36:13 2017 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 C6807E16CCC; Wed, 13 Sep 2017 09:36:13 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9411F7F481; Wed, 13 Sep 2017 09:36:13 +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 v8D9aCLK034470; Wed, 13 Sep 2017 09:36:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8D9aC0A034468; Wed, 13 Sep 2017 09:36:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709130936.v8D9aC0A034468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 13 Sep 2017 09:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449766 - 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: 449766 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.23 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: Wed, 13 Sep 2017 09:36:13 -0000 Author: sunpoet Date: Wed Sep 13 09:36:12 2017 New Revision: 449766 URL: https://svnweb.freebsd.org/changeset/ports/449766 Log: Update to 1.1.0 - Allow concurrent installation (USE_PYTHON=concurrent) 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 Wed Sep 13 09:36:04 2017 (r449765) +++ head/security/py-google-auth/Makefile Wed Sep 13 09:36:12 2017 (r449766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-auth -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0: ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/security/py-google-auth/distinfo ============================================================================== --- head/security/py-google-auth/distinfo Wed Sep 13 09:36:04 2017 (r449765) +++ head/security/py-google-auth/distinfo Wed Sep 13 09:36:12 2017 (r449766) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501694364 -SHA256 (google-auth-1.0.2.tar.gz) = bd9f242370496f71fd307d50f66974e36b28f10bfd3437421689ba54d8c6c980 -SIZE (google-auth-1.0.2.tar.gz) = 276353 +TIMESTAMP = 1505293192 +SHA256 (google-auth-1.1.0.tar.gz) = 3aca3b909477a60efc1150ead3a42ff6734365f24d121d258924fdce467f17c5 +SIZE (google-auth-1.1.0.tar.gz) = 290602