Index: head/www/py-google-api-core/Makefile =================================================================== --- head/www/py-google-api-core/Makefile (revision 532352) +++ head/www/py-google-api-core/Makefile (revision 532353) @@ -1,36 +1,36 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Core Google API Client Library 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} \ ${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 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= GRPC GRPCGCP GRPC_DESC= gRPC support GRPCGCP_DESC= gRPC support for GCP GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} GRPCGCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2:devel/py-grpcio-gcp@${PY_FLAVOR} .include Index: head/www/py-google-api-core/distinfo =================================================================== --- head/www/py-google-api-core/distinfo (revision 532352) +++ head/www/py-google-api-core/distinfo (revision 532353) @@ -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 Index: head/www/py-google-api-core/pkg-descr =================================================================== --- head/www/py-google-api-core/pkg-descr (revision 532352) +++ head/www/py-google-api-core/pkg-descr (revision 532353) @@ -1,7 +1,6 @@ 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