Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 21:56:09 +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: r503097 - head/www/py-google-cloud-core
Message-ID:  <201905302156.x4ULu9rV036706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 30 21:56:09 2019
New Revision: 503097
URL: https://svnweb.freebsd.org/changeset/ports/503097

Log:
  Update to 1.0.1
  
  Changes:	https://github.com/googleapis/google-cloud-python/releases

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

Modified: head/www/py-google-cloud-core/Makefile
==============================================================================
--- head/www/py-google-cloud-core/Makefile	Thu May 30 21:56:04 2019	(r503096)
+++ head/www/py-google-cloud-core/Makefile	Thu May 30 21:56:09 2019	(r503097)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-core
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.11.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/www/py-google-cloud-core/distinfo
==============================================================================
--- head/www/py-google-cloud-core/distinfo	Thu May 30 21:56:04 2019	(r503096)
+++ head/www/py-google-cloud-core/distinfo	Thu May 30 21:56:09 2019	(r503097)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558010827
-SHA256 (google-cloud-core-1.0.0.tar.gz) = 5cf75936e3265cbfec028599ad013bccf10b855c79348b81488f7890ca3a3534
-SIZE (google-cloud-core-1.0.0.tar.gz) = 31267
+TIMESTAMP = 1559219564
+SHA256 (google-cloud-core-1.0.1.tar.gz) = 9653ebd9724d2f2b2571b015731444056e00be5374863e17176925fd48a56378
+SIZE (google-cloud-core-1.0.1.tar.gz) = 31493



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