Date: Fri, 16 Aug 2019 18:10:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509098 - head/www/py-google-cloud-core Message-ID: <201908161810.x7GIAIpM026068@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 16 18:10:18 2019 New Revision: 509098 URL: https://svnweb.freebsd.org/changeset/ports/509098 Log: Update to 1.0.3 Changes: https://github.com/googleapis/google-cloud-python/releases https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md Modified: head/www/py-google-cloud-core/Makefile head/www/py-google-cloud-core/distinfo Modified: head/www/py-google-cloud-core/Makefile ============================================================================== --- head/www/py-google-cloud-core/Makefile Fri Aug 16 18:10:13 2019 (r509097) +++ head/www/py-google-cloud-core/Makefile Fri Aug 16 18:10:18 2019 (r509098) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-core -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ COMMENT= API Client library for Google Cloud: Core Hel LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.11.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/www/py-google-cloud-core/distinfo ============================================================================== --- head/www/py-google-cloud-core/distinfo Fri Aug 16 18:10:13 2019 (r509097) +++ head/www/py-google-cloud-core/distinfo Fri Aug 16 18:10:18 2019 (r509098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560418074 -SHA256 (google-cloud-core-1.0.2.tar.gz) = 7b61a06de4d63780bcf7889cb17f00f5058fdd211ad86c74367408eea37d9f00 -SIZE (google-cloud-core-1.0.2.tar.gz) = 31291 +TIMESTAMP = 1564577861 +SHA256 (google-cloud-core-1.0.3.tar.gz) = 10750207c1a9ad6f6e082d91dbff3920443bdaf1c344a782730489a9efa802f1 +SIZE (google-cloud-core-1.0.3.tar.gz) = 30706
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908161810.x7GIAIpM026068>