Index: head/www/py-google-cloud-datastore/Makefile =================================================================== --- head/www/py-google-cloud-datastore/Makefile (revision 527369) +++ head/www/py-google-cloud-datastore/Makefile (revision 527370) @@ -1,25 +1,25 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= google-cloud-datastore -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Cloud Datastore API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.3<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/www/py-google-cloud-datastore/distinfo =================================================================== --- head/www/py-google-cloud-datastore/distinfo (revision 527369) +++ head/www/py-google-cloud-datastore/distinfo (revision 527370) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578117371 -SHA256 (google-cloud-datastore-1.10.0.tar.gz) = cae213e3817f37fdc3ac27c3a162024de3319ad0faf87a536fce375c4a1c1dc9 -SIZE (google-cloud-datastore-1.10.0.tar.gz) = 112459 +TIMESTAMP = 1582888994 +SHA256 (google-cloud-datastore-1.11.0.tar.gz) = f214bbdbc1f258ea1c7ae596bfaab15657a4452020a5e2431dca2122e17411dc +SIZE (google-cloud-datastore-1.11.0.tar.gz) = 116103 Index: head/www/py-google-cloud-datastore/pkg-descr =================================================================== --- head/www/py-google-cloud-datastore/pkg-descr (revision 527369) +++ head/www/py-google-cloud-datastore/pkg-descr (revision 527370) @@ -1,8 +1,7 @@ Google Cloud Datastore API is a fully managed, schemaless database for storing non-relational data. Cloud Datastore automatically scales with your users and supports ACID transactions, high availability of reads and writes, strong consistency for reads and ancestor queries, and eventual consistency for all other queries. -WWW: https://github.com/googleapis/google-cloud-python -WWW: https://github.com/googleapis/google-cloud-python/tree/master/datastore +WWW: https://github.com/googleapis/python-datastore