svn commit: r539642 - head/www/py-google-api-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 19 16:06:11 UTC 2020


Author: sunpoet
Date: Fri Jun 19 16:06:07 2020
New Revision: 539642
URL: https://svnweb.freebsd.org/changeset/ports/539642

Log:
  Update to 1.20.1
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/googleapis/python-api-core/releases
  		https://github.com/googleapis/python-api-core/blob/master/CHANGELOG.md

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

Modified: head/www/py-google-api-core/Makefile
==============================================================================
--- head/www/py-google-api-core/Makefile	Fri Jun 19 16:06:02 2020	(r539641)
+++ head/www/py-google-api-core/Makefile	Fri Jun 19 16:06:07 2020	(r539642)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-api-core
-PORTVERSION=	1.20.0
+PORTVERSION=	1.20.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PY_FUTURES} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>=1.14.0<2.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.6.0<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}protobuf>=3.4.0:devel/py-protobuf@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0,1:devel/py-protobuf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}

Modified: head/www/py-google-api-core/distinfo
==============================================================================
--- head/www/py-google-api-core/distinfo	Fri Jun 19 16:06:02 2020	(r539641)
+++ head/www/py-google-api-core/distinfo	Fri Jun 19 16:06:07 2020	(r539642)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592325700
-SHA256 (google-api-core-1.20.0.tar.gz) = eec2c302b50e6db0c713fb84b71b8d75cfad5dc6d4dffc78e9f69ba0008f5ede
-SIZE (google-api-core-1.20.0.tar.gz) = 91964
+TIMESTAMP = 1592419281
+SHA256 (google-api-core-1.20.1.tar.gz) = 6b757736bbc699db858794e9b71e2bbf17996075773a40551ef5e6b0fad2a2f9
+SIZE (google-api-core-1.20.1.tar.gz) = 91980


More information about the svn-ports-all mailing list