Date: Wed, 17 Feb 2021 18:10:25 +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: r565634 - head/www/py-google-api-core Message-ID: <202102171810.11HIAPKQ091962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 17 18:10:25 2021 New Revision: 565634 URL: https://svnweb.freebsd.org/changeset/ports/565634 Log: Update to 1.26.0 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 Wed Feb 17 18:10:18 2021 (r565633) +++ head/www/py-google-api-core/Makefile Wed Feb 17 18:10:25 2021 (r565634) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.25.1 +PORTVERSION= 1.26.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.21.1<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}packaging>=14.3:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} \ Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Wed Feb 17 18:10:18 2021 (r565633) +++ head/www/py-google-api-core/distinfo Wed Feb 17 18:10:25 2021 (r565634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856608 -SHA256 (google-api-core-1.25.1.tar.gz) = 0e152ec37b8481d1be1258d95844a5a7031cd3d83d7c7046d9e9b2d807042440 -SIZE (google-api-core-1.25.1.tar.gz) = 94234 +TIMESTAMP = 1613478465 +SHA256 (google-api-core-1.26.0.tar.gz) = 4230ec764d48ca934fe69b85cc217e31e844e176f68df93e252acd55350e730b +SIZE (google-api-core-1.26.0.tar.gz) = 95550
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171810.11HIAPKQ091962>