Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:07:01 +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: r555344 - head/www/py-google-cloud-datastore
Message-ID:  <202011151807.0AFI71BB021548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 18:07:01 2020
New Revision: 555344
URL: https://svnweb.freebsd.org/changeset/ports/555344

Log:
  Update to 2.0.0
  
  Changes:	https://github.com/googleapis/python-datastore/releases

Modified:
  head/www/py-google-cloud-datastore/Makefile
  head/www/py-google-cloud-datastore/distinfo

Modified: head/www/py-google-cloud-datastore/Makefile
==============================================================================
--- head/www/py-google-cloud-datastore/Makefile	Sun Nov 15 18:06:56 2020	(r555343)
+++ head/www/py-google-cloud-datastore/Makefile	Sun Nov 15 18:07:01 2020	(r555344)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-datastore
-PORTVERSION=	1.15.3
+PORTVERSION=	2.0.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,13 @@ 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} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}proto-plus>=1.4.0:devel/py-proto-plus@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-datastore/distinfo
==============================================================================
--- head/www/py-google-cloud-datastore/distinfo	Sun Nov 15 18:06:56 2020	(r555343)
+++ head/www/py-google-cloud-datastore/distinfo	Sun Nov 15 18:07:01 2020	(r555344)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602524165
-SHA256 (google-cloud-datastore-1.15.3.tar.gz) = 3da44b4c8230a83e69dd9429324cca9d3000ee8a8bb11f3b005c7837fcd844b3
-SIZE (google-cloud-datastore-1.15.3.tar.gz) = 147844
+TIMESTAMP = 1605426489
+SHA256 (google-cloud-datastore-2.0.0.tar.gz) = dd83b82650b179cbbf010dd7bbb2fac871e1f5baea019f1bd080669b97c3bd8f
+SIZE (google-cloud-datastore-2.0.0.tar.gz) = 149938



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151807.0AFI71BB021548>