svn commit: r509098 - head/www/py-google-cloud-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 16 18:10:20 UTC 2019


Author: sunpoet
Date: Fri Aug 16 18:10:18 2019
New Revision: 509098
URL: https://svnweb.freebsd.org/changeset/ports/509098

Log:
  Update to 1.0.3
  
  Changes:	https://github.com/googleapis/google-cloud-python/releases
  		https://github.com/googleapis/google-cloud-python/blob/master/core/CHANGELOG.md

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	Fri Aug 16 18:10:13 2019	(r509097)
+++ head/www/py-google-cloud-core/Makefile	Fri Aug 16 18:10:18 2019	(r509098)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-core
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,11 @@ COMMENT=	API Client library for Google Cloud: Core Hel
 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} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/www/py-google-cloud-core/distinfo
==============================================================================
--- head/www/py-google-cloud-core/distinfo	Fri Aug 16 18:10:13 2019	(r509097)
+++ head/www/py-google-cloud-core/distinfo	Fri Aug 16 18:10:18 2019	(r509098)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560418074
-SHA256 (google-cloud-core-1.0.2.tar.gz) = 7b61a06de4d63780bcf7889cb17f00f5058fdd211ad86c74367408eea37d9f00
-SIZE (google-cloud-core-1.0.2.tar.gz) = 31291
+TIMESTAMP = 1564577861
+SHA256 (google-cloud-core-1.0.3.tar.gz) = 10750207c1a9ad6f6e082d91dbff3920443bdaf1c344a782730489a9efa802f1
+SIZE (google-cloud-core-1.0.3.tar.gz) = 30706


More information about the svn-ports-head mailing list