Date: Tue, 21 Apr 2020 19:41:40 +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: r532353 - head/www/py-google-api-core Message-ID: <202004211941.03LJfeaI098266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 21 19:41:40 2020 New Revision: 532353 URL: https://svnweb.freebsd.org/changeset/ports/532353 Log: Update to 1.17.0 - Update WWW 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 head/www/py-google-api-core/pkg-descr Modified: head/www/py-google-api-core/Makefile ============================================================================== --- head/www/py-google-api-core/Makefile Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/Makefile Tue Apr 21 19:41:40 2020 (r532353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-api-core -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PY_FUTURES} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0<2.0:security/py-google-auth@${PY_FLAVOR} \ + ${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}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ Modified: head/www/py-google-api-core/distinfo ============================================================================== --- head/www/py-google-api-core/distinfo Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/distinfo Tue Apr 21 19:41:40 2020 (r532353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579009889 -SHA256 (google-api-core-1.16.0.tar.gz) = 92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2 -SIZE (google-api-core-1.16.0.tar.gz) = 76972 +TIMESTAMP = 1587445416 +SHA256 (google-api-core-1.17.0.tar.gz) = e4082a0b479dc2dee2f8d7b80ea8b5d0184885b773caab15ab1836277a01d689 +SIZE (google-api-core-1.17.0.tar.gz) = 77891 Modified: head/www/py-google-api-core/pkg-descr ============================================================================== --- head/www/py-google-api-core/pkg-descr Tue Apr 21 19:41:35 2020 (r532352) +++ head/www/py-google-api-core/pkg-descr Tue Apr 21 19:41:40 2020 (r532353) @@ -3,5 +3,4 @@ Core Library for Google Client Libraries This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. -WWW: https://pypi.org/project/google-api-core/ -WWW: https://github.com/googleapis/google-cloud-python +WWW: https://github.com/googleapis/python-api-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211941.03LJfeaI098266>