Date: Mon, 30 Jan 2023 13:11:26 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 197f074ae4e6 - main - www/py-google-cloud-datastore: Update to 2.12.0 Message-ID: <202301301311.30UDBQ0O072892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=197f074ae4e641929c2540d8bf7e02f6a0d7b3dd commit 197f074ae4e641929c2540d8bf7e02f6a0d7b3dd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:35:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:00:24 +0000 www/py-google-cloud-datastore: Update to 2.12.0 Changes: https://github.com/googleapis/python-datastore/releases --- www/py-google-cloud-datastore/Makefile | 9 ++++----- www/py-google-cloud-datastore/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/py-google-cloud-datastore/Makefile b/www/py-google-cloud-datastore/Makefile index 050eaef144b5..4d9fe94d4e5f 100644 --- a/www/py-google-cloud-datastore/Makefile +++ b/www/py-google-cloud-datastore/Makefile @@ -1,6 +1,5 @@ PORTNAME= google-cloud-datastore -PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTVERSION= 2.12.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,10 @@ WWW= https://github.com/googleapis/python-datastore LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.8.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.10.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.0<3.0:www/py-google-cloud-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.5,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.2<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-google-cloud-datastore/distinfo b/www/py-google-cloud-datastore/distinfo index ba0fb53e53fa..8699f3f3df8b 100644 --- a/www/py-google-cloud-datastore/distinfo +++ b/www/py-google-cloud-datastore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057995 -SHA256 (google-cloud-datastore-2.10.0.tar.gz) = 1a82ff5184a2c56ca430f04964f7735ab9f661700717084322a64f1f4ca65cce -SIZE (google-cloud-datastore-2.10.0.tar.gz) = 169319 +TIMESTAMP = 1674590050 +SHA256 (google-cloud-datastore-2.12.0.tar.gz) = 19f9f25b46592a838a850208fbb31caabcd00d4ba58f9927a39ea516aff34adc +SIZE (google-cloud-datastore-2.12.0.tar.gz) = 171348
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301311.30UDBQ0O072892>