Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:45:49 +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: r557604 - head/www/py-google-cloud-core
Message-ID:  <202012102145.0BALjnEB068074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:45:49 2020
New Revision: 557604
URL: https://svnweb.freebsd.org/changeset/ports/557604

Log:
  Update to 1.4.4
  
  Changes:	https://github.com/googleapis/python-cloud-core/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 Dec 10 21:45:43 2020	(r557603)
+++ head/www/py-google-cloud-core/Makefile	Thu Dec 10 21:45:49 2020	(r557604)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-core
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	API Client library for Google Cloud: Core Hel
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.19.0<2.0:www/py-google-api-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.21.0<2.0:www/py-google-api-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-google-cloud-core/distinfo
==============================================================================
--- head/www/py-google-cloud-core/distinfo	Thu Dec 10 21:45:43 2020	(r557603)
+++ head/www/py-google-cloud-core/distinfo	Thu Dec 10 21:45:49 2020	(r557604)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602317891
-SHA256 (google-cloud-core-1.4.3.tar.gz) = 21afb70c1b0bce8eeb8abb5dca63c5fd37fc8aea18f4b6d60e803bd3d27e6b80
-SIZE (google-cloud-core-1.4.3.tar.gz) = 33288
+TIMESTAMP = 1607539829
+SHA256 (google-cloud-core-1.4.4.tar.gz) = 5bf32a3476412bbbf37660d73c46a7217a0db7913d4f4db6490b56d7a93f1d86
+SIZE (google-cloud-core-1.4.4.tar.gz) = 33394



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