From owner-svn-ports-all@freebsd.org Sat Oct 6 09:35:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1212910B41E3; Sat, 6 Oct 2018 09:35:40 +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 B0D428DBF4; Sat, 6 Oct 2018 09:35:39 +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 9386B22CA4; Sat, 6 Oct 2018 09:35: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 w969Zdca002401; Sat, 6 Oct 2018 09:35:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w969ZdE5002399; Sat, 6 Oct 2018 09:35:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810060935.w969ZdE5002399@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, 6 Oct 2018 09:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481349 - 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: 481349 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.27 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: Sat, 06 Oct 2018 09:35:40 -0000 Author: sunpoet Date: Sat Oct 6 09:35:38 2018 New Revision: 481349 URL: https://svnweb.freebsd.org/changeset/ports/481349 Log: Update to 1.4.1 - Update WWW Changes: https://github.com/googleapis/google-cloud-python/releases 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 Sat Oct 6 09:35:30 2018 (r481348) +++ head/www/py-google-api-core/Makefile Sat Oct 6 09:35:38 2018 (r481349) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.3:devel/py-googleapis-common-protos@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2:devel/py-grpcio-gcp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.4.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Sat Oct 6 09:35:30 2018 (r481348) +++ head/www/py-google-api-core/distinfo Sat Oct 6 09:35:38 2018 (r481349) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536758810 -SHA256 (google-api-core-1.4.0.tar.gz) = 121cc7b93fcf5bde0bf8047a5fb9b5217a7e663eaf83f828044a073781c88901 -SIZE (google-api-core-1.4.0.tar.gz) = 55571 +TIMESTAMP = 1538591910 +SHA256 (google-api-core-1.4.1.tar.gz) = a9ae625afd0ea5a4618604675d1fc140998c9c2b17f1d91817a7a7f5b33f7484 +SIZE (google-api-core-1.4.1.tar.gz) = 55844 Modified: head/www/py-google-api-core/pkg-descr ============================================================================== --- head/www/py-google-api-core/pkg-descr Sat Oct 6 09:35:30 2018 (r481348) +++ head/www/py-google-api-core/pkg-descr Sat Oct 6 09:35:38 2018 (r481349) @@ -4,4 +4,4 @@ This library is not meant to stand-alone. Instead it d by all Google API clients. WWW: https://pypi.org/project/google-api-core/ -WWW: https://github.com/GoogleCloudPlatform/google-cloud-python +WWW: https://github.com/googleapis/google-cloud-python