From owner-svn-ports-head@freebsd.org Tue Apr 21 19:41: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 2026E2B7EC5; Tue, 21 Apr 2020 19:41: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) server-signature RSA-PSS (4096 bits) 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 496DTf58CZz41HY; Tue, 21 Apr 2020 19:41:42 +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 70E2F67BA; Tue, 21 Apr 2020 19:41:41 +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 03LJff4n098269; Tue, 21 Apr 2020 19:41:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03LJfeaI098266; Tue, 21 Apr 2020 19:41:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004211941.03LJfeaI098266@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, 21 Apr 2020 19:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532353 - head/www/py-google-api-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-api-core X-SVN-Commit-Revision: 532353 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.29 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: Tue, 21 Apr 2020 19:41:43 -0000 Author: sunpoet Date: Tue Apr 21 19:41:40 2020 New Revision: 532353 URL: https://svnweb.freebsd.org/changeset/ports/532353 Log: Update to 1.17.0 - Update WWW Changes: https://github.com/googleapis/python-api-core/releases https://github.com/googleapis/python-api-core/blob/master/CHANGELOG.md Modified: head/www/py-google-api-core/Makefile head/www/py-google-api-core/distinfo head/www/py-google-api-core/pkg-descr Modified: head/www/py-google-api-core/Makefile ============================================================================== --- head/www/py-google-api-core/Makefile Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/Makefile Tue Apr 21 19:41:40 2020 (r532353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0<2.0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=1.14.0<2.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.6.0<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.4.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/distinfo Tue Apr 21 19:41:40 2020 (r532353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579009889 -SHA256 (google-api-core-1.16.0.tar.gz) = 92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2 -SIZE (google-api-core-1.16.0.tar.gz) = 76972 +TIMESTAMP = 1587445416 +SHA256 (google-api-core-1.17.0.tar.gz) = e4082a0b479dc2dee2f8d7b80ea8b5d0184885b773caab15ab1836277a01d689 +SIZE (google-api-core-1.17.0.tar.gz) = 77891 Modified: head/www/py-google-api-core/pkg-descr ============================================================================== --- head/www/py-google-api-core/pkg-descr Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/pkg-descr Tue Apr 21 19:41:40 2020 (r532353) @@ -3,5 +3,4 @@ Core Library for Google Client Libraries This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. -WWW: https://pypi.org/project/google-api-core/ -WWW: https://github.com/googleapis/google-cloud-python +WWW: https://github.com/googleapis/python-api-core