Date: Fri, 16 Aug 2019 18:10:13 +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: r509097 - head/www/py-google-api-core Message-ID: <201908161810.x7GIAD2Q025939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 16 18:10:13 2019 New Revision: 509097 URL: https://svnweb.freebsd.org/changeset/ports/509097 Log: Update to 1.14.0 - Update version requirement of RUN_DEPENDS Changes: https://github.com/googleapis/google-cloud-python/releases https://github.com/googleapis/google-cloud-python/blob/master/api_core/CHANGELOG.md Modified: head/www/py-google-api-core/Makefile head/www/py-google-api-core/distinfo Modified: head/www/py-google-api-core/Makefile ============================================================================== --- head/www/py-google-api-core/Makefile Fri Aug 16 18:10:08 2019 (r509096) +++ head/www/py-google-api-core/Makefile Fri Aug 16 18:10:13 2019 (r509097) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.3:devel/py-googleapis-common-protos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2:devel/py-grpcio-gcp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.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} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= python Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Fri Aug 16 18:10:08 2019 (r509096) +++ head/www/py-google-api-core/distinfo Fri Aug 16 18:10:13 2019 (r509097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561479287 -SHA256 (google-api-core-1.13.0.tar.gz) = f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465 -SIZE (google-api-core-1.13.0.tar.gz) = 72439 +TIMESTAMP = 1565977040 +SHA256 (google-api-core-1.14.2.tar.gz) = 2c23fbc81c76b941ffb71301bb975ed66a610e9b03f918feacd1ed59cf43a6ec +SIZE (google-api-core-1.14.2.tar.gz) = 72467
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908161810.x7GIAD2Q025939>